storj/satellite/payments/stripe
Wilfred Asomani 98234e76b7 satellite/{payment,console} add legal hold user status
This change introduces a new user status, LegalHold to be used to pause
an account while it is under legal review. It also modifies the
condition whether to generate invoices for a user to apply to this new
status.

Issue: storj/storj-private#492

Change-Id: Idc9a6166cc96178a95e45cf7c0f2e982631ca021
2023-11-09 23:42:26 +00:00
..
accounts_test.go satellite/console: add endpoint to invite users to project 2023-06-13 15:22:25 +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/stripe: avoid full table scan while listing records 2023-05-09 14:16:55 +00:00
service_test.go satellite/{payment,console} add legal hold user status 2023-11-09 23:42:26 +00:00
service.go satellite/{payment,console} add legal hold user status 2023-11-09 23:42:26 +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