Skip to content

Commit

Permalink
Merge pull request #331 from vimeo/add-iap-receipt-validation-code
Browse files Browse the repository at this point in the history
Add receipt failure validation code
  • Loading branch information
brentwatson authored Sep 20, 2018
2 parents 2c8e1b9 + 5ee0b9a commit 3629260
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ public enum ErrorCode {
INVALID_INPUT_NON_JSON_CONTENT_TYPE,
@SerializedName("2507")
PRODUCT_NOT_FOUND,
@SerializedName("3113")
INVALID_INPUT_GOOGLE_RECEIPT_VALIDATION_FAILED,
@SerializedName("3115")
INVALID_INPUT_RECEIPT_VALIDATION_UNSUCCESSFUL,
@SerializedName("4000")
Expand Down

0 comments on commit 3629260

Please sign in to comment.