Add biling details to order #4
Reference in New Issue
Block a user
Delete Branch "add-biling-details-to-order"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Task : add first name, last name and mail(email) to the order
Smoke test :
open Co-Market and select first item on the left (or some other that is working ; example url : http://localhost:8000/co-market/14/302), add it to the cart. Go to the cart and complete ordering process. When finished, check in database that order contains required user details following this steps :
in terminal, run :
sudo docker exec -it legacywiaas_db_1 /bin/bash
now, open mysql : mysql -u root -p (password is root)
execute in mysql : use ricoh_dash
and after that : SELECT billingFirstName, billingLastName, billingMail from orders;
all data should be empty except in one row, that is order made by you
changed the description
changed the description
merged
mentioned in commit
13c68fdcdb