feat: revenue cat
This commit is contained in:
+1
-72
@@ -29,7 +29,7 @@ return [
|
||||
'email_verified_at' => 'Email verified at',
|
||||
'account_verified_at' => 'Account verified at',
|
||||
'certification_purchased_at' => 'Certification purchased at',
|
||||
'trial_ends_at' => 'Trial ends at',
|
||||
'subscription_expires_at' => 'Subscription valid until',
|
||||
'suspended_at' => 'Suspended at',
|
||||
'suspended_by' => 'Suspended by',
|
||||
'avatar' => 'Avatar',
|
||||
@@ -69,36 +69,6 @@ return [
|
||||
'empty' => '-',
|
||||
],
|
||||
],
|
||||
'billing_products' => [
|
||||
'navigation' => [
|
||||
'label' => 'Offers',
|
||||
'singular' => 'Offer',
|
||||
'plural' => 'Offers',
|
||||
],
|
||||
'sections' => [
|
||||
'product' => 'Product',
|
||||
'stripe' => 'Stripe',
|
||||
],
|
||||
'fields' => [
|
||||
'name' => 'Name',
|
||||
'description' => 'Description',
|
||||
'purpose' => 'Offer',
|
||||
'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.',
|
||||
],
|
||||
],
|
||||
'identity_verification_requests' => [
|
||||
'navigation' => [
|
||||
'label' => 'Identity verifications',
|
||||
@@ -128,47 +98,6 @@ return [
|
||||
'empty' => '-',
|
||||
],
|
||||
],
|
||||
'payment_transactions' => [
|
||||
'navigation' => [
|
||||
'label' => 'Payments',
|
||||
'singular' => 'Payment',
|
||||
'plural' => 'Payments',
|
||||
],
|
||||
'sections' => [
|
||||
'summary' => 'Summary',
|
||||
'stripe' => 'Stripe',
|
||||
'error' => 'Error',
|
||||
'payload' => 'Stripe payload',
|
||||
],
|
||||
'fields' => [
|
||||
'id' => 'ID',
|
||||
'user' => 'User',
|
||||
'billing_product' => 'Product',
|
||||
'type' => 'Type',
|
||||
'status' => 'Status',
|
||||
'amount' => 'Amount',
|
||||
'invoice_url' => 'Invoice URL',
|
||||
'invoice_pdf_url' => 'Invoice PDF',
|
||||
'invoice_email_sent_at' => 'Invoice email sent at',
|
||||
'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',
|
||||
|
||||
Reference in New Issue
Block a user