diff --git a/CHANGELOG.md b/CHANGELOG.md index 7734fb2..75861c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ We do not give estimated times for completion on `Accepted` Proposals. --- +### v2.0.8 - 2017-01-27 + +`ADDED` + +- Method to set the connected account. + ### v2.0.7 - 2016-09-23 `ADDED` diff --git a/src/AmountConverter.php b/src/AmountConverter.php index 98c7cb8..f5fefcb 100644 --- a/src/AmountConverter.php +++ b/src/AmountConverter.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Api/Account.php b/src/Api/Account.php index 06cfeb1..d204e6c 100644 --- a/src/Api/Account.php +++ b/src/Api/Account.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Api/Api.php b/src/Api/Api.php index db669e7..83dc4fd 100644 --- a/src/Api/Api.php +++ b/src/Api/Api.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Api/ApiInterface.php b/src/Api/ApiInterface.php index 1cb74df..eac7171 100644 --- a/src/Api/ApiInterface.php +++ b/src/Api/ApiInterface.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Api/ApplicationFeeRefunds.php b/src/Api/ApplicationFeeRefunds.php index 82c6ab9..7973dfa 100644 --- a/src/Api/ApplicationFeeRefunds.php +++ b/src/Api/ApplicationFeeRefunds.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Api/ApplicationFees.php b/src/Api/ApplicationFees.php index 3a6f918..7841f95 100644 --- a/src/Api/ApplicationFees.php +++ b/src/Api/ApplicationFees.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Api/Balance.php b/src/Api/Balance.php index fd89165..cb0b91f 100644 --- a/src/Api/Balance.php +++ b/src/Api/Balance.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Api/BankAccounts.php b/src/Api/BankAccounts.php index 6d33a2d..d81aaa2 100644 --- a/src/Api/BankAccounts.php +++ b/src/Api/BankAccounts.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Api/Bitcoin.php b/src/Api/Bitcoin.php index 841a14d..c17d5ab 100644 --- a/src/Api/Bitcoin.php +++ b/src/Api/Bitcoin.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Api/Cards.php b/src/Api/Cards.php index 8079fe8..92b4e11 100644 --- a/src/Api/Cards.php +++ b/src/Api/Cards.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Api/Charges.php b/src/Api/Charges.php index 0312cbb..3353d6e 100644 --- a/src/Api/Charges.php +++ b/src/Api/Charges.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Api/CountrySpecs.php b/src/Api/CountrySpecs.php index 6a2f596..d3070e3 100644 --- a/src/Api/CountrySpecs.php +++ b/src/Api/CountrySpecs.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Api/Coupons.php b/src/Api/Coupons.php index 42d237c..6834fa5 100644 --- a/src/Api/Coupons.php +++ b/src/Api/Coupons.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Api/Customers.php b/src/Api/Customers.php index 34d44b1..8142161 100644 --- a/src/Api/Customers.php +++ b/src/Api/Customers.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Api/Disputes.php b/src/Api/Disputes.php index 2c612a0..fb8c082 100644 --- a/src/Api/Disputes.php +++ b/src/Api/Disputes.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Api/Events.php b/src/Api/Events.php index 2393da3..42fbd6d 100644 --- a/src/Api/Events.php +++ b/src/Api/Events.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Api/ExternalAccounts.php b/src/Api/ExternalAccounts.php index ae09bb8..7444b68 100644 --- a/src/Api/ExternalAccounts.php +++ b/src/Api/ExternalAccounts.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Api/FileUploads.php b/src/Api/FileUploads.php index 5c4c78d..2d474d1 100644 --- a/src/Api/FileUploads.php +++ b/src/Api/FileUploads.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Api/InvoiceItems.php b/src/Api/InvoiceItems.php index 6d3b690..1f0fbbf 100644 --- a/src/Api/InvoiceItems.php +++ b/src/Api/InvoiceItems.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Api/Invoices.php b/src/Api/Invoices.php index 58e7842..33e8b28 100644 --- a/src/Api/Invoices.php +++ b/src/Api/Invoices.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Api/OrderReturns.php b/src/Api/OrderReturns.php index da90fef..b74bb7d 100644 --- a/src/Api/OrderReturns.php +++ b/src/Api/OrderReturns.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Api/Orders.php b/src/Api/Orders.php index f2668b5..edf0b42 100644 --- a/src/Api/Orders.php +++ b/src/Api/Orders.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Api/Plans.php b/src/Api/Plans.php index 89948ed..812cce8 100644 --- a/src/Api/Plans.php +++ b/src/Api/Plans.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Api/Products.php b/src/Api/Products.php index 15e854c..98107c1 100644 --- a/src/Api/Products.php +++ b/src/Api/Products.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Api/Recipients.php b/src/Api/Recipients.php index 78b3c27..46fa6dd 100644 --- a/src/Api/Recipients.php +++ b/src/Api/Recipients.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Api/Refunds.php b/src/Api/Refunds.php index b64f336..564180e 100644 --- a/src/Api/Refunds.php +++ b/src/Api/Refunds.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Api/Skus.php b/src/Api/Skus.php index ada8dbb..0a90c62 100644 --- a/src/Api/Skus.php +++ b/src/Api/Skus.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Api/Sources.php b/src/Api/Sources.php index 4277a52..994ada7 100644 --- a/src/Api/Sources.php +++ b/src/Api/Sources.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Api/Subscriptions.php b/src/Api/Subscriptions.php index fe6e5a8..6da348c 100644 --- a/src/Api/Subscriptions.php +++ b/src/Api/Subscriptions.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Api/Tokens.php b/src/Api/Tokens.php index cfb4f9a..3b4e2da 100644 --- a/src/Api/Tokens.php +++ b/src/Api/Tokens.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Api/TransferReversals.php b/src/Api/TransferReversals.php index e91434c..721db54 100644 --- a/src/Api/TransferReversals.php +++ b/src/Api/TransferReversals.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Api/Transfers.php b/src/Api/Transfers.php index 8a5179a..c96a747 100644 --- a/src/Api/Transfers.php +++ b/src/Api/Transfers.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Config.php b/src/Config.php index 0b2ecd2..e15f5a5 100644 --- a/src/Config.php +++ b/src/Config.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/ConfigInterface.php b/src/ConfigInterface.php index 4f6dd0b..d84f550 100644 --- a/src/ConfigInterface.php +++ b/src/ConfigInterface.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Exception/ApiLimitExceededException.php b/src/Exception/ApiLimitExceededException.php index 535388a..c64695c 100644 --- a/src/Exception/ApiLimitExceededException.php +++ b/src/Exception/ApiLimitExceededException.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Exception/BadRequestException.php b/src/Exception/BadRequestException.php index 715a400..130e685 100644 --- a/src/Exception/BadRequestException.php +++ b/src/Exception/BadRequestException.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Exception/CardErrorException.php b/src/Exception/CardErrorException.php index d5e4949..0b07508 100644 --- a/src/Exception/CardErrorException.php +++ b/src/Exception/CardErrorException.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Exception/Handler.php b/src/Exception/Handler.php index 16fa738..37e16c1 100644 --- a/src/Exception/Handler.php +++ b/src/Exception/Handler.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Exception/InvalidRequestException.php b/src/Exception/InvalidRequestException.php index 8cac956..1e56cf4 100644 --- a/src/Exception/InvalidRequestException.php +++ b/src/Exception/InvalidRequestException.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Exception/MissingParameterException.php b/src/Exception/MissingParameterException.php index 65074a6..653e7c5 100644 --- a/src/Exception/MissingParameterException.php +++ b/src/Exception/MissingParameterException.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Exception/NotFoundException.php b/src/Exception/NotFoundException.php index d44d142..2eb430b 100644 --- a/src/Exception/NotFoundException.php +++ b/src/Exception/NotFoundException.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Exception/ServerErrorException.php b/src/Exception/ServerErrorException.php index f0dc9ff..6e8e467 100644 --- a/src/Exception/ServerErrorException.php +++ b/src/Exception/ServerErrorException.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Exception/StripeException.php b/src/Exception/StripeException.php index 4e4a428..dfd29f4 100644 --- a/src/Exception/StripeException.php +++ b/src/Exception/StripeException.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Exception/UnauthorizedException.php b/src/Exception/UnauthorizedException.php index ba07fe1..000edef 100644 --- a/src/Exception/UnauthorizedException.php +++ b/src/Exception/UnauthorizedException.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Pager.php b/src/Pager.php index 3ee549c..811d140 100644 --- a/src/Pager.php +++ b/src/Pager.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/src/Stripe.php b/src/Stripe.php index 3f196c0..ad9c7d8 100644 --- a/src/Stripe.php +++ b/src/Stripe.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC @@ -27,7 +27,7 @@ class Stripe * * @var string */ - const VERSION = '2.0.7'; + const VERSION = '2.0.8'; /** * The Config repository instance. diff --git a/src/Utility.php b/src/Utility.php index 1dbddcc..011d815 100644 --- a/src/Utility.php +++ b/src/Utility.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/tests/AmountConverterTest.php b/tests/AmountConverterTest.php index 6cbee60..f5707e0 100644 --- a/tests/AmountConverterTest.php +++ b/tests/AmountConverterTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/tests/Api/AccountTest.php b/tests/Api/AccountTest.php index 75faa7e..ae7f9d1 100644 --- a/tests/Api/AccountTest.php +++ b/tests/Api/AccountTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/tests/Api/BalanceTest.php b/tests/Api/BalanceTest.php index 5feaca8..601a6a2 100644 --- a/tests/Api/BalanceTest.php +++ b/tests/Api/BalanceTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/tests/Api/BankAccountsTest.php b/tests/Api/BankAccountsTest.php index a2ce39e..c293158 100644 --- a/tests/Api/BankAccountsTest.php +++ b/tests/Api/BankAccountsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/tests/Api/CardsTest.php b/tests/Api/CardsTest.php index 0f6364f..18aee1d 100644 --- a/tests/Api/CardsTest.php +++ b/tests/Api/CardsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/tests/Api/ChargesTest.php b/tests/Api/ChargesTest.php index b611fb0..857daa6 100644 --- a/tests/Api/ChargesTest.php +++ b/tests/Api/ChargesTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/tests/Api/CountrySpecsTest.php b/tests/Api/CountrySpecsTest.php index c535533..3c5f7a9 100644 --- a/tests/Api/CountrySpecsTest.php +++ b/tests/Api/CountrySpecsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/tests/Api/CouponsTest.php b/tests/Api/CouponsTest.php index bf2ce31..c068d7a 100644 --- a/tests/Api/CouponsTest.php +++ b/tests/Api/CouponsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/tests/Api/CustomersTest.php b/tests/Api/CustomersTest.php index 36b8d27..e2e231c 100644 --- a/tests/Api/CustomersTest.php +++ b/tests/Api/CustomersTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/tests/Api/EventsTest.php b/tests/Api/EventsTest.php index 6c8bc9e..5c885a1 100644 --- a/tests/Api/EventsTest.php +++ b/tests/Api/EventsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/tests/Api/ExternalAccountsTest.php b/tests/Api/ExternalAccountsTest.php index eef3ca1..f122065 100644 --- a/tests/Api/ExternalAccountsTest.php +++ b/tests/Api/ExternalAccountsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/tests/Api/FileUploadsTest.php b/tests/Api/FileUploadsTest.php index 811889f..a2170dd 100644 --- a/tests/Api/FileUploadsTest.php +++ b/tests/Api/FileUploadsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/tests/Api/InvoiceItemsTest.php b/tests/Api/InvoiceItemsTest.php index 63bfef4..4281793 100644 --- a/tests/Api/InvoiceItemsTest.php +++ b/tests/Api/InvoiceItemsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/tests/Api/InvoicesTest.php b/tests/Api/InvoicesTest.php index 0ea2ca5..16938b4 100644 --- a/tests/Api/InvoicesTest.php +++ b/tests/Api/InvoicesTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/tests/Api/OrderReturnsTest.php b/tests/Api/OrderReturnsTest.php index 41abddd..59f0d2f 100644 --- a/tests/Api/OrderReturnsTest.php +++ b/tests/Api/OrderReturnsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/tests/Api/OrdersTest.php b/tests/Api/OrdersTest.php index dc2862b..43754c5 100644 --- a/tests/Api/OrdersTest.php +++ b/tests/Api/OrdersTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/tests/Api/PlansTest.php b/tests/Api/PlansTest.php index 642dad9..e73fa36 100644 --- a/tests/Api/PlansTest.php +++ b/tests/Api/PlansTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/tests/Api/ProductsTest.php b/tests/Api/ProductsTest.php index 1dd1d92..ac9dcbd 100644 --- a/tests/Api/ProductsTest.php +++ b/tests/Api/ProductsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/tests/Api/RefundsTest.php b/tests/Api/RefundsTest.php index 782e38a..710d409 100644 --- a/tests/Api/RefundsTest.php +++ b/tests/Api/RefundsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/tests/Api/SkusTest.php b/tests/Api/SkusTest.php index 72deb9f..e6719aa 100644 --- a/tests/Api/SkusTest.php +++ b/tests/Api/SkusTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/tests/Api/SubscriptionsTest.php b/tests/Api/SubscriptionsTest.php index f2bc820..0a21041 100644 --- a/tests/Api/SubscriptionsTest.php +++ b/tests/Api/SubscriptionsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/tests/Api/TokensTest.php b/tests/Api/TokensTest.php index c6b9446..69c41ca 100644 --- a/tests/Api/TokensTest.php +++ b/tests/Api/TokensTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/tests/FunctionalTestCase.php b/tests/FunctionalTestCase.php index c164af2..50b8994 100644 --- a/tests/FunctionalTestCase.php +++ b/tests/FunctionalTestCase.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/tests/StripeTest.php b/tests/StripeTest.php index d7b5314..8458038 100644 --- a/tests/StripeTest.php +++ b/tests/StripeTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC diff --git a/tests/UtilityTest.php b/tests/UtilityTest.php index b2dcf53..3791aa7 100644 --- a/tests/UtilityTest.php +++ b/tests/UtilityTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.0.7 + * @version 2.0.8 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2017, Cartalyst LLC