We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83d140e commit e36fe22Copy full SHA for e36fe22
src/AmazonIncentivesClient.php
@@ -375,14 +375,14 @@ protected function getEndpointMetadata(?string $region): array
375
case 'fe':
376
return [
377
'endpoint' => 'https://agcod-v2-fe.amazon.com',
378
- 'signRegion' => 'eu-west-1',
+ 'signRegion' => 'us-west-2',
379
'signService' => 'AGCODService',
380
'signVersions' => ['v4'],
381
];
382
case 'fe-sandbox':
383
384
'endpoint' => 'https://agcod-v2-fe-gamma.amazon.com',
385
386
387
388
0 commit comments