From 0d625ee120718fa74eeb51426a37970832c0a1af Mon Sep 17 00:00:00 2001 From: Bruno Gaspar Date: Tue, 10 Sep 2019 18:50:36 +0100 Subject: [PATCH] chore: Release 2.2.12 Signed-off-by: Bruno Gaspar --- CHANGELOG.md | 6 ++++++ src/AmountConverter.php | 2 +- src/Api/Account.php | 2 +- src/Api/Account/Persons.php | 2 +- src/Api/Api.php | 2 +- src/Api/ApiInterface.php | 2 +- src/Api/ApplicationFeeRefunds.php | 2 +- src/Api/ApplicationFees.php | 2 +- src/Api/Balance.php | 2 +- src/Api/BankAccounts.php | 2 +- src/Api/Bitcoin.php | 2 +- src/Api/Cards.php | 2 +- src/Api/Charges.php | 2 +- src/Api/Checkout.php | 2 +- src/Api/Checkout/Sessions.php | 2 +- src/Api/CountrySpecs.php | 2 +- src/Api/Coupons.php | 2 +- src/Api/CreditNotes.php | 2 +- src/Api/CustomerBalanceTransactions.php | 2 +- src/Api/CustomerTaxIds.php | 2 +- src/Api/Customers.php | 2 +- src/Api/Disputes.php | 2 +- src/Api/EphemeralKey.php | 2 +- src/Api/Events.php | 2 +- src/Api/ExternalAccounts.php | 2 +- src/Api/FileLinks.php | 2 +- src/Api/FileUploads.php | 2 +- src/Api/Files.php | 2 +- src/Api/InvoiceItems.php | 2 +- src/Api/Invoices.php | 2 +- src/Api/OrderReturns.php | 2 +- src/Api/Orders.php | 2 +- src/Api/PaymentIntents.php | 2 +- src/Api/PaymentMethods.php | 2 +- src/Api/Payouts.php | 2 +- src/Api/Plans.php | 2 +- src/Api/Products.php | 2 +- src/Api/Radar.php | 2 +- src/Api/Radar/EarlyFraudWarning.php | 2 +- src/Api/Radar/Reviews.php | 2 +- src/Api/Radar/ValueListItems.php | 2 +- src/Api/Radar/ValueLists.php | 2 +- src/Api/Recipients.php | 2 +- src/Api/Refunds.php | 2 +- src/Api/ScheduledQueries.php | 2 +- src/Api/SetupIntents.php | 2 +- src/Api/Skus.php | 2 +- src/Api/Sources.php | 2 +- src/Api/SubscriptionItems.php | 2 +- src/Api/SubscriptionScheduleRevisions.php | 2 +- src/Api/SubscriptionSchedules.php | 2 +- src/Api/Subscriptions.php | 2 +- src/Api/TaxRates.php | 2 +- src/Api/Terminal.php | 2 +- src/Api/Terminal/ConnectionTokens.php | 2 +- src/Api/Terminal/Locations.php | 2 +- src/Api/Terminal/Readers.php | 2 +- src/Api/Tokens.php | 2 +- src/Api/Topup.php | 2 +- src/Api/TransferReversals.php | 2 +- src/Api/Transfers.php | 2 +- src/Api/UsageRecords.php | 2 +- src/Api/WebhookEndpoints.php | 2 +- src/Config.php | 2 +- src/ConfigInterface.php | 2 +- src/Exception/ApiLimitExceededException.php | 2 +- src/Exception/BadRequestException.php | 2 +- src/Exception/CardErrorException.php | 2 +- src/Exception/Handler.php | 2 +- src/Exception/InvalidRequestException.php | 2 +- src/Exception/MissingParameterException.php | 2 +- src/Exception/NotFoundException.php | 2 +- src/Exception/ServerErrorException.php | 2 +- src/Exception/StripeException.php | 2 +- src/Exception/UnauthorizedException.php | 2 +- src/Pager.php | 2 +- src/Stripe.php | 4 ++-- src/Utility.php | 2 +- tests/AmountConverterTest.php | 2 +- tests/Api/Account/PersonsTest.php | 2 +- tests/Api/AccountTest.php | 2 +- tests/Api/BalanceTest.php | 2 +- tests/Api/BankAccountsTest.php | 2 +- tests/Api/CardsTest.php | 2 +- tests/Api/ChargesTest.php | 2 +- tests/Api/Checkout/SessionsTest.php | 2 +- tests/Api/CountrySpecsTest.php | 2 +- tests/Api/CouponsTest.php | 2 +- tests/Api/CreditNotesTest.php | 2 +- tests/Api/CustomerBalanceTransactionsTest.php | 2 +- tests/Api/CustomerTaxIdsTest.php | 2 +- tests/Api/CustomersTest.php | 2 +- tests/Api/EphemeralKeyTest.php | 2 +- tests/Api/EventsTest.php | 2 +- tests/Api/ExternalAccountsTest.php | 2 +- tests/Api/FileLinksTest.php | 2 +- tests/Api/FilesTest.php | 2 +- tests/Api/InvoiceItemsTest.php | 2 +- tests/Api/InvoicesTest.php | 2 +- tests/Api/OrderReturnsTest.php | 2 +- tests/Api/OrdersTest.php | 2 +- tests/Api/PaymentIntentsTest.php | 2 +- tests/Api/PaymentMethodsTest.php | 2 +- tests/Api/PayoutsTest.php | 2 +- tests/Api/PlansTest.php | 2 +- tests/Api/ProductsTest.php | 2 +- tests/Api/Radar/EarlyFraudWarningTest.php | 2 +- tests/Api/Radar/ValueListItemsTest.php | 2 +- tests/Api/Radar/ValueListsTest.php | 2 +- tests/Api/RefundsTest.php | 2 +- tests/Api/SetupIntentsTest.php | 2 +- tests/Api/SkusTest.php | 2 +- tests/Api/SourcesTest.php | 2 +- tests/Api/SubscriptionItemsTest.php | 2 +- tests/Api/SubscriptionScheduleRevisionsTest.php | 2 +- tests/Api/SubscriptionSchedulesTest.php | 2 +- tests/Api/SubscriptionsTest.php | 2 +- tests/Api/TaxRatesTest.php | 2 +- tests/Api/Terminal/ConnectionTokensTest.php | 2 +- tests/Api/Terminal/LocationsTest.php | 2 +- tests/Api/Terminal/ReadersTest_.php | 2 +- tests/Api/TokensTest.php | 2 +- tests/Api/UsageRecordsTest.php | 2 +- tests/Api/WebhookEndpointsTest.php | 2 +- tests/FunctionalTestCase.php | 2 +- tests/StripeTest.php | 4 ++-- tests/UtilityTest.php | 2 +- 127 files changed, 134 insertions(+), 128 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d9d62d..007a9d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ We do not give estimated times for completion on `Accepted` Proposals. --- +### v2.2.12 - 2019-09-10 + +`ADDED` + +- Add all method to the Setup Intents API + ### v2.2.11 - 2019-09-05 `FIXED` diff --git a/src/AmountConverter.php b/src/AmountConverter.php index 48e6ad8..b6c1e7d 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Account.php b/src/Api/Account.php index df0e8c2..00969a8 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Account/Persons.php b/src/Api/Account/Persons.php index 1aebe44..3dc2b80 100644 --- a/src/Api/Account/Persons.php +++ b/src/Api/Account/Persons.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Api.php b/src/Api/Api.php index 40a0984..feffd9f 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/ApiInterface.php b/src/Api/ApiInterface.php index 1e6a670..0d54931 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/ApplicationFeeRefunds.php b/src/Api/ApplicationFeeRefunds.php index 44ea32d..e5f36e0 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/ApplicationFees.php b/src/Api/ApplicationFees.php index 3ca06fb..4f2cee6 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Balance.php b/src/Api/Balance.php index e2f5506..d659eaa 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/BankAccounts.php b/src/Api/BankAccounts.php index ee0626a..dab8bfa 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Bitcoin.php b/src/Api/Bitcoin.php index 7dfdc63..f34caa6 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Cards.php b/src/Api/Cards.php index 82eeb0f..8b87583 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Charges.php b/src/Api/Charges.php index 38b1843..8ad450a 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Checkout.php b/src/Api/Checkout.php index d9ab178..47a0c72 100644 --- a/src/Api/Checkout.php +++ b/src/Api/Checkout.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Checkout/Sessions.php b/src/Api/Checkout/Sessions.php index 96c4c6f..bc46d3a 100644 --- a/src/Api/Checkout/Sessions.php +++ b/src/Api/Checkout/Sessions.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/CountrySpecs.php b/src/Api/CountrySpecs.php index 3669c12..938d054 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Coupons.php b/src/Api/Coupons.php index 38d7c65..9671db3 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/CreditNotes.php b/src/Api/CreditNotes.php index 5b99bad..0d50f05 100644 --- a/src/Api/CreditNotes.php +++ b/src/Api/CreditNotes.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/CustomerBalanceTransactions.php b/src/Api/CustomerBalanceTransactions.php index 8f9bb28..391dff1 100644 --- a/src/Api/CustomerBalanceTransactions.php +++ b/src/Api/CustomerBalanceTransactions.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/CustomerTaxIds.php b/src/Api/CustomerTaxIds.php index 7874906..7e139df 100644 --- a/src/Api/CustomerTaxIds.php +++ b/src/Api/CustomerTaxIds.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Customers.php b/src/Api/Customers.php index 8a52624..d626c2d 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Disputes.php b/src/Api/Disputes.php index fd38dc5..f113f56 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/EphemeralKey.php b/src/Api/EphemeralKey.php index e34d53f..dea92a0 100644 --- a/src/Api/EphemeralKey.php +++ b/src/Api/EphemeralKey.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Events.php b/src/Api/Events.php index ce6ef5e..e975810 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/ExternalAccounts.php b/src/Api/ExternalAccounts.php index 91beef9..9c43948 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/FileLinks.php b/src/Api/FileLinks.php index 74e7530..2008d30 100644 --- a/src/Api/FileLinks.php +++ b/src/Api/FileLinks.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/FileUploads.php b/src/Api/FileUploads.php index 9a4fd66..49a0c6f 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Files.php b/src/Api/Files.php index 356a943..e9a468b 100644 --- a/src/Api/Files.php +++ b/src/Api/Files.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/InvoiceItems.php b/src/Api/InvoiceItems.php index 14885d5..258f117 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Invoices.php b/src/Api/Invoices.php index d0a8a24..50c2f3a 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/OrderReturns.php b/src/Api/OrderReturns.php index ee1ba44..65f2ca8 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Orders.php b/src/Api/Orders.php index cc7a35f..647b379 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/PaymentIntents.php b/src/Api/PaymentIntents.php index 8d1aa39..8f18ce8 100644 --- a/src/Api/PaymentIntents.php +++ b/src/Api/PaymentIntents.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/PaymentMethods.php b/src/Api/PaymentMethods.php index 8690cd7..87e640b 100644 --- a/src/Api/PaymentMethods.php +++ b/src/Api/PaymentMethods.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Payouts.php b/src/Api/Payouts.php index aabe022..a067990 100644 --- a/src/Api/Payouts.php +++ b/src/Api/Payouts.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Plans.php b/src/Api/Plans.php index 927b370..d709b33 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Products.php b/src/Api/Products.php index d1f2f64..d961f9a 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Radar.php b/src/Api/Radar.php index 975ed82..70f8576 100644 --- a/src/Api/Radar.php +++ b/src/Api/Radar.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Radar/EarlyFraudWarning.php b/src/Api/Radar/EarlyFraudWarning.php index 437c250..5031470 100644 --- a/src/Api/Radar/EarlyFraudWarning.php +++ b/src/Api/Radar/EarlyFraudWarning.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Radar/Reviews.php b/src/Api/Radar/Reviews.php index 23d82d8..4338b97 100644 --- a/src/Api/Radar/Reviews.php +++ b/src/Api/Radar/Reviews.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Radar/ValueListItems.php b/src/Api/Radar/ValueListItems.php index ad9f6ec..8f42db9 100644 --- a/src/Api/Radar/ValueListItems.php +++ b/src/Api/Radar/ValueListItems.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Radar/ValueLists.php b/src/Api/Radar/ValueLists.php index bd10147..ee31587 100644 --- a/src/Api/Radar/ValueLists.php +++ b/src/Api/Radar/ValueLists.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Recipients.php b/src/Api/Recipients.php index 7e64b5d..dbcff2b 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Refunds.php b/src/Api/Refunds.php index af770a2..50300f1 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/ScheduledQueries.php b/src/Api/ScheduledQueries.php index 900b2dd..e7852fc 100644 --- a/src/Api/ScheduledQueries.php +++ b/src/Api/ScheduledQueries.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/SetupIntents.php b/src/Api/SetupIntents.php index 53372e9..f0f6bb5 100644 --- a/src/Api/SetupIntents.php +++ b/src/Api/SetupIntents.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Skus.php b/src/Api/Skus.php index 02682a3..3635865 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Sources.php b/src/Api/Sources.php index b8e3bc1..d94925e 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/SubscriptionItems.php b/src/Api/SubscriptionItems.php index e3a93fd..654f84a 100644 --- a/src/Api/SubscriptionItems.php +++ b/src/Api/SubscriptionItems.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/SubscriptionScheduleRevisions.php b/src/Api/SubscriptionScheduleRevisions.php index 1131469..b3cf78f 100644 --- a/src/Api/SubscriptionScheduleRevisions.php +++ b/src/Api/SubscriptionScheduleRevisions.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/SubscriptionSchedules.php b/src/Api/SubscriptionSchedules.php index 9c74f90..16b390f 100644 --- a/src/Api/SubscriptionSchedules.php +++ b/src/Api/SubscriptionSchedules.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Subscriptions.php b/src/Api/Subscriptions.php index be2db7a..de0a97c 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/TaxRates.php b/src/Api/TaxRates.php index 39aeef4..18379ba 100644 --- a/src/Api/TaxRates.php +++ b/src/Api/TaxRates.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Terminal.php b/src/Api/Terminal.php index 8990168..27a21d1 100644 --- a/src/Api/Terminal.php +++ b/src/Api/Terminal.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Terminal/ConnectionTokens.php b/src/Api/Terminal/ConnectionTokens.php index 22447aa..87ac644 100644 --- a/src/Api/Terminal/ConnectionTokens.php +++ b/src/Api/Terminal/ConnectionTokens.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Terminal/Locations.php b/src/Api/Terminal/Locations.php index adad236..0e645fb 100644 --- a/src/Api/Terminal/Locations.php +++ b/src/Api/Terminal/Locations.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Terminal/Readers.php b/src/Api/Terminal/Readers.php index 27f1097..73087f7 100644 --- a/src/Api/Terminal/Readers.php +++ b/src/Api/Terminal/Readers.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Tokens.php b/src/Api/Tokens.php index f8a90fc..275e314 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Topup.php b/src/Api/Topup.php index 4f096c1..210b7dd 100644 --- a/src/Api/Topup.php +++ b/src/Api/Topup.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/TransferReversals.php b/src/Api/TransferReversals.php index a06ca72..b52b3d9 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Transfers.php b/src/Api/Transfers.php index dc61b9f..fcd5ba4 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/UsageRecords.php b/src/Api/UsageRecords.php index 3c5a3ca..091988a 100644 --- a/src/Api/UsageRecords.php +++ b/src/Api/UsageRecords.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/WebhookEndpoints.php b/src/Api/WebhookEndpoints.php index ed07340..8e43cfc 100644 --- a/src/Api/WebhookEndpoints.php +++ b/src/Api/WebhookEndpoints.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Config.php b/src/Config.php index d9db4a0..9b60ad0 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/ConfigInterface.php b/src/ConfigInterface.php index 1653a9e..49ca539 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Exception/ApiLimitExceededException.php b/src/Exception/ApiLimitExceededException.php index ce778cb..a89c421 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Exception/BadRequestException.php b/src/Exception/BadRequestException.php index fa70704..4f06973 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Exception/CardErrorException.php b/src/Exception/CardErrorException.php index 8fd99ce..1c86768 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Exception/Handler.php b/src/Exception/Handler.php index b3aa2a9..c97d5e1 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Exception/InvalidRequestException.php b/src/Exception/InvalidRequestException.php index 5b6b678..a99645b 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Exception/MissingParameterException.php b/src/Exception/MissingParameterException.php index e9a6253..05cbd26 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Exception/NotFoundException.php b/src/Exception/NotFoundException.php index 2265beb..6ef6799 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Exception/ServerErrorException.php b/src/Exception/ServerErrorException.php index 6a13452..e6ae547 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Exception/StripeException.php b/src/Exception/StripeException.php index 1459c9c..4660528 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Exception/UnauthorizedException.php b/src/Exception/UnauthorizedException.php index 6c5037e..2918103 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Pager.php b/src/Pager.php index 9d33130..b12798a 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Stripe.php b/src/Stripe.php index e9193cb..d50578b 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC @@ -29,7 +29,7 @@ class Stripe * * @var string */ - const VERSION = '2.2.11'; + const VERSION = '2.2.12'; /** * The Config repository instance. diff --git a/src/Utility.php b/src/Utility.php index 7d36f91..b711365 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/AmountConverterTest.php b/tests/AmountConverterTest.php index 515d22a..326ba40 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/Account/PersonsTest.php b/tests/Api/Account/PersonsTest.php index fb8aa00..6b6c80c 100644 --- a/tests/Api/Account/PersonsTest.php +++ b/tests/Api/Account/PersonsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/AccountTest.php b/tests/Api/AccountTest.php index 1fdb07b..605f89c 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/BalanceTest.php b/tests/Api/BalanceTest.php index 7944ff1..ae48cad 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/BankAccountsTest.php b/tests/Api/BankAccountsTest.php index 8a9f698..9e32dd9 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/CardsTest.php b/tests/Api/CardsTest.php index c860951..325150d 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/ChargesTest.php b/tests/Api/ChargesTest.php index 1fa5cef..a9e47cf 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/Checkout/SessionsTest.php b/tests/Api/Checkout/SessionsTest.php index 49ed3cb..f9c0904 100644 --- a/tests/Api/Checkout/SessionsTest.php +++ b/tests/Api/Checkout/SessionsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/CountrySpecsTest.php b/tests/Api/CountrySpecsTest.php index f52d950..6c31ee9 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/CouponsTest.php b/tests/Api/CouponsTest.php index c7a0014..7c4074d 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/CreditNotesTest.php b/tests/Api/CreditNotesTest.php index bac85ad..4a1ae2a 100644 --- a/tests/Api/CreditNotesTest.php +++ b/tests/Api/CreditNotesTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/CustomerBalanceTransactionsTest.php b/tests/Api/CustomerBalanceTransactionsTest.php index 9b3a4a6..2297fba 100644 --- a/tests/Api/CustomerBalanceTransactionsTest.php +++ b/tests/Api/CustomerBalanceTransactionsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/CustomerTaxIdsTest.php b/tests/Api/CustomerTaxIdsTest.php index b4edf7e..f36f720 100644 --- a/tests/Api/CustomerTaxIdsTest.php +++ b/tests/Api/CustomerTaxIdsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/CustomersTest.php b/tests/Api/CustomersTest.php index 579aac5..df8e76d 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/EphemeralKeyTest.php b/tests/Api/EphemeralKeyTest.php index 8680166..43558c7 100644 --- a/tests/Api/EphemeralKeyTest.php +++ b/tests/Api/EphemeralKeyTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/EventsTest.php b/tests/Api/EventsTest.php index b46ecbc..b7bbd1f 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/ExternalAccountsTest.php b/tests/Api/ExternalAccountsTest.php index 6cedb1f..a269b5b 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/FileLinksTest.php b/tests/Api/FileLinksTest.php index a95cd93..5aa4e41 100644 --- a/tests/Api/FileLinksTest.php +++ b/tests/Api/FileLinksTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/FilesTest.php b/tests/Api/FilesTest.php index a46e38c..cc43d16 100644 --- a/tests/Api/FilesTest.php +++ b/tests/Api/FilesTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/InvoiceItemsTest.php b/tests/Api/InvoiceItemsTest.php index 7b8a285..033ed3c 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/InvoicesTest.php b/tests/Api/InvoicesTest.php index 0ba9b71..97ff419 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/OrderReturnsTest.php b/tests/Api/OrderReturnsTest.php index f74be41..8b3f6f7 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/OrdersTest.php b/tests/Api/OrdersTest.php index b1fb981..5c83b2b 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/PaymentIntentsTest.php b/tests/Api/PaymentIntentsTest.php index 57d063e..db16711 100644 --- a/tests/Api/PaymentIntentsTest.php +++ b/tests/Api/PaymentIntentsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/PaymentMethodsTest.php b/tests/Api/PaymentMethodsTest.php index 3ecbccb..bf71f01 100644 --- a/tests/Api/PaymentMethodsTest.php +++ b/tests/Api/PaymentMethodsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/PayoutsTest.php b/tests/Api/PayoutsTest.php index ff63f13..e83a430 100644 --- a/tests/Api/PayoutsTest.php +++ b/tests/Api/PayoutsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/PlansTest.php b/tests/Api/PlansTest.php index c5470a8..9161adf 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/ProductsTest.php b/tests/Api/ProductsTest.php index 65d174e..3351526 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/Radar/EarlyFraudWarningTest.php b/tests/Api/Radar/EarlyFraudWarningTest.php index b6f7458..a171c8e 100644 --- a/tests/Api/Radar/EarlyFraudWarningTest.php +++ b/tests/Api/Radar/EarlyFraudWarningTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/Radar/ValueListItemsTest.php b/tests/Api/Radar/ValueListItemsTest.php index 99b0391..fef7980 100644 --- a/tests/Api/Radar/ValueListItemsTest.php +++ b/tests/Api/Radar/ValueListItemsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/Radar/ValueListsTest.php b/tests/Api/Radar/ValueListsTest.php index 7ce0820..971d799 100644 --- a/tests/Api/Radar/ValueListsTest.php +++ b/tests/Api/Radar/ValueListsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/RefundsTest.php b/tests/Api/RefundsTest.php index 06e6aa6..5d15386 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/SetupIntentsTest.php b/tests/Api/SetupIntentsTest.php index 93a5507..9adfb6e 100644 --- a/tests/Api/SetupIntentsTest.php +++ b/tests/Api/SetupIntentsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/SkusTest.php b/tests/Api/SkusTest.php index edc6fc7..8696fea 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/SourcesTest.php b/tests/Api/SourcesTest.php index 83c951f..52b78c1 100644 --- a/tests/Api/SourcesTest.php +++ b/tests/Api/SourcesTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/SubscriptionItemsTest.php b/tests/Api/SubscriptionItemsTest.php index e14b1f8..38228ab 100644 --- a/tests/Api/SubscriptionItemsTest.php +++ b/tests/Api/SubscriptionItemsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/SubscriptionScheduleRevisionsTest.php b/tests/Api/SubscriptionScheduleRevisionsTest.php index a2e4185..a549a8b 100644 --- a/tests/Api/SubscriptionScheduleRevisionsTest.php +++ b/tests/Api/SubscriptionScheduleRevisionsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/SubscriptionSchedulesTest.php b/tests/Api/SubscriptionSchedulesTest.php index 9be8d17..5a3bc20 100644 --- a/tests/Api/SubscriptionSchedulesTest.php +++ b/tests/Api/SubscriptionSchedulesTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/SubscriptionsTest.php b/tests/Api/SubscriptionsTest.php index 483eaa5..20930f1 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/TaxRatesTest.php b/tests/Api/TaxRatesTest.php index 7f2536a..79a5735 100644 --- a/tests/Api/TaxRatesTest.php +++ b/tests/Api/TaxRatesTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/Terminal/ConnectionTokensTest.php b/tests/Api/Terminal/ConnectionTokensTest.php index 34ed624..273260c 100644 --- a/tests/Api/Terminal/ConnectionTokensTest.php +++ b/tests/Api/Terminal/ConnectionTokensTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/Terminal/LocationsTest.php b/tests/Api/Terminal/LocationsTest.php index 2443933..0f4e4bb 100644 --- a/tests/Api/Terminal/LocationsTest.php +++ b/tests/Api/Terminal/LocationsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/Terminal/ReadersTest_.php b/tests/Api/Terminal/ReadersTest_.php index 6908aac..f7e6e68 100644 --- a/tests/Api/Terminal/ReadersTest_.php +++ b/tests/Api/Terminal/ReadersTest_.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/TokensTest.php b/tests/Api/TokensTest.php index 64c17dd..37be77b 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/UsageRecordsTest.php b/tests/Api/UsageRecordsTest.php index 67baeb8..3148560 100644 --- a/tests/Api/UsageRecordsTest.php +++ b/tests/Api/UsageRecordsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/WebhookEndpointsTest.php b/tests/Api/WebhookEndpointsTest.php index 3e6e9a3..f146b41 100644 --- a/tests/Api/WebhookEndpointsTest.php +++ b/tests/Api/WebhookEndpointsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/FunctionalTestCase.php b/tests/FunctionalTestCase.php index 398173c..e15744a 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/StripeTest.php b/tests/StripeTest.php index 548f3d0..42b4129 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC @@ -92,7 +92,7 @@ public function it_can_get_the_current_package_version() { $version = $this->stripe->getVersion(); - $this->assertSame('2.2.11', $version); + $this->assertSame('2.2.12', $version); } /** @test */ diff --git a/tests/UtilityTest.php b/tests/UtilityTest.php index a24d41d..e92036f 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.2.11 + * @version 2.2.12 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC