Skip to content

Commit

Permalink
Add missing field in ProductPurchase interface
Browse files Browse the repository at this point in the history
  • Loading branch information
raynor85 committed Oct 12, 2018
1 parent d53092f commit 1773959
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export interface ProductPurchase {
transactionReceipt: string;
signatureAndroid?: string;
dataAndroid?: string;
purchaseToken?: string;
}

export interface SubscriptionPurchase extends ProductPurchase {
Expand Down

0 comments on commit 1773959

Please sign in to comment.