Skip to content

Commit

Permalink
Update link in purchases.mdx (#2855)
Browse files Browse the repository at this point in the history
Replaced the link for "Integrate the Google Play Billing Library" from
the Chines version to the English version
  • Loading branch information
alordiel authored Oct 13, 2024
1 parent 06b90be commit ef9fbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/guides/purchases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -193,4 +193,4 @@ All purchases should be consumed by calling `finishTransaction()`.
- For non-consumable purchases need to be acknowledged on Android, or they will be automatically refunded after a few days. This method acknowledges a purchase when you have delivered it to your user.
- On iOS non-consumable purchases are finished automatically but this will change in the future so it is recommended that you prepare by simply calling this method on non-consumables as well.
- It works for both platforms. Equal to finishTransaction for iOS + consumePurchase and acknowledgePurchase for Android.
- On Android, although you can confirm transactions through the client, [Google encourages you to confirm receipts as quickly and securely as possible through the backend.](https://developer.android.com/google/play/billing/integrate?hl=zh-cn#subscriptions)
- On Android, although you can confirm transactions through the client, [Google encourages you to confirm receipts as quickly and securely as possible through the backend.](https://developer.android.com/google/play/billing/integrate#subscriptions)

0 comments on commit ef9fbc7

Please sign in to comment.