storj/satellite/payments/stripe
Vitalii 5e3cab29a2 satellite/{cmd, payments}: add optional command flag to toggle invoice items aggregation
Added new optional '--aggregate' flag for billing.generate-invoices and billing.prepare-invoice-records commands to toggle invoice items aggregation.
Added new explicit command billing.create-aggregated-project-invoice-items which should be used after preparing aggregated invoice records (in cases when invoice generation happens step-by-step).

Change-Id: I04fc0110be5263edb959306d5314a4a1a8eec3ba
2023-11-27 22:11:15 +00:00
..
accounts_test.go satellite/console: update project usage-limits endpoint to also return buckets count/limit 2023-11-16 00:08:59 +00:00
accounts.go go.mod: bump stripe-go from v73 to v75 2023-10-03 10:12:29 +00:00
balances_test.go satellite/payments: Remove expired package credits 2023-05-22 11:58:37 +00:00
balances.go go.mod: bump stripe-go from v73 to v75 2023-10-03 10:12:29 +00:00
client_test.go go.mod: bump stripe-go from v73 to v75 2023-10-03 10:12:29 +00:00
client.go satellite/{payment,console}: add endpoint to add card by pmID 2023-10-30 13:58:55 +00:00
conversion.go satellite/payments: rename 'stripecoinpayments' package to 'stripe' 2023-04-06 16:51:43 +00:00
coupons_test.go satellite/payments: rename 'stripecoinpayments' package to 'stripe' 2023-04-06 16:51:43 +00:00
coupons.go go.mod: bump stripe-go from v73 to v75 2023-10-03 10:12:29 +00:00
creditcards_test.go satellite/{payment,console}: add endpoint to add card by pmID 2023-10-30 13:58:55 +00:00
creditcards.go satellite/{payment,console}: add endpoint to add card by pmID 2023-10-30 13:58:55 +00:00
customers_test.go satellite/payments/stripe: avoid full table scan while listing 2023-04-13 12:36:31 +02:00
customers.go satellite/payments/stripe: avoid full table scan while listing 2023-04-13 12:36:31 +02:00
db.go satellite/payments: rename 'stripecoinpayments' package to 'stripe' 2023-04-06 16:51:43 +00:00
invoices_test.go go.mod: bump stripe-go from v73 to v75 2023-10-03 10:12:29 +00:00
invoices.go go.mod: bump stripe-go from v73 to v75 2023-10-03 10:12:29 +00:00
projectrecords_test.go satellite/payments/stripe: avoid full table scan while listing records 2023-05-09 14:16:55 +00:00
projectrecords.go satellite/{payments, db}: aggregate invoice items if many projects 2023-11-22 11:47:48 +00:00
service_test.go satellite/{cmd, payments}: add optional command flag to toggle invoice items aggregation 2023-11-27 22:11:15 +00:00
service.go satellite/{cmd, payments}: add optional command flag to toggle invoice items aggregation 2023-11-27 22:11:15 +00:00
stripemock.go satellite/{payment,console}: add endpoint to add card by pmID 2023-10-30 13:58:55 +00:00
tokens_test.go go.mod: bump stripe-go from v73 to v75 2023-10-03 10:12:29 +00:00
tokens.go go.mod: bump stripe-go from v73 to v75 2023-10-03 10:12:29 +00:00
transactions_test.go satellite/payments: rename 'stripecoinpayments' package to 'stripe' 2023-04-06 16:51:43 +00:00
transactions.go satellite/payments: rename 'stripecoinpayments' package to 'stripe' 2023-04-06 16:51:43 +00:00