CSR-1390
prettier
This commit is contained in:
parent
9b0089a3b0
commit
93cf47df5a
2 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ export default {
|
||||||
);
|
);
|
||||||
this.$router.navigateWithoutSaving(this.navigationScenarios.PIA_ERROR, this.$route);
|
this.$router.navigateWithoutSaving(this.navigationScenarios.PIA_ERROR, this.$route);
|
||||||
} else {
|
} else {
|
||||||
switch (store.getters.order.payment.piaType){
|
switch (store.getters.order.payment.piaType) {
|
||||||
case "cc":
|
case "cc":
|
||||||
case "ap":
|
case "ap":
|
||||||
await this.processCreditCardResponse();
|
await this.processCreditCardResponse();
|
||||||
|
|
|
||||||
|
|
@ -271,7 +271,7 @@ export const mutations = {
|
||||||
state.order.payment.ccToken.transactionId = ccToken.transactionId;
|
state.order.payment.ccToken.transactionId = ccToken.transactionId;
|
||||||
state.order.payment.ccToken.transReferenceNumber = ccToken.transReferenceNumber;
|
state.order.payment.ccToken.transReferenceNumber = ccToken.transReferenceNumber;
|
||||||
},
|
},
|
||||||
updatePaypalToken(state, ppToken){
|
updatePaypalToken(state, ppToken) {
|
||||||
state.order.payment.paypalToken = ppToken;
|
state.order.payment.paypalToken = ppToken;
|
||||||
},
|
},
|
||||||
updateInsuranceVerifiedStatus(state, isVerified) {
|
updateInsuranceVerifiedStatus(state, isVerified) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue