feat: clean credits users
CI / 🧪 Tests Laravel (push) Successful in 2m0s
CI / 🐳 Build & Push Image (push) Successful in 35s

This commit is contained in:
2026-08-07 15:32:40 +02:00
parent eac86afa53
commit 68560655f3
44 changed files with 417 additions and 661 deletions
+2 -6
View File
@@ -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',