prettier
This commit is contained in:
CarlNation 2023-10-23 10:06:59 -04:00
parent 9b0089a3b0
commit 93cf47df5a
2 changed files with 2 additions and 2 deletions

View file

@ -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();

View file

@ -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) {