Skip to content

Commit 1760daa

Browse files
committed
Update README.md
1 parent 705585a commit 1760daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ When the restore is successful, it will automatically call the successful purcha
180180
public void OnClickRestorePurchase()
181181
{
182182
#if UNITY_IOS
183-
IapManager.Instance.RestorePurchase();
183+
IapManager.RestorePurchase();
184184
#endif
185185
}
186186

0 commit comments

Comments
 (0)