changing package.json scripts. adjusting mock datetime format
This commit is contained in:
@@ -50,49 +50,49 @@ const SECOND_CUSTOMER_INVOICES = {
|
||||
value: [
|
||||
{
|
||||
ID: 1,
|
||||
invoiceDate: "2008-12-31T22:00:00Z",
|
||||
invoiceDate: "2009-01-01T11:45:32Z",
|
||||
total: 1.98,
|
||||
status: 1,
|
||||
customer_ID: 2,
|
||||
},
|
||||
{
|
||||
ID: 12,
|
||||
invoiceDate: "2009-02-10T22:00:00Z",
|
||||
invoiceDate: "2009-02-11T11:45:32Z",
|
||||
total: 13.86,
|
||||
status: 1,
|
||||
customer_ID: 2,
|
||||
},
|
||||
{
|
||||
ID: 67,
|
||||
invoiceDate: "2009-10-11T21:00:00Z",
|
||||
invoiceDate: "2009-10-12T11:45:32Z",
|
||||
total: 8.91,
|
||||
status: 1,
|
||||
customer_ID: 2,
|
||||
},
|
||||
{
|
||||
ID: 196,
|
||||
invoiceDate: "2011-05-18T21:00:00Z",
|
||||
invoiceDate: "2011-05-19T11:45:32Z",
|
||||
total: 1.98,
|
||||
status: 1,
|
||||
customer_ID: 2,
|
||||
},
|
||||
{
|
||||
ID: 219,
|
||||
invoiceDate: "2011-08-20T21:00:00Z",
|
||||
invoiceDate: "2011-08-21T11:45:32Z",
|
||||
total: 3.96,
|
||||
status: 1,
|
||||
customer_ID: 2,
|
||||
},
|
||||
{
|
||||
ID: 241,
|
||||
invoiceDate: "2011-11-22T21:00:00Z",
|
||||
invoiceDate: "2011-11-23T11:45:32Z",
|
||||
total: 5.94,
|
||||
status: 1,
|
||||
customer_ID: 2,
|
||||
},
|
||||
{
|
||||
ID: 293,
|
||||
invoiceDate: "2012-07-12T21:00:00Z",
|
||||
invoiceDate: "2012-07-13T11:45:32Z",
|
||||
total: 0.99,
|
||||
status: 1,
|
||||
customer_ID: 2,
|
||||
|
||||
Reference in New Issue
Block a user