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}`); }