feat: historique paiement
This commit is contained in:
@@ -61,6 +61,18 @@ return [
|
||||
'refund' => 'Remboursement',
|
||||
'adjustment' => 'Ajustement',
|
||||
],
|
||||
'payment_transaction_status' => [
|
||||
'pending' => 'En attente',
|
||||
'paid' => 'Payé',
|
||||
'credited' => 'Crédité',
|
||||
'failed' => 'Échec',
|
||||
'ignored' => 'Ignoré',
|
||||
'error' => 'Erreur',
|
||||
],
|
||||
'payment_transaction_type' => [
|
||||
'checkout' => 'Checkout',
|
||||
'subscription_invoice' => 'Facture abonnement',
|
||||
],
|
||||
'weight_goal' => [
|
||||
'lose_weight' => 'Perdre du poids',
|
||||
'maintain_weight' => 'Maintenir le poids',
|
||||
|
||||
Reference in New Issue
Block a user