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',
|
||||
|
||||
Reference in New Issue
Block a user