Skip to content

Commit a327883

Browse files
committed
remove empty line in MakeRequest class
1 parent 0cc8bcf commit a327883

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Utils/MakeRequest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ public static function json($url, $data = [], $headers = [])
4343
'Content-Type' => 'application/json;charset=utf-8',
4444
'API_KEY' => \PayTech\Config::getApiKey(),
4545
'API_SECRET' => \PayTech\Config::getApiSecret()
46-
4746
]);
4847

4948
array_merge(self::$headers, $headers);

0 commit comments

Comments
 (0)