payment method redirectForm not working
This commit is contained in:
parent
f7bc89806c
commit
dc3eb37a4d
4
resources/assets/js/views/portal/invoices.js
vendored
4
resources/assets/js/views/portal/invoices.js
vendored
@ -85,7 +85,7 @@ const app = new Vue({
|
||||
},
|
||||
|
||||
created: function() {
|
||||
this.form = new Form('redirect-form ');
|
||||
this.form = new Form('redirect-form');
|
||||
},
|
||||
|
||||
data: function () {
|
||||
@ -176,7 +176,7 @@ const app = new Vue({
|
||||
},
|
||||
|
||||
created: function() {
|
||||
this.form = new Form('redirect-form ');
|
||||
this.form = new Form('redirect-form');
|
||||
},
|
||||
|
||||
data: function () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user