Commit 86035de0 authored by Christopher Cottier's avatar Christopher Cottier

removed dummy data from order reducer, installed dependencies

parent dd3491f5
...@@ -4,30 +4,7 @@ import {SEND_USER_ORDER} from './../actions/checkout_actions' ...@@ -4,30 +4,7 @@ import {SEND_USER_ORDER} from './../actions/checkout_actions'
const initialState = { const initialState = {
//this will be empty object once we have checkout flow, rn just for conf page building / logic //this will be empty object once we have checkout flow, rn just for conf page building / logic
orderResponse: { orderResponse: {},
"id": "609c0005dd97fc4c9e0f8e63",
"customerId": "104109244866071991182",
"customerEmailAddress": "ccottier@nisum.com",
"orderTrackingCode": "N/A",
"orderStatus": "RECEIVED",
"orderCreatedAt": 1.620836357923E12,
"orderUpdatedAt": 1.620836357923E12,
"orderItems": [
{
"itemName": "Green T-Shirt",
"itemId": "AFP-1",
"itemQuantity": 500,
"itemPrice": 9.9,
"itemSku": "AFP-1"
}
],
"customerAddress": {
"street": "Grand",
"city": "chicago",
"state": "IL",
"zip": "90210"
}
},
orderHistory: [] orderHistory: []
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment