mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-05 10:09:47 +03:00
Merge pull request #289 from yleduc/patch-1
Fix a typo in GodotPayment(s)
This commit is contained in:
@@ -18,7 +18,7 @@ signal sku_details_error
|
||||
var payment
|
||||
|
||||
func _ready():
|
||||
if Engine.has_singleton("GodotPayment"):
|
||||
if Engine.has_singleton("GodotPayments"):
|
||||
payment = Engine.get_singleton("GodotPayments")
|
||||
else:
|
||||
print("GodotPayment singleton is only available on Android devices.")
|
||||
|
||||
Reference in New Issue
Block a user