Update description for setting up android iap

This commit is contained in:
volzhs
2018-07-19 12:47:01 +09:00
parent cfe4b0ec4e
commit ab07f94911
3 changed files with 5 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ onready var payment = Engine.get_singleton("GodotPayments")
func _ready():
if payment:
# set callback with this script instance
payment.setPurchaseCallbackId(get_instance_ID())
payment.setPurchaseCallbackId(get_instance_id())
# set consume purchased item automatically after purchase, defulat value is true
func set_auto_consume(auto):