payment modals updated

This commit is contained in:
batuhanbas
2020-01-28 19:56:08 +03:00
parent e36415f8d3
commit 46cf0b4c24
5 changed files with 44 additions and 12 deletions

View File

@ -213,6 +213,10 @@ const app = new Vue({
this.transaction_form.submit();
this.payment.errors = this.transaction_form.errors;
this.form.loading = true;
this.$emit("confirm");
},
closePayment() {

View File

@ -213,6 +213,10 @@ const app = new Vue({
this.transaction_form.submit();
this.payment.errors = this.transaction_form.errors;
this.form.loading = true;
this.$emit("confirm");
},
closePayment() {