Skip to content

Commit

Permalink
Merge pull request #169 from bold-commerce/SHOP-2538
Browse files Browse the repository at this point in the history
SHOP-2538 shopify's location header needs to be lower case
  • Loading branch information
JasonTToews authored Feb 21, 2024
2 parents 37c0e36 + 27d83f2 commit a982ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ private function sendRequestToShopify(Request $request, array $cookies = [], $pa
private function getRedirectResponseFromShopify(Request $request)
{
$result = null;
$locationIndex = 'Location';
$locationIndex = 'location';

$options = [
'allow_redirects' => false,
Expand Down

0 comments on commit a982ea1

Please sign in to comment.