Ok, that makes sense Renato. So when you finally call store.consumePurchase, do you just resend the same productSKU in a table as the sample in the Corona docs suggest, like so:
store.consumePurchase( {“productSku”} )
or do you call it with a sku and a listener, like the Corona docs syntax suggests, like so:
store.consumePurchase( “productSku”, listener )
or, do you do something more like what Google’s docs seems to suggest and retrieve some kind of transaction identifier from the initial purchase and then send it with the consumePurchase call, something like so:
store.consumePurchase( “transaction.identifier”)
or
store.consumePurchase( {“transaction.identifier”})
Sorry I need you to spell it out for me, I just really don’t understand how this is supposed to work.
Thanks for your help!
-Stephen