Event OnPurchaseSucceeded
Fired after a purchase has been confirmed as successful.
Parameters: the purchased Product and the raw receipt string (order.Info.Receipt).
Wire this to analytics logging calls such as AppsFlyerModule.LogPurchase.
public static event Action<Product, string> OnPurchaseSucceeded