feat: historique paiement
This commit is contained in:
@@ -98,6 +98,46 @@ return [
|
||||
'sync_stripe_success' => 'Stripe product synchronized.',
|
||||
],
|
||||
],
|
||||
'payment_transactions' => [
|
||||
'navigation' => [
|
||||
'label' => 'Payments',
|
||||
'singular' => 'Payment',
|
||||
'plural' => 'Payments',
|
||||
],
|
||||
'sections' => [
|
||||
'summary' => 'Summary',
|
||||
'stripe' => 'Stripe',
|
||||
'error' => 'Error',
|
||||
'payload' => 'Stripe payload',
|
||||
],
|
||||
'fields' => [
|
||||
'id' => 'ID',
|
||||
'user' => 'User',
|
||||
'credit_product' => 'Product',
|
||||
'type' => 'Type',
|
||||
'status' => 'Status',
|
||||
'amount' => 'Amount',
|
||||
'credits_expected' => 'Expected credits',
|
||||
'credits_granted' => 'Granted credits',
|
||||
'stripe_event_id' => 'Stripe event ID',
|
||||
'stripe_event_type' => 'Event',
|
||||
'stripe_customer_id' => 'Stripe customer ID',
|
||||
'stripe_checkout_session_id' => 'Stripe checkout session ID',
|
||||
'stripe_checkout_session_id_short' => 'Checkout session',
|
||||
'stripe_invoice_id' => 'Stripe invoice ID',
|
||||
'stripe_invoice_id_short' => 'Invoice',
|
||||
'stripe_payment_intent_id' => 'Stripe payment intent ID',
|
||||
'stripe_subscription_id' => 'Stripe subscription ID',
|
||||
'stripe_price_id' => 'Stripe price ID',
|
||||
'error_message' => 'Message',
|
||||
'payload' => 'Payload',
|
||||
'processed_at' => 'Processed at',
|
||||
'created_at' => 'Created at',
|
||||
],
|
||||
'placeholders' => [
|
||||
'empty' => '-',
|
||||
],
|
||||
],
|
||||
'moderation_cases' => [
|
||||
'navigation' => [
|
||||
'label' => 'Moderation',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -98,6 +98,46 @@ return [
|
||||
'sync_stripe_success' => 'Produit Stripe synchronisé.',
|
||||
],
|
||||
],
|
||||
'payment_transactions' => [
|
||||
'navigation' => [
|
||||
'label' => 'Paiements',
|
||||
'singular' => 'Paiement',
|
||||
'plural' => 'Paiements',
|
||||
],
|
||||
'sections' => [
|
||||
'summary' => 'Résumé',
|
||||
'stripe' => 'Stripe',
|
||||
'error' => 'Erreur',
|
||||
'payload' => 'Payload Stripe',
|
||||
],
|
||||
'fields' => [
|
||||
'id' => 'ID',
|
||||
'user' => 'Utilisateur',
|
||||
'credit_product' => 'Produit',
|
||||
'type' => 'Type',
|
||||
'status' => 'Statut',
|
||||
'amount' => 'Montant',
|
||||
'credits_expected' => 'Crédits attendus',
|
||||
'credits_granted' => 'Crédits crédités',
|
||||
'stripe_event_id' => 'Stripe event ID',
|
||||
'stripe_event_type' => 'Événement',
|
||||
'stripe_customer_id' => 'Stripe customer ID',
|
||||
'stripe_checkout_session_id' => 'Stripe checkout session ID',
|
||||
'stripe_checkout_session_id_short' => 'Checkout session',
|
||||
'stripe_invoice_id' => 'Stripe invoice ID',
|
||||
'stripe_invoice_id_short' => 'Invoice',
|
||||
'stripe_payment_intent_id' => 'Stripe payment intent ID',
|
||||
'stripe_subscription_id' => 'Stripe subscription ID',
|
||||
'stripe_price_id' => 'Stripe price ID',
|
||||
'error_message' => 'Message',
|
||||
'payload' => 'Payload',
|
||||
'processed_at' => 'Traité le',
|
||||
'created_at' => 'Créé le',
|
||||
],
|
||||
'placeholders' => [
|
||||
'empty' => '-',
|
||||
],
|
||||
],
|
||||
'moderation_cases' => [
|
||||
'navigation' => [
|
||||
'label' => 'Modération',
|
||||
|
||||
@@ -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