laravel-mollie
laravel-mollie copied to clipboard
Laravel HTTP client
I've written for my project a MollieLaravelHttpClientAdapter that implements MollieHttpAdapterInterface and was wondering if it would make sense to PR it here, and have the ServiceProvider use this new client adapter to make the API calls.
It's useful to me because i can then make use of the Http::fake functionality that Laravel provides to fake outgoing calls to Mollie in my tests.
Alongside this, i also have a Mollie::fake() implementation nearly ready to avoid having to test Mollie in integration every time, while retaining the core functionalities
Thanks!
Sounds cool, happy to review it!
PRed!
@sandervanhooft can this be included in a new release?
🙏 Thank you 😄