Skip to content

Commit 9ca83e4

Browse files
author
Petrescu Victor
committed
Removed misstype
1 parent 5b1fe8a commit 9ca83e4

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
@@ -492,7 +492,7 @@ public function processResponse($responseArray, $dataKey = null)
492492

493493
if (isset($responseArray['errors'])) {
494494
$message = $this->castString($responseArray['errors']);
495-
z
495+
496496
throw new ApiException($message, CurlRequest::$lastHttpCode);
497497
}
498498

0 commit comments

Comments
 (0)