Skip to content

Commit

Permalink
Merge branch 'main' of github.com:jlevers/selling-partner-api
Browse files Browse the repository at this point in the history
  • Loading branch information
jlevers committed Mar 25, 2021
2 parents a86daeb + 2e2d61c commit 9d19048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/env.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function loadDotenv(): void {
}

// Validate environment variables
$dotenv->required("SPAPI_AWS_REGION")->allowedValues(["us-east-1", "us-west-2", "eu-west-1", "eu-central-1"]);
$dotenv->required("SPAPI_AWS_REGION")->allowedValues(["us-east-1", "us-west-2", "eu-west-1"]);
$dotenv->required("SPAPI_ENDPOINT")->allowedValues([
"https://sellingpartnerapi-na.amazon.com",
"https://sellingpartnerapi-eu.amazon.com",
Expand Down

0 comments on commit 9d19048

Please sign in to comment.