Use loading modal for navigation on payment-method.
This commit is contained in:
parent
4529b8eb12
commit
27d9604c92
1 changed files with 2 additions and 1 deletions
|
|
@ -525,6 +525,8 @@ export default {
|
|||
async forwardButtonAction() {
|
||||
this.forwardClicked = true;
|
||||
|
||||
this.$refs.loadingModal.showModal();
|
||||
|
||||
await this.dispatchStoreAction(
|
||||
storeActions.SAVE_PAYMENT_METHOD_CHOICE,
|
||||
this.paymentMethod,
|
||||
|
|
@ -575,7 +577,6 @@ export default {
|
|||
}
|
||||
},
|
||||
async setupPia() {
|
||||
this.$refs.loadingModal.showModal();
|
||||
// we need a work order number for pia so we can pass it to safeliteHop.
|
||||
// this will create one in delete substatus.
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in a new issue