Merge pull request #1780 from CihanSenturk/master

portal payment method issues
This commit is contained in:
Cüneyt Şentürk
2021-01-19 15:11:53 +03:00
committed by GitHub
4 changed files with 11 additions and 8 deletions

View File

@ -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 () {