mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-13 07:27:43 +00:00
Sandbox thing
This commit is contained in:
parent
203b6600d5
commit
65202112f9
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ func (iapr *IAPResponse) handleAppleResponse() {
|
|||
// For sandbox environment, be more lenient (just ensure bundle ID is accurate) because otherwise you'll break
|
||||
// things for TestFlight users (see: https://twitter.com/ChristianSelig/status/1414990459861098496)
|
||||
// TODO(andremedeiros): let this through for now
|
||||
if iapr.Environment == Sandbox && true {
|
||||
if iapr.Environment == Sandbox && false {
|
||||
ultraProduct := VerificationProduct{Name: "ultra", Status: "SANDBOX", SubscriptionType: "SANDBOX"}
|
||||
proProduct := VerificationProduct{Name: "pro", Status: "SANDBOX"}
|
||||
communityIconsProduct := VerificationProduct{Name: "community_icons", Status: "SANDBOX"}
|
||||
|
|
Loading…
Reference in a new issue