Skip to content

Commit adf4d5e

Browse files
committed
Merge pull request #4 from danhanly/CurlVerbosity
Added ALLDATA Option to the Curl Verbosity Output
2 parents ff7075f + 8e7609a commit adf4d5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/RocketCode/Shopify/api.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@ public function call($userData = array(), $verifyData = TRUE)
248248
CURLOPT_ENCODING => '',
249249
CURLOPT_USERAGENT => 'RocketCode Shopify API Wrapper',
250250
CURLOPT_FAILONERROR => $request['FAILONERROR'],
251-
CURLOPT_VERBOSE => 1,
252-
CURLOPT_HEADER => 1
251+
CURLOPT_VERBOSE => $request['ALLDATA'],
252+
CURLOPT_HEADER => 1
253253
);
254254

255255
// Checks if DATA is being sent

0 commit comments

Comments
 (0)