yabacon / paystack-php

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

Fixes #1 - Removed http_error=false option #4

Closed ibrahimlawal closed 8 years ago

ibrahimlawal commented 8 years ago

Merged changes from @crobytech's pull request - fixes #1

Removed http_error=false option from Guzzle client, on http error when using guzzle, a Guzzle Response object is returned if available else null is returned

Added sample .env file