feat: clean credits users
CI / 🧪 Tests Laravel (push) Successful in 2m0s
CI / 🐳 Build & Push Image (push) Successful in 35s

This commit is contained in:
2026-08-07 15:32:40 +02:00
parent eac86afa53
commit 68560655f3
44 changed files with 417 additions and 661 deletions
-13
View File
@@ -49,10 +49,6 @@ return [
'privacy_policy' => 'Privacy policy',
'terms' => 'Terms of service',
],
'credit_product_type' => [
'monthly' => 'Monthly',
'one_time' => 'Credit pack',
],
'billing_product_purpose' => [
'subscription' => 'Analysis subscription',
'certification' => 'Lifetime certification',
@@ -62,18 +58,9 @@ return [
'approved' => 'Approved',
'rejected' => 'Rejected',
],
'credit_ledger_entry_type' => [
'free_grant' => 'Free credits',
'purchase' => 'Purchase',
'subscription_renewal' => 'Renewal',
'usage' => 'Usage',
'refund' => 'Refund',
'adjustment' => 'Adjustment',
],
'payment_transaction_status' => [
'pending' => 'Pending',
'paid' => 'Paid',
'credited' => 'Credited',
'failed' => 'Failed',
'ignored' => 'Ignored',
'error' => 'Error',