We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cc8bcf commit a327883Copy full SHA for a327883
1 file changed
src/Utils/MakeRequest.php
@@ -43,7 +43,6 @@ public static function json($url, $data = [], $headers = [])
43
'Content-Type' => 'application/json;charset=utf-8',
44
'API_KEY' => \PayTech\Config::getApiKey(),
45
'API_SECRET' => \PayTech\Config::getApiSecret()
46
-
47
]);
48
49
array_merge(self::$headers, $headers);
0 commit comments