Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VirtueSky committed Oct 14, 2024
1 parent 705585a commit 1760daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 1760daa

Please sign in to comment.