phpclassic / php-shopify

PHP SDK for Shopify API
Apache License 2.0
568 stars 211 forks source link

Update CurlRequest.php #233

Closed onebytesolutions closed 3 years ago

onebytesolutions commented 3 years ago

curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); is required if the owner of the Shopify private app ever changes their domain as Shopify will just trigger a 302 error.

tareqtms commented 3 years ago

@onebytesolutions Please check #238 which is merged and released with v1.1.20