You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `query_purchases_response` and `on_purchases_updated` signals provide an array of purchases in Dictionary format.
143
+
The `query_purchases_response` and `on_purchase_updated` signals provide an array of purchases in Dictionary format.
144
144
The purchase Dictionary includes keys that map to values of the Google Play Billing [Purchase](https://developer.android.com/reference/com/android/billingclient/api/Purchase) class.
145
145
146
146
Purchase fields:
@@ -259,7 +259,7 @@ You need to acknowledge new subscription purchases, but not automatic subscripti
259
259
If you support upgrading or downgrading between different subscription levels, you need to use `update_subscription()` to call the subscription update flow
260
260
to change an active subscription.
261
261
262
-
Like `purchase()`, results are returned by the `on_purchases_updated` signal.
262
+
Like `purchase()`, results are returned by the `on_purchase_updated` signal.
263
263
264
264
These are the parameters of `update_subscription()`:
0 commit comments