payment method redirectForm not working
This commit is contained in:
parent
f7bc89806c
commit
dc3eb37a4d
|
|
@ -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…
Reference in New Issue