feat: clean credits users
This commit is contained in:
+2
-6
@@ -69,7 +69,7 @@ return [
|
||||
'empty' => '-',
|
||||
],
|
||||
],
|
||||
'credit_products' => [
|
||||
'billing_products' => [
|
||||
'navigation' => [
|
||||
'label' => 'Offres',
|
||||
'singular' => 'Offre',
|
||||
@@ -82,9 +82,7 @@ return [
|
||||
'fields' => [
|
||||
'name' => 'Nom',
|
||||
'description' => 'Description',
|
||||
'type' => 'Type',
|
||||
'purpose' => 'Offre',
|
||||
'credits' => 'Crédits',
|
||||
'amount' => 'Prix',
|
||||
'currency' => 'Devise',
|
||||
'stripe_product_id' => 'Stripe product ID',
|
||||
@@ -145,12 +143,10 @@ return [
|
||||
'fields' => [
|
||||
'id' => 'ID',
|
||||
'user' => 'Utilisateur',
|
||||
'credit_product' => 'Produit',
|
||||
'billing_product' => 'Produit',
|
||||
'type' => 'Type',
|
||||
'status' => 'Statut',
|
||||
'amount' => 'Montant',
|
||||
'credits_expected' => 'Crédits attendus',
|
||||
'credits_granted' => 'Crédits crédités',
|
||||
'invoice_url' => 'URL facture',
|
||||
'invoice_pdf_url' => 'PDF facture',
|
||||
'invoice_email_sent_at' => 'Email facture envoyé le',
|
||||
|
||||
Reference in New Issue
Block a user