unicodeveloper / laravel-paystack

:credit_card: :package: :moneybag: Laravel 6, 7, 8, 9, 10 and 11 Package for Paystack
https://paystack.co
MIT License
605 stars 312 forks source link

Refactor service provider #46

Closed toondaey closed 4 years ago

toondaey commented 6 years ago

Refactored service provider

The service provider has been refactored to allow for mocking of \GuzzleHttp\Client API. This will allow mocking of the api in the testing process.