feat: clean credits users
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user