Method FinishTransaction
FinishTransaction(string, string)
Call the Store to consume a product.
Declaration
void FinishTransaction(string productJSON, string transactionID)
Parameters
| Type | Name | Description |
|---|---|---|
| string | productJSON | Product to consume in JSON format. |
| string | transactionID | The transaction id of the receipt to close. |