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 11/vendor
22/nbproject
33composer.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() {
6666 $ data ['UserId ' ] = '' ;
6767 $ data ['Type ' ] = $ this ->getType ();
6868 $ data ['Currency ' ] = $ this ->currencies [$ currency ];
69- $ data ['Taksit ' ] = $ this ->getInstallment ();
69+ $ data ['Installment ' ] = $ this ->getInstallment ();
7070
7171 $ data ['Total ' ] = $ this ->getAmount ();
7272 $ data ['Number ' ] = $ this ->getCard ()->getNumber ();
@@ -90,7 +90,7 @@ public function sendData($data) {
9090 $ gateway = $ this ->getBank ();
9191
9292 // Todo: http protocol
93- $ protocol = 'http :// ' ;
93+ $ protocol = 'https :// ' ;
9494
9595 if (!array_key_exists ($ gateway , $ this ->endpoints )) {
9696 throw new \Exception ('Invalid Gateway ' );
You can’t perform that action at this time.
0 commit comments