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);
|
||||
} else {
|
||||
switch (store.getters.order.payment.piaType){
|
||||
switch (store.getters.order.payment.piaType) {
|
||||
case "cc":
|
||||
case "ap":
|
||||
await this.processCreditCardResponse();
|
||||
|
|
|
|||
|
|
@ -271,7 +271,7 @@ export const mutations = {
|
|||
state.order.payment.ccToken.transactionId = ccToken.transactionId;
|
||||
state.order.payment.ccToken.transReferenceNumber = ccToken.transReferenceNumber;
|
||||
},
|
||||
updatePaypalToken(state, ppToken){
|
||||
updatePaypalToken(state, ppToken) {
|
||||
state.order.payment.paypalToken = ppToken;
|
||||
},
|
||||
updateInsuranceVerifiedStatus(state, isVerified) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue