diff --git a/src/layouts/payment-method/payment-method.vue b/src/layouts/payment-method/payment-method.vue index 5d013c97d..46fc1b55e 100644 --- a/src/layouts/payment-method/payment-method.vue +++ b/src/layouts/payment-method/payment-method.vue @@ -311,8 +311,7 @@ export default { createDeleteStatusWorkOrderForPia: true, }); } catch (error) { - console.log( - "error: response from pia submit work order:" + error.message); + console.log("error: response from pia submit work order:" + error.message); this.dispatchStoreAction(storeActions.RESET_SAVE_SESSION_PROMISE); this.$route.params[this.routerParams.DISPLAY_PIA_ALERT] = true; return;