Skip to content

Commit eac8dfd

Browse files
authored
Fix a typo in GodotPayment(s)
Fix godotengine/godot#22909
1 parent 01d2f78 commit eac8dfd

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)