Skip to content

Commit 80c7de7

Browse files
authored
Google IAP - update purchase() and purchaseSubscription() pages (#205)
1 parent ed240db commit 80c7de7

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

markdown/plugin/google-iap-billing-v2/purchase.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Initiates a purchase transaction on a provided product by sending out a purchase
1818

1919
## Gotchas
2020

21-
This call does not work for subscription purchases.
21+
This call does not work for subscription purchases. Use [store.purchaseSubscription()][plugin.google-iap-billing-v2.purchaseSubscription] instead.
2222

2323

2424
## Syntax

markdown/plugin/google-iap-billing-v2/purchaseSubscription.markdown

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@
1515

1616
Initiates a purchase transaction on a provided product by sending out a purchase request to the store, then dispatches a [storeTransaction][plugin.google-iap-billing-v2.event.storeTransaction] event to the listener defined in [store.init()][plugin.google-iap-billing-v2.init].
1717

18-
19-
## Gotchas
20-
21-
This call does not work for subscription purchases.
22-
23-
2418
## Syntax
2519

2620
store.purchaseSubscription( productIdentifier [, options] )

0 commit comments

Comments
 (0)