Skip to content

Commit

Permalink
dummy bank removed
Browse files Browse the repository at this point in the history
  • Loading branch information
hafijul233 committed May 8, 2024
1 parent 2b94c02 commit 27d0e3a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Vendors/TransFastApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ public function getData($url, $params = [])
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
curl_setopt($curl, CURLOPT_HTTPHEADER, [
'Content-Type: application/json',
'Authorization: Credentials '.$this->config[$this->status]['token']]
);
'Authorization: Credentials '.$this->config[$this->status]['token']]);

$response = curl_exec($curl);
$info = curl_getinfo($curl);
Expand Down

0 comments on commit 27d0e3a

Please sign in to comment.