feat: stripe
This commit is contained in:
@@ -67,6 +67,37 @@ return [
|
||||
'empty' => '-',
|
||||
],
|
||||
],
|
||||
'credit_products' => [
|
||||
'navigation' => [
|
||||
'label' => 'Credit products',
|
||||
'singular' => 'Credit product',
|
||||
'plural' => 'Credit products',
|
||||
],
|
||||
'sections' => [
|
||||
'product' => 'Product',
|
||||
'stripe' => 'Stripe',
|
||||
],
|
||||
'fields' => [
|
||||
'name' => 'Name',
|
||||
'description' => 'Description',
|
||||
'type' => 'Type',
|
||||
'credits' => 'Credits',
|
||||
'amount' => 'Price',
|
||||
'currency' => 'Currency',
|
||||
'stripe_product_id' => 'Stripe product ID',
|
||||
'stripe_price_id' => 'Stripe price ID',
|
||||
'is_active' => 'Active',
|
||||
'sort_order' => 'Order',
|
||||
'created_at' => 'Created at',
|
||||
],
|
||||
'helpers' => [
|
||||
'amount' => 'Amount in cents, for example 999 for €9.99.',
|
||||
],
|
||||
'actions' => [
|
||||
'sync_stripe' => 'Create in Stripe',
|
||||
'sync_stripe_success' => 'Stripe product synchronized.',
|
||||
],
|
||||
],
|
||||
'moderation_cases' => [
|
||||
'navigation' => [
|
||||
'label' => 'Moderation',
|
||||
|
||||
Reference in New Issue
Block a user