storj/satellite/payments
Stefan Benten 06944f062d satellite/{admin,payments,satellitedb}: add checks for deletion of free tier accounts
This change adds some more checks to the deletion process for projects and
users, since we ran into a race condition during invoicing, where projects
have been deleted before the invoicing was finished, leading to missing
references.
This PR changes the logic to block user deletion if we are in exactly that period,
while also allowing the deletion of projects/users on free tier during the month.

Change-Id: Ic0735205e6633762fb7e3c2fa13e744cdfa5ec32
2022-02-08 10:11:31 +00:00
..
coinpayments satellite/payments: fix currency rates acquisition 2021-10-04 15:27:34 +00:00
monetary satellite/payments: specialized type for monetary amounts 2021-09-28 23:27:44 +00:00
paymentsconfig satellite: use segment count for billing 2021-10-27 19:21:50 +00:00
stripecoinpayments satellite/{admin,payments,satellitedb}: add checks for deletion of free tier accounts 2022-02-08 10:11:31 +00:00
account.go satellite/{console,payments},web/satellite: save signup promo code to newly registered users 2022-01-21 15:02:22 +00:00
balance.go satellite: account balance divided into Free Credits and Coins 2020-05-18 14:25:26 +00:00
charges.go satellite/console: add credit card charges to billing history 2020-01-03 17:34:59 +02:00
coupons.go satellite/{console,payments},web/satellite: save signup promo code to newly registered users 2022-01-21 15:02:22 +00:00
creditcards.go satellite/{payments,admin}: add deletion of user creditcards on account deletion 2020-08-27 10:18:19 +00:00
credits.go all: switch to storj.io/common/uuid 2020-03-31 19:16:41 +03:00
invoices.go satellite/payments: Add old invoice list functionality 2021-10-18 18:18:18 -04:00
projectcharges.go satellite: use segment count for billing 2021-10-27 19:21:50 +00:00
tokens.go satellite/payments: specialized type for monetary amounts 2021-09-28 23:27:44 +00:00