From 1760daa654d4b9a7618e52d67a99faf73dc0fd26 Mon Sep 17 00:00:00 2001 From: Ducnv Date: Mon, 14 Oct 2024 22:04:56 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a511f98..1d03e41 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ When the restore is successful, it will automatically call the successful purcha public void OnClickRestorePurchase() { #if UNITY_IOS - IapManager.Instance.RestorePurchase(); + IapManager.RestorePurchase(); #endif }