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

Commit 131ee1c

Browse files
committed
fix definitions/readme for #10
1 parent cbc9900 commit 131ee1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ The Base64 encoded transaction receipt. You can use this to do additional verifi
109109
* **originalTransaction** - *Transaction*
110110
This will be present only when restoring purchases and will contain the original transaction that purchased a given product.
111111

112-
* **developerPayload** - *string (Android only)*
112+
* **developerPayload** - *string*
113113
Custom data sent with `buyProduct`.
114114

115115
* **dataSignature** - *string (Android only)*

transaction/transaction.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ declare module "nativescript-purchase/transaction" {
2424
public transactionDate: Date;
2525
public transactionReceipt: string;
2626
public originalTransaction: Transaction;
27-
public developerPayload: string; /* Android Only */
27+
public developerPayload: string;
2828
public dataSignature: string; /* Android Only */
2929

3030
constructor(nativeValue: any);

0 commit comments

Comments
 (0)