-
- Cashier Version: 10.3.0
- Laravel Version: 6.4
- PHP Version: 7.3.9
- Database Driver & Version: MySQL 5.7.23
### Description:
When creating a subscription I want to continue to fill in custo…
-
I made my own OrderNumberGenrator like this:
```
-
- Cashier Version: Master branch - f8b02e5ad1038fd7c9c441b0c15322772f49646b
- Laravel Version: 6.9.0
### Description:
Created a subscription with the new taxRates() and the pdf invoice generated …
-
Hello,
I have an application which allows payment for effectively two different products; membership and registration fees. Unfortunately two different Stripe customer IDs were generated when someo…
-
Hi,
I have an App\User and an App\Company Eloquent Model which can both have subscriptions.
A User can have a subscription for reading articles, a company can have an active subscription with its …
-
Hi,
Cashier::formatAmount($amount, $currency); is really great but it searches for the locale in the config file, it not depends on the User.
Currently I do something like this :
```
$money = ne…
-
At the moment as a default, the invoice id is used as an invoice number on the pdf.
Invoice Number: {{ $id ?? $invoice->id }}
I think it's best that we use the actual invoice number as a def…
-
Installed in my Laravel 5.8 project recently and was unable to get trait to load. I ran composer dump-autoload and php artisan cache:clear.
I was able to get it to work by adding "Staudenmeir\\Eloq…
-
Dear Developers,
How should I use `cashier:run`? When I run it multiple times from the command line before it should be processed and afterwards, it creates a new (not paid) order every time and in…
-
- Cashier Version: 10 beta
- Laravel Version: 5.8
- PHP Version: 7.3
- Database Driver & Version: MySQL 5.7
### Description:
I have created a brand new customer using createOrGetStripeCustomer(…