crucialwebstudio / chargify-sdk-php

Chargify SDK for PHP
Apache License 2.0
26 stars 44 forks source link

Change getStatus() to getStatusCode() calls #6

Closed stevegacka closed 8 years ago

stevegacka commented 8 years ago

Not all $response->getStatus() calls were updated to getStatusCode() when Guzzle changed the method name.

Retargeted to the develop branch as requested.

dan-bowen commented 8 years ago

@stevegacka Just wanted to let you know this has been merged into master and tagged v0.0.4. Thanks again!