Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

Commit

Permalink
fix definitions/readme for #10
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterStaev committed Jan 9, 2018
1 parent cbc9900 commit 131ee1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ The Base64 encoded transaction receipt. You can use this to do additional verifi
* **originalTransaction** - *Transaction*
This will be present only when restoring purchases and will contain the original transaction that purchased a given product.

* **developerPayload** - *string (Android only)*
* **developerPayload** - *string*
Custom data sent with `buyProduct`.

* **dataSignature** - *string (Android only)*
Expand Down
2 changes: 1 addition & 1 deletion transaction/transaction.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ declare module "nativescript-purchase/transaction" {
public transactionDate: Date;
public transactionReceipt: string;
public originalTransaction: Transaction;
public developerPayload: string; /* Android Only */
public developerPayload: string;
public dataSignature: string; /* Android Only */

constructor(nativeValue: any);
Expand Down

0 comments on commit 131ee1c

Please sign in to comment.