From ef9fbc7dd66e0b38626aded2362ce8fbde007a96 Mon Sep 17 00:00:00 2001 From: "a.vasilev" <3448575+alordiel@users.noreply.github.com> Date: Sun, 13 Oct 2024 18:09:13 +0300 Subject: [PATCH] Update link in purchases.mdx (#2855) Replaced the link for "Integrate the Google Play Billing Library" from the Chines version to the English version --- docs/docs/guides/purchases.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/guides/purchases.mdx b/docs/docs/guides/purchases.mdx index ebd9491e4..b6a202c68 100644 --- a/docs/docs/guides/purchases.mdx +++ b/docs/docs/guides/purchases.mdx @@ -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)