This commit is contained in:
Tony Tam
2015-10-20 10:32:19 -07:00
parent a21f08118e
commit b2506ab598
2 changed files with 30 additions and 36 deletions

View File

@@ -24,7 +24,7 @@ exports.placeOrder = function(body) {
"complete" : true,
"status" : "aeiou",
"quantity" : 123,
"shipDate" : "2015-10-08T15:56:08.367+0000"
"shipDate" : "2015-10-20T06:12:23.907+0000"
};
@@ -43,7 +43,7 @@ exports.getOrderById = function(orderId) {
"complete" : true,
"status" : "aeiou",
"quantity" : 123,
"shipDate" : "2015-10-08T15:56:08.371+0000"
"shipDate" : "2015-10-20T06:12:23.911+0000"
};