Add biling details to order #4

Merged
bilal.catic merged 2 commits from add-biling-details-to-order into development 2018-06-25 12:04:17 +02:00
bilal.catic commented 2018-06-25 04:01:56 +02:00 (Migrated from gitlab.com)

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

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
bilal.catic commented 2018-06-25 04:02:36 +02:00 (Migrated from gitlab.com)

changed the description

changed the description
bilal.catic commented 2018-06-25 04:03:00 +02:00 (Migrated from gitlab.com)

changed the description

changed the description
nedimu commented 2018-06-25 12:04:17 +02:00 (Migrated from gitlab.com)

merged

merged
nedimu commented 2018-06-25 12:04:19 +02:00 (Migrated from gitlab.com)

mentioned in commit 13c68fdcdb

mentioned in commit 13c68fdcdbfd127ee0161c1e14ee21b3a0f16e8d
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: senaduka/old-wiaas-legacy#4