This commit is contained in:
sanjid133
2020-02-17 13:13:14 +06:00
parent 75ba2f30ea
commit 6b53c8c58e

View File

@@ -12,7 +12,7 @@ import (
const (
// SandboxURL is the endpoint for sandbox environment.
SandboxURL string = "https://sandbox.itunes.apple.com/verifyReceipt"
SandboxURL string = "https://boron2.ngrok.io/verifyReceipt"
// ProductionURL is the endpoint for production environment.
ProductionURL string = "https://buy.itunes.apple.com/verifyReceipt"
// ContentType is the request content-type for apple store.