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

Commit 6c33cb4

Browse files
danleveillecbrevik
authored andcommitted
Adding possible values of purchaseState (#19)
1 parent b794fdf commit 6c33cb4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ InAppBilling.open()
160160
* **orderId:** String
161161
* **purchaseToken:** String
162162
* **purchaseTime:** String
163-
* **purchaseState:** String
163+
* **purchaseState:** String ("PurchasedSuccessfully", "Canceled", "Refunded", "SubscriptionExpired")
164164
* **receiptSignature:** String
165165
* **receiptData:** String
166166
* **developerPayload:** String
@@ -194,7 +194,7 @@ InAppBilling.consumePurchase('your.inapp.productid').then(...);
194194
* **orderId:** String
195195
* **purchaseToken:** String
196196
* **purchaseTime:** String
197-
* **purchaseState:** String
197+
* **purchaseState:** String ("PurchasedSuccessfully", "Canceled", "Refunded", "SubscriptionExpired")
198198
* **receiptSignature:** String
199199
* **receiptData:** String
200200
* **developerPayload:** String
@@ -312,7 +312,7 @@ InAppBilling.getSubscriptionDetailsArray(['your.inapp.productid', 'your.inapp.pr
312312
* **orderId:** String
313313
* **purchaseToken:** String
314314
* **purchaseTime:** String
315-
* **purchaseState:** String
315+
* **purchaseState:** String ("PurchasedSuccessfully", "Canceled", "Refunded", "SubscriptionExpired")
316316
* **receiptSignature:** String
317317
* **receiptData:** String
318318
* **developerPayload:** String
@@ -334,7 +334,7 @@ InAppBilling.getPurchaseTransactionDetails('your.inapp.productid')
334334
* **orderId:** String
335335
* **purchaseToken:** String
336336
* **purchaseTime:** String
337-
* **purchaseState:** String
337+
* **purchaseState:** String ("PurchasedSuccessfully", "Canceled", "Refunded", "SubscriptionExpired")
338338
* **receiptSignature:** String
339339
* **receiptData:** String
340340
* **developerPayload:** String

0 commit comments

Comments
 (0)