Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Guzzle 5 #14

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open

[WIP] Guzzle 5 #14

wants to merge 21 commits into from

Conversation

bakura10
Copy link
Member

@bakura10 bakura10 commented Jan 1, 2015

No description provided.

@@ -193,7 +193,7 @@
* @method ResourceIterator getBalanceTransactionsIterator()
* @method ResourceIterator getEventsIterator()
*/
class StripeClient extends Client
final class StripeClient
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't make a class final unless you have an implemented interface for it (makes mocking and composition impossible)

@bakura10
Copy link
Member Author

I'm closing for now. Guzzle Services has finally been tagged to 1.0.0 which in turn updates Guzzle to version 6. It has quite a bit of change and this PR is not really ocmpatibel anymore.

If anyone would like to tackle an upgrade, I've already upgraded anther package of mine that could service as a reference: https://github.com/zf-fr/zfr-shopify

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants