Closed mirkin-pixel closed 4 years ago
Hi @mirkin1993,
Have you tried clearing the config cache?
php artisan config:clear
Hi @mirkin1993,
Have you tried clearing the config cache?
php artisan config:clear
Yes I did, but it didn’t work..
Thanks @mirkin1993 . I've just confirmed the issue. Working on a fix now.
I made my own OrderNumberGenrator like this:
In config/cashier.php I changed this line:
'model' => \Laravel\Cashier\Order\OrderNumberGenerator::class,
to:'model' => \App\Payments\OwnOrderNumberGenerator::class,
But it wont work, the order numbers are the same as the OrderNumberGenerator from the package..