Skip to content

Commit

Permalink
Fix Singapore seller central URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jlevers committed Oct 11, 2024
1 parent 9632983 commit d9e147b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OAuth.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public function getAuthorizationUri(

Marketplace::AU => 'https://sellercentral.amazon.com.au',
Marketplace::JP => 'https://sellercentral.amazon.co.jp',
Marketplace::SG => 'https://sellercentral.amazon.com.sg',
Marketplace::SG => 'https://sellercentral.amazon.sg',
};

return $baseUrl.'/apps/authorize/consent?'.http_build_query($queryParams);
Expand Down

0 comments on commit d9e147b

Please sign in to comment.