File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -218,11 +218,11 @@ public function call($userData = array(), $verifyData = TRUE)
218
218
219
219
// Send & accept JSON data
220
220
$ defaultHeaders = array ();
221
- $ defaultHeaders [] = 'Content-Type: application/json; charset= ' . $ request ['CHARSET ' ] . ' ; ' ;
222
- $ defaultHeaders [] = 'Accept: application/json; ' ;
221
+ $ defaultHeaders [] = 'Content-Type: application/json; charset= ' . $ request ['CHARSET ' ];
222
+ $ defaultHeaders [] = 'Accept: application/json ' ;
223
223
if (array_key_exists ('ACCESS_TOKEN ' , $ this ->_API ))
224
224
{
225
- $ defaultHeaders [] = 'X-Shopify-Access-Token: ' . $ this ->_API ['ACCESS_TOKEN ' ] . ' ; ' ;
225
+ $ defaultHeaders [] = 'X-Shopify-Access-Token: ' . $ this ->_API ['ACCESS_TOKEN ' ];
226
226
}
227
227
228
228
$ headers = array_merge ($ defaultHeaders , $ request ['HEADERS ' ]);
You can’t perform that action at this time.
0 commit comments