Closed robov closed 7 years ago
When I do this: $user->newSubscription('main', 'monthly')->create($creditCardToken, [ 'description' => 'Customer for test@example.com' ]);
and I show the invoices with your code, then the fields description and receipt_number are both empty
description field used for customer object in stripe, not for invoices
description
https://stripe.com/docs/api#create_customer-description
When I do this: $user->newSubscription('main', 'monthly')->create($creditCardToken, [ 'description' => 'Customer for test@example.com' ]);
and I show the invoices with your code, then the fields description and receipt_number are both empty