feat: subscriptions
This commit is contained in:
@@ -53,6 +53,15 @@ return [
|
||||
'monthly' => 'Mensuel',
|
||||
'one_time' => 'Pack de crédits',
|
||||
],
|
||||
'billing_product_purpose' => [
|
||||
'subscription' => 'Abonnement analyse',
|
||||
'certification' => 'Certification à vie',
|
||||
],
|
||||
'identity_verification_status' => [
|
||||
'pending' => 'À vérifier',
|
||||
'approved' => 'Approuvée',
|
||||
'rejected' => 'Refusée',
|
||||
],
|
||||
'credit_ledger_entry_type' => [
|
||||
'free_grant' => 'Crédits offerts',
|
||||
'purchase' => 'Achat',
|
||||
|
||||
Reference in New Issue
Block a user