From 3bfbeecc5720089eb8100a25746f2cbd20fa3114 Mon Sep 17 00:00:00 2001 From: hiteshkumar87 <104490440+hiteshkumar87@users.noreply.github.com> Date: Fri, 6 Oct 2023 18:41:20 +0530 Subject: [PATCH] Update payment-method.vue uncomment forwarbuttonAction store actions --- src/layouts/payment-method/payment-method.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/layouts/payment-method/payment-method.vue b/src/layouts/payment-method/payment-method.vue index 9bce01671..9f1666953 100644 --- a/src/layouts/payment-method/payment-method.vue +++ b/src/layouts/payment-method/payment-method.vue @@ -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