We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01d2f78 + eac8dfd commit 3541aabCopy full SHA for 3541aab
misc/android_iap/iap.gd
@@ -18,7 +18,7 @@ signal sku_details_error
18
var payment
19
20
func _ready():
21
- if Engine.has_singleton("GodotPayment"):
+ if Engine.has_singleton("GodotPayments"):
22
payment = Engine.get_singleton("GodotPayments")
23
else:
24
print("GodotPayment singleton is only available on Android devices.")
0 commit comments