yabacon / paystack-php

A PHP Wrapper for Paystack API - https://www.paystack.com
MIT License
109 stars 70 forks source link

Removed http_error=false option from Guzzle client #2

Closed crobytech closed 8 years ago

crobytech commented 8 years ago

Removed the http_error=false option from the Guzzle client constructor. When http errors occur a Guzzle Response object is returned if available else null is returned