ReceiptDecision
ReceiptDecision works with MarketplaceService to indicate the
acknowledgement of receipts.
Items 2
| History | Name | Value | Description | |
|---|---|---|---|---|
| 717 | NotProcessedYet | 0 | The receipt has not been processed yet. Returning this value keeps the receipt unresolved so it will be delivered again on the next opportunity, such as when the user rejoins a server. | |
| 717 | Processed | 1 | The receipt has been processed and all benefits have been granted. The receipt is marked as complete and will not be delivered again. |
Description
ReceiptDecision is the required return type for callbacks registered with
MarketplaceService:BindReceiptHandler(). The value you return
determines whether the receipt is marked as complete or remains unresolved for
future processing.
History 3
- 717 Add Processed
- 717 Add NotProcessedYet
- 717 Add ReceiptDecision