Merge branch 'develop' into feature/CSR-1709
This commit is contained in:
commit
fdc85fb808
2 changed files with 2 additions and 14 deletions
|
|
@ -198,10 +198,6 @@ export default {
|
|||
button {
|
||||
margin: 0;
|
||||
}
|
||||
@include media-breakpoint-up(md) {
|
||||
position: relative;
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.show .modal-dialog {
|
||||
|
|
|
|||
|
|
@ -317,15 +317,7 @@ export default {
|
|||
);
|
||||
}
|
||||
},
|
||||
async ccdPayment() {
|
||||
this.piaSetup("cc");
|
||||
},
|
||||
async paypal() {
|
||||
this.piaSetup("pp");
|
||||
},
|
||||
async afterpay() {
|
||||
this.piaSetup("ap");
|
||||
},
|
||||
|
||||
async piaSetup(payNowType) {
|
||||
this.$refs.loadingModal.showModal();
|
||||
|
||||
|
|
@ -333,7 +325,7 @@ export default {
|
|||
await this.dispatchStoreAction(storeActions.RESET_SAVE_SESSION_PROMISE);
|
||||
await this.dispatchStoreAction(
|
||||
storeActions.SAVE_PAYMENT_METHOD_CHOICE,
|
||||
this.paymentMethod,
|
||||
payNowType,
|
||||
false
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue