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
+40
View File
@@ -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',