formatting
This commit is contained in:
parent
eee5a31c13
commit
cdeed7226e
3 changed files with 4 additions and 4 deletions
|
|
@ -7,14 +7,14 @@ export async function getMobileFee(serviceZipCode) {
|
|||
}
|
||||
|
||||
const zipCodeData = await baseMixin.methods.getZipCodeData(serviceZipCode);
|
||||
|
||||
|
||||
// Get the Mobile Fee Part
|
||||
const mobileFeePart = await baseMixin.methods.dispatchStoreAction(
|
||||
storeActions.GET_MOBILE_FEE_PART,
|
||||
null,
|
||||
false
|
||||
);
|
||||
|
||||
|
||||
// Get the Mobile Fee Part Price
|
||||
const pricingResults = await baseMixin.methods.dispatchStoreAction(
|
||||
storeActions.PRICE_ORDER_ITEMS_AND_SAVE_SERVER_DATA,
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
test.todo("some test to be written in the future");
|
||||
test.todo("some test to be written in the future");
|
||||
|
|
|
|||
|
|
@ -104,7 +104,7 @@ export default {
|
|||
},
|
||||
setData(mobileFee) {
|
||||
if (mobileFee) {
|
||||
this.mobileLocationQuestions.mobileFee = mobileFee
|
||||
this.mobileLocationQuestions.mobileFee = mobileFee;
|
||||
}
|
||||
},
|
||||
getRegistrationAddressFromStore() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue