prettier
This commit is contained in:
parent
2d70f9ae81
commit
9ff2c3b3d9
1 changed files with 1 additions and 1 deletions
|
|
@ -578,7 +578,7 @@ export default {
|
||||||
},
|
},
|
||||||
async paymentFailedPayLater() {
|
async paymentFailedPayLater() {
|
||||||
this.$refs.loadingModal.isModalVisible = true;
|
this.$refs.loadingModal.isModalVisible = true;
|
||||||
|
|
||||||
await this.dispatchStoreAction(
|
await this.dispatchStoreAction(
|
||||||
storeActions.SAVE_PAYMENT_METHOD_CHOICE,
|
storeActions.SAVE_PAYMENT_METHOD_CHOICE,
|
||||||
paymentMethods.LATER,
|
paymentMethods.LATER,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue