We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff7075f + 8e7609a commit adf4d5eCopy full SHA for adf4d5e
src/RocketCode/Shopify/api.php
@@ -248,8 +248,8 @@ public function call($userData = array(), $verifyData = TRUE)
248
CURLOPT_ENCODING => '',
249
CURLOPT_USERAGENT => 'RocketCode Shopify API Wrapper',
250
CURLOPT_FAILONERROR => $request['FAILONERROR'],
251
- CURLOPT_VERBOSE => 1,
252
- CURLOPT_HEADER => 1
+ CURLOPT_VERBOSE => $request['ALLDATA'],
+ CURLOPT_HEADER => 1
253
);
254
255
// Checks if DATA is being sent
0 commit comments