CSR-1390
Broken test
This commit is contained in:
parent
52111388dd
commit
f8cb54e9c6
1 changed files with 13 additions and 0 deletions
|
|
@ -753,6 +753,19 @@ describe("Actions", () => {
|
||||||
isVerified: false,
|
isVerified: false,
|
||||||
},
|
},
|
||||||
isInsurance: false,
|
isInsurance: false,
|
||||||
|
ccToken: {
|
||||||
|
subscriptionId: null,
|
||||||
|
expMonth: null,
|
||||||
|
expYear: null,
|
||||||
|
cardType: null,
|
||||||
|
billToPostalCode: null,
|
||||||
|
billToFirstName: null,
|
||||||
|
billToLastName: null,
|
||||||
|
referenceNumber: null,
|
||||||
|
authCode: null,
|
||||||
|
transactionId: null,
|
||||||
|
transReferenceNumber: null,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
serviceLocation: {},
|
serviceLocation: {},
|
||||||
customer: {},
|
customer: {},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue