From 0bf470a1bfa45629efe84628b436f684ed00b6f0 Mon Sep 17 00:00:00 2001 From: Michaela Brydon Date: Fri, 16 Aug 2024 10:26:35 -0400 Subject: [PATCH] Reverting bug --- src/layouts/payment-method/payment-method.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/payment-method/payment-method.vue b/src/layouts/payment-method/payment-method.vue index 8c84b991..36eabb76 100644 --- a/src/layouts/payment-method/payment-method.vue +++ b/src/layouts/payment-method/payment-method.vue @@ -311,7 +311,7 @@ export default { this.$router.navigate( this.navigationScenarios.SAVE_SESSION_FAILED, this.$route, - { query: { issPage: issPageValues.PAYMENT_METHOD } } + { issPage: issPageValues.PAYMENT_METHOD } ); console.error(`error: response from submit work order:${error.message}`); }