feat: subscriptions
This commit is contained in:
@@ -53,6 +53,15 @@ return [
|
||||
'monthly' => 'Monthly',
|
||||
'one_time' => 'Credit pack',
|
||||
],
|
||||
'billing_product_purpose' => [
|
||||
'subscription' => 'Analysis subscription',
|
||||
'certification' => 'Lifetime certification',
|
||||
],
|
||||
'identity_verification_status' => [
|
||||
'pending' => 'Pending review',
|
||||
'approved' => 'Approved',
|
||||
'rejected' => 'Rejected',
|
||||
],
|
||||
'credit_ledger_entry_type' => [
|
||||
'free_grant' => 'Free credits',
|
||||
'purchase' => 'Purchase',
|
||||
|
||||
Reference in New Issue
Block a user