Dhemy

Results 12 comments of Dhemy

Hello there! I joined the party late, hope this is useful for you. I wrote these utils to help mock ES, you can find there how to mock multiple requests/responses....

Sounds great!😍🔥 @lahivee @Iamscaredofcode I'm actually thinking about providing a control panel to monitor subscriptions and products. For sure your idea is a good starting point. I'll work on it...

The middleware for saving the purchase notifications sounds like a great idea! 🚀 Feel free to submit a PR of this addition. Congratulations @mreall! 🎉

@vesper8, Please keep us posted about your findings of middleware vs the trait, which one is better from your point of view. Yes, this is still planned, Currently, I'm focusing...

@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](https://github.com/imdhemy/laravel-in-app-purchases#sell-products) enough for your use case?

@khacnha A great idea, Feel free to submit a PR. You can start from the [Google Play Billing](https://github.com/imdhemy/google-play-billing) package.

@x-sheep Thank you. Added to the release plan.

@MinhHai95 Added to my Todo-list. Feel free to submit a PR.

The `Imdhemy\Purchases\PurchaseServiceProvider` from `v0.x `was replaced by `Imdhemy\Purchases\ServiceProviders\LiapServiceProvider` in `v1.x`. It should be auto-discovered, so you don't have to add it manually to the `app.php` file. You can find an...