payment method redirectForm not working

This commit is contained in:
Cihan Şentürk
2021-01-19 14:55:55 +03:00
parent f7bc89806c
commit dc3eb37a4d

View File

@@ -85,7 +85,7 @@ const app = new Vue({
}, },
created: function() { created: function() {
this.form = new Form('redirect-form '); this.form = new Form('redirect-form');
}, },
data: function () { data: function () {
@@ -176,7 +176,7 @@ const app = new Vue({
}, },
created: function() { created: function() {
this.form = new Form('redirect-form '); this.form = new Form('redirect-form');
}, },
data: function () { data: function () {