Skip to content

Commit

Permalink
Fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
bakura10 committed Feb 19, 2015
1 parent 0d04d93 commit 8d9aecc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.14.1

* Fix missing import

# 2.14.0

* [BC] Set default Stripe API to "2015-02-18" version (note: this version brings several important breaking changes
Expand Down
1 change: 1 addition & 0 deletions src/Client/StripeClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
use Guzzle\Common\Event;
use Guzzle\Plugin\ErrorResponse\ErrorResponsePlugin;
use Guzzle\Service\Client;
use Guzzle\Service\Command\Factory\CompositeFactory;
use Guzzle\Service\Description\ServiceDescription;
use Guzzle\Service\Resource\ResourceIterator;
use ZfrStripe\Client\Iterator\StripeCommandsCursorIterator;
Expand Down

0 comments on commit 8d9aecc

Please sign in to comment.