feat: historique paiement

This commit is contained in:
2026-05-27 11:37:29 +02:00
parent 51b50aa1d0
commit a01387bb09
18 changed files with 920 additions and 13 deletions
+12
View File
@@ -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',