Merge pull request #289 from yleduc/patch-1

Fix a typo in GodotPayment(s)
This commit is contained in:
Nathan Lovato
2018-10-11 05:20:12 +09:00
committed by GitHub

View File

@@ -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.")