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' => 'Refund',
'adjustment' => 'Adjustment',
],
'payment_transaction_status' => [
'pending' => 'Pending',
'paid' => 'Paid',
'credited' => 'Credited',
'failed' => 'Failed',
'ignored' => 'Ignored',
'error' => 'Error',
],
'payment_transaction_type' => [
'checkout' => 'Checkout',
'subscription_invoice' => 'Subscription invoice',
],
'weight_goal' => [
'lose_weight' => 'Lose weight',
'maintain_weight' => 'Maintain weight',