-
-
Notifications
You must be signed in to change notification settings - Fork 98
Open
Description
I copied some of the demo code for the checkout flow and now, at this stage, in the database, after going through the checkout flow, I see
- Entries in the addresses table
- Bill payers
- Orders
Now I have he following questions
Why do I have no customer in the customers table ? I was assuming the customer would be linked to a Laravel user account or something so that the customer could log back in his/her account later (and see an order list for example). Today, the order is linked to the billpayer but I see no way for this billpayer to authenticate. Actually, this billpayer does not have an email …. So, numbering my questions :
- How to create a customer account so that the user can authenticate later ?
- How to add an email to the customer or billpayer ?
- How to add data to the customer object (like phone)
- What are the order statuses today ? Pending means paid and processed by seller ? Or means awaiting payment ?
- Also, in the example I do not see any code to populate the "notes" field of the order
Thanks for your help
Reactions are currently unavailable