feat: clean credits users
This commit is contained in:
+2
-6
@@ -69,7 +69,7 @@ return [
|
||||
'empty' => '-',
|
||||
],
|
||||
],
|
||||
'credit_products' => [
|
||||
'billing_products' => [
|
||||
'navigation' => [
|
||||
'label' => 'Offers',
|
||||
'singular' => 'Offer',
|
||||
@@ -82,9 +82,7 @@ return [
|
||||
'fields' => [
|
||||
'name' => 'Name',
|
||||
'description' => 'Description',
|
||||
'type' => 'Type',
|
||||
'purpose' => 'Offer',
|
||||
'credits' => 'Credits',
|
||||
'amount' => 'Price',
|
||||
'currency' => 'Currency',
|
||||
'stripe_product_id' => 'Stripe product ID',
|
||||
@@ -145,12 +143,10 @@ return [
|
||||
'fields' => [
|
||||
'id' => 'ID',
|
||||
'user' => 'User',
|
||||
'credit_product' => 'Product',
|
||||
'billing_product' => 'Product',
|
||||
'type' => 'Type',
|
||||
'status' => 'Status',
|
||||
'amount' => 'Amount',
|
||||
'credits_expected' => 'Expected credits',
|
||||
'credits_granted' => 'Granted credits',
|
||||
'invoice_url' => 'Invoice URL',
|
||||
'invoice_pdf_url' => 'Invoice PDF',
|
||||
'invoice_email_sent_at' => 'Invoice email sent at',
|
||||
|
||||
@@ -49,10 +49,6 @@ return [
|
||||
'privacy_policy' => 'Privacy policy',
|
||||
'terms' => 'Terms of service',
|
||||
],
|
||||
'credit_product_type' => [
|
||||
'monthly' => 'Monthly',
|
||||
'one_time' => 'Credit pack',
|
||||
],
|
||||
'billing_product_purpose' => [
|
||||
'subscription' => 'Analysis subscription',
|
||||
'certification' => 'Lifetime certification',
|
||||
@@ -62,18 +58,9 @@ return [
|
||||
'approved' => 'Approved',
|
||||
'rejected' => 'Rejected',
|
||||
],
|
||||
'credit_ledger_entry_type' => [
|
||||
'free_grant' => 'Free credits',
|
||||
'purchase' => 'Purchase',
|
||||
'subscription_renewal' => 'Renewal',
|
||||
'usage' => 'Usage',
|
||||
'refund' => 'Refund',
|
||||
'adjustment' => 'Adjustment',
|
||||
],
|
||||
'payment_transaction_status' => [
|
||||
'pending' => 'Pending',
|
||||
'paid' => 'Paid',
|
||||
'credited' => 'Credited',
|
||||
'failed' => 'Failed',
|
||||
'ignored' => 'Ignored',
|
||||
'error' => 'Error',
|
||||
|
||||
+1
-2
@@ -40,8 +40,7 @@ return [
|
||||
'default_name' => 'there',
|
||||
'intro' => 'Thanks for your payment. Your summary and invoice link are below.',
|
||||
'product' => 'Product',
|
||||
'default_product' => 'Bowli credits',
|
||||
'credits' => 'Credits',
|
||||
'default_product' => 'Bowli purchase',
|
||||
'amount' => 'Amount',
|
||||
'unknown_amount' => 'Amount unavailable',
|
||||
'action' => 'View my invoice',
|
||||
|
||||
Reference in New Issue
Block a user