Kebechet / Maui.RevenueCat.InAppBilling

MIT License
10 stars 4 forks source link

PurchaseProduct - return more info #22

Open Kebechet opened 9 months ago

Kebechet commented 9 months ago

Currently PurchaseProduct returns just state of the purchase true/false and error enum. But original object PurchaseSuccessInfo contains also StoreTransaction and CustomerInfo.

Implement them into the final result as well.

Kebechet commented 8 months ago

CustomerInfo implemented in https://github.com/Kebechet/Maui.RevenueCat.InAppBilling/pull/34