forked from Mirrors/go-iap
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6b53c8c58e |
@@ -12,7 +12,7 @@ import (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
// SandboxURL is the endpoint for sandbox environment.
|
// 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 is the endpoint for production environment.
|
||||||
ProductionURL string = "https://buy.itunes.apple.com/verifyReceipt"
|
ProductionURL string = "https://buy.itunes.apple.com/verifyReceipt"
|
||||||
// ContentType is the request content-type for apple store.
|
// ContentType is the request content-type for apple store.
|
||||||
|
|||||||
Reference in New Issue
Block a user