mirror of
https://github.com/defold/extension-iap
synced 2025-09-27 09:02:18 +02:00
Formatting and cleanup
This commit is contained in:
@@ -88,8 +88,8 @@ local function buy_listener(self, transaction, error)
|
||||
gui.set_color(gui.get_node("reset/larrylabel"), vmath.vector4(1,1,1,1))
|
||||
product_items["reset"] = transaction
|
||||
else
|
||||
log("iap.buy() ok")
|
||||
log("iap.finish()")
|
||||
log("iap.buy() ok %s", transaction.ident)
|
||||
log("iap.finish() %s", transaction.ident)
|
||||
iap.finish(transaction)
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user