Currently the API callback PromptProductPurchaseFinished()
is officially deprecated from MarketplaceService.
However, the replacement API callback PromptPurchaseFinished()
does not support any way of checking if the Product Purchase Prompt got closed/cancelled.
Can we get an API callback for this missing feature that’s perhaps something along the lines of:
MarketplaceService:PromptPurchaseClosed(player, assetID)
Edit: Thank you for the clarification from SOTR654 and colbert2677, the deprecation messages confused me + I’m an idiot