TIPOFF / checkout

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

Change cart ownership from User to EmailAddress #85 #87

Closed pdbreen closed 3 years ago

pdbreen commented 3 years ago

Requirements before merge:


Changes cart ownership to use EmailAddress instead of User. API Controllers support either a User being authenticated ('web' guard) or an EmailAddress being authenticated ('email' guard).

Purchasing requires the EmailAddress is linked to a User account. The User account is not required until purchase is attempted.

pdbreen commented 3 years ago

@drewroberts - seems like loading web routes in locations package has caused all the API routes in checkout to disappear. I'm debugging.