TIPOFF / checkout

Laravel Package for Ecommerce Checkouts
MIT License
0 stars 1 forks source link

Laravel Cashier #26

Open drewroberts opened 3 years ago

drewroberts commented 3 years ago

The checkout feature should be somewhat familiar to Laravel Cashier, but should not utilize the stripe checkout. We'll need to build our own checkout flow.

Here are the stripe database migrations:

Laravel Cashier will be required by our https://github.com/tipoff/payments/issues/28 package and will be extended from there.