Skip to content

Commit b6deb67

Browse files
committed
Error Fix
1 parent c0fe795 commit b6deb67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ShopifyResource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ public function processResponse($responseArray, $dataKey = null)
533533
}
534534
}
535535

536-
$lastResponseHeaders = CurlRequest::$lastResponseHeaders;
536+
$lastResponseHeaders = CurlRequest::$lastHttpResponseHeaders;
537537
$this->getLinks($lastResponseHeaders);
538538

539539
if (isset($responseArray['errors'])) {

0 commit comments

Comments
 (0)