diff --git a/resources/assets/vue/components/paymentsBilling/forms/PaymentVerificationFormComponent.vue b/resources/assets/vue/components/paymentsBilling/forms/PaymentVerificationFormComponent.vue index a60f6b14..c03864ba 100644 --- a/resources/assets/vue/components/paymentsBilling/forms/PaymentVerificationFormComponent.vue +++ b/resources/assets/vue/components/paymentsBilling/forms/PaymentVerificationFormComponent.vue @@ -80,7 +80,7 @@ successHandler(response){ this.closeModal(); this.formHandler(); - window.location.reload(); + // window.location.reload(); }, }, mixins: [ModalFromHandler]