File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
/vendor
2
2
/nbproject
3
3
composer.lock
4
- composer.phar
4
+ composer.phar
5
+ .idea /
6
+ src /.DS_Store
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ public function getData() {
66
66
$ data ['UserId ' ] = '' ;
67
67
$ data ['Type ' ] = $ this ->getType ();
68
68
$ data ['Currency ' ] = $ this ->currencies [$ currency ];
69
- $ data ['Taksit ' ] = $ this ->getInstallment ();
69
+ $ data ['Installment ' ] = $ this ->getInstallment ();
70
70
71
71
$ data ['Total ' ] = $ this ->getAmount ();
72
72
$ data ['Number ' ] = $ this ->getCard ()->getNumber ();
@@ -90,7 +90,7 @@ public function sendData($data) {
90
90
$ gateway = $ this ->getBank ();
91
91
92
92
// Todo: http protocol
93
- $ protocol = 'http :// ' ;
93
+ $ protocol = 'https :// ' ;
94
94
95
95
if (!array_key_exists ($ gateway , $ this ->endpoints )) {
96
96
throw new \Exception ('Invalid Gateway ' );
You can’t perform that action at this time.
0 commit comments