From 6b53c8c58e53e3d38c3e788bbc0d0a8c85805d0a Mon Sep 17 00:00:00 2001 From: sanjid133 Date: Mon, 17 Feb 2020 13:13:14 +0600 Subject: [PATCH] test url --- appstore/validator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appstore/validator.go b/appstore/validator.go index 9b8698f..9c2336a 100644 --- a/appstore/validator.go +++ b/appstore/validator.go @@ -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.