Update payment-method.vue

uncomment forwarbuttonAction store actions
This commit is contained in:
hiteshkumar87 2023-10-06 18:41:20 +05:30 committed by GitHub
parent 77bf3fc68c
commit 3bfbeecc57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -191,9 +191,9 @@ export default {
this.$router.navigateWithoutSaving(this.navigationScenarios.CLICKED_BACK, this.$route);
},
async forwardButtonAction() {
// this.dispatchStoreAction(storeActions.SAVE_PIA_ERROR_CODE, null, false);
// this.dispatchStoreAction(this.storeActions.SAVE_WORK_ORDER_FLAG, true, false);
// await submitWorkOrder({ pageNameToLog: "payment-method" });
this.dispatchStoreAction(storeActions.SAVE_PIA_ERROR_CODE, null, false);
this.dispatchStoreAction(this.storeActions.SAVE_WORK_ORDER_FLAG, true, false);
await submitWorkOrder({ pageNameToLog: "payment-method" });
this.$router.navigateWithoutSaving(
this.navigationScenarios.CLICKED_FORWARD,
this.$route