Fixing bug

This commit is contained in:
Michaela Brydon 2023-10-11 14:03:47 -04:00
parent 96348c48eb
commit e6448f9c51

View file

@ -641,7 +641,7 @@ describe('Store', () => {
store.order.customer.lastName = customerLastName;
store.order.customer.emailAddress = customerEmail;
store.order.customer.phoneNumber = customerPhoneNumber;
state.order.customer.address.state = customerState;
store.order.customer.address.state = customerState;
store.order.policy.policyNumber = policyNumber;
store.order.policy.policyZipCode = policyZipCode;
store.order.policy.policyLookupSuccessful = policyLookupSuccessful;