Skip to content

Commit

Permalink
Extend status code for validation of receipt for AppStore
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmytro Litvinov authored and dotpot committed Mar 8, 2021
1 parent 73b5767 commit 831985a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inapppy/appstore.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
# two following errors can use auto_retry_wrong_env_request.
21007: InAppPyValidationError("Sandbox receipt was sent to the production env"),
21008: InAppPyValidationError("Production receipt was sent to the sandbox env"),
21009: InAppPyValidationError("Internal data access error"),
21010: InAppPyValidationError("The user account cannot be found or has been deleted"),
}


Expand Down

0 comments on commit 831985a

Please sign in to comment.