lunarphp / livewire-starter-kit

Demonstration store for Lunar
https://docs.lunarphp.io/core/starter-kits.html
155 stars 51 forks source link

Order seeder breaks Order Reference generator #20

Closed glennjacobs closed 1 year ago

glennjacobs commented 2 years ago

Because the seeder isn't conforming to the default order reference generator format, we get the following error upon placing a second order.

image
alecritson commented 2 years ago

Updated the seeder to use the reference generator GetCandy provides.

https://github.com/getcandy/demo-store/blob/next/database/seeders/OrderSeeder.php#L37