Skip to content

Commit 3541aab

Browse files
authored
Merge pull request #289 from yleduc/patch-1
Fix a typo in GodotPayment(s)
2 parents 01d2f78 + eac8dfd commit 3541aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/android_iap/iap.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ signal sku_details_error
1818
var payment
1919

2020
func _ready():
21-
if Engine.has_singleton("GodotPayment"):
21+
if Engine.has_singleton("GodotPayments"):
2222
payment = Engine.get_singleton("GodotPayments")
2323
else:
2424
print("GodotPayment singleton is only available on Android devices.")

0 commit comments

Comments
 (0)