laravel-in-app-purchases
laravel-in-app-purchases copied to clipboard
Add support for Google OneTimePurchase events
Currently only subscription events are supported. My use case requires one-time payments to be validated by the server, but it would be much better if the user didn't have to relaunch the mobile app when a pending payment is completed.
Best we can support events for one-time purchase like Cancel, Refund...
@x-sheep This is not clear for me. Correct me if I'm wrong, providing a documentation link would be great.
Is the product facade enough for your use case?
@khacnha A great idea, Feel free to submit a PR. You can start from the Google Play Billing package.
The OneTimeProductNotification is documented here:
https://developer.android.com/google/play/billing/integrate#pending https://developer.android.com/google/play/billing/rtdn-reference#one-time
@x-sheep Thank you. Added to the release plan.
This issue is stale because it has been open 60 days with no activity. Remove Stale label or comment or this will be closed in 7 days