crucialwebstudio / chargify-sdk-php

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

Guzzle response getStatus() depecated #4

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.

dan-bowen commented 8 years ago

@stevegacka Thank you for your pull request. Can you retarget this to the develop branch? I'd like to add some tests before merging to master. Thanks.

stevegacka commented 8 years ago

Retargeted to the develop branch with PR #6