Skip to content

Instantly share code, notes, and snippets.

@HelloNamiML
Created August 10, 2020 03:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HelloNamiML/b718621dd6ca77c7e558f339a105bf57 to your computer and use it in GitHub Desktop.
Save HelloNamiML/b718621dd6ca77c7e558f339a105bf57 to your computer and use it in GitHub Desktop.
def verify_receipt(encoded_receipt, shared_secret, use_sandbox):
if use_sandbox:
url = VERIFY_RECEIPT_SANDBOX
else:
url = VERIFY_RECEIPT_PROD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment