Prettier making some weird edits...
This commit is contained in:
parent
5ca89734a9
commit
801e759f6b
2 changed files with 2 additions and 3 deletions
|
|
@ -173,7 +173,7 @@ export function hasInsuranceInfo(order, logQueue = null) {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Checks whether the scheduling information is valid for the order.
|
* Checks whether the scheduling information is valid for the order.
|
||||||
* Should be used on pages after scheduling info collection is complete.
|
* Should be used on pages after scheduling info collection is complete.
|
||||||
* Returns true if the required info is present for the chosen appointment type.
|
* Returns true if the required info is present for the chosen appointment type.
|
||||||
* For MOBILE: date, startTime, endTime, jobMaxMinutes, and jobMinMinutes must be present on schedule.
|
* For MOBILE: date, startTime, endTime, jobMaxMinutes, and jobMinMinutes must be present on schedule.
|
||||||
|
|
|
||||||
|
|
@ -175,8 +175,7 @@ describe("payment-adyen.vue", () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
test("returns true for mobile appointment type when address fields are present", () => {
|
test("returns true for mobile appointment type when address fields are present", () => {
|
||||||
store.getters.order.serviceLocation.appointmentType =
|
store.getters.order.serviceLocation.appointmentType = AppointmentTypeStrings.MOBILE;
|
||||||
AppointmentTypeStrings.MOBILE;
|
|
||||||
store.getters.order.serviceLocation.address = "123 Mobile St";
|
store.getters.order.serviceLocation.address = "123 Mobile St";
|
||||||
store.getters.order.serviceLocation.city = "Columbus";
|
store.getters.order.serviceLocation.city = "Columbus";
|
||||||
store.getters.order.serviceLocation.state = "OH";
|
store.getters.order.serviceLocation.state = "OH";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue