Skip to content

Commit

Permalink
Merge pull request #230 from BobDu/amazon_sandbox
Browse files Browse the repository at this point in the history
feat(amazon): amazon appstore default use rvs cloud sandbox endpoint
  • Loading branch information
takecy authored Jul 28, 2023
2 parents ce89958 + fd0cde4 commit 27d63af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions amazon/validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import (
)

const (
// SandboxURL is the endpoint for local environment.
SandboxURL string = "http://localhost:8080/RVSSandbox"
// SandboxURL is the endpoint for amazon appstore RVS Cloud Sandbox environment.
SandboxURL string = "https://appstore-sdk.amazon.com/sandbox"
// ProductionURL is the endpoint for production environment.
ProductionURL string = "https://appstore-sdk.amazon.com"
)
Expand Down

0 comments on commit 27d63af

Please sign in to comment.