From f7753a8c947aa7c58abad96db8714e1594160b0c Mon Sep 17 00:00:00 2001 From: Bruno Gaspar Date: Fri, 3 Jan 2020 12:02:51 +0000 Subject: [PATCH] chore: Release v2.4.1 Signed-off-by: Bruno Gaspar --- CHANGELOG.md | 6 ++++++ src/AmountConverter.php | 2 +- src/Api/Account.php | 2 +- src/Api/Account/AccountLink.php | 2 +- src/Api/Account/Capabilities.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/BalanceTransactions.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/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/CapabilitiesTest.php | 2 +- tests/Api/Account/PersonsTest.php | 2 +- tests/Api/AccountTest.php | 2 +- tests/Api/BalanceTest.php | 2 +- tests/Api/BalanceTransactionsTest.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/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 +- 130 files changed, 137 insertions(+), 131 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd7635d..c129b69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ We do not give estimated times for completion on `Accepted` Proposals. --- +### v2.4.1 - 2020-01-03 + +`SECURITY` + +- Remove usage of the unsafe `getenv` method outside of CLI + ### v2.4.0 - 2019-12-21 `ADDED` diff --git a/src/AmountConverter.php b/src/AmountConverter.php index 04f9554..55951df 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/Account.php b/src/Api/Account.php index 46bc99d..d5e484a 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/Account/AccountLink.php b/src/Api/Account/AccountLink.php index 8cb9a88..ad72d8e 100644 --- a/src/Api/Account/AccountLink.php +++ b/src/Api/Account/AccountLink.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Account/Capabilities.php b/src/Api/Account/Capabilities.php index ba5e022..20f25d4 100644 --- a/src/Api/Account/Capabilities.php +++ b/src/Api/Account/Capabilities.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.0 + * @version 2.4.1 * @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 da9a1c1..27c4018 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/Api.php b/src/Api/Api.php index b314852..4a902fd 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/ApiInterface.php b/src/Api/ApiInterface.php index cf3335c..677e99b 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/ApplicationFeeRefunds.php b/src/Api/ApplicationFeeRefunds.php index bcbc825..8c53115 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/ApplicationFees.php b/src/Api/ApplicationFees.php index 66db5e8..2e21670 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/Balance.php b/src/Api/Balance.php index 68cbf98..e85e99d 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/BalanceTransactions.php b/src/Api/BalanceTransactions.php index c6ae792..848b4e5 100644 --- a/src/Api/BalanceTransactions.php +++ b/src/Api/BalanceTransactions.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/BankAccounts.php b/src/Api/BankAccounts.php index 06f291d..79876c7 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/Bitcoin.php b/src/Api/Bitcoin.php index cf8fb56..dada3c7 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/Cards.php b/src/Api/Cards.php index 9c99fba..327d3ba 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/Charges.php b/src/Api/Charges.php index 01c1622..cc833d6 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/Checkout.php b/src/Api/Checkout.php index 3d2bb5a..498cb77 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/Checkout/Sessions.php b/src/Api/Checkout/Sessions.php index b16f671..f44ee35 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/CountrySpecs.php b/src/Api/CountrySpecs.php index 7166716..c775c44 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/Coupons.php b/src/Api/Coupons.php index 7f872b5..00c0168 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/CreditNotes.php b/src/Api/CreditNotes.php index 3011037..e95a527 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/CustomerBalanceTransactions.php b/src/Api/CustomerBalanceTransactions.php index 2a1c7eb..37d268b 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/CustomerTaxIds.php b/src/Api/CustomerTaxIds.php index bff6f67..bc76310 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/Customers.php b/src/Api/Customers.php index 1a2563f..191a1cf 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/Disputes.php b/src/Api/Disputes.php index eeb9305..e21ade1 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/EphemeralKey.php b/src/Api/EphemeralKey.php index 55632c9..ec52bcf 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/Events.php b/src/Api/Events.php index 56e2e91..4bfde71 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/ExternalAccounts.php b/src/Api/ExternalAccounts.php index 9552640..d960b45 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/FileLinks.php b/src/Api/FileLinks.php index c4335f8..36aaa19 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/FileUploads.php b/src/Api/FileUploads.php index 9b5d8b8..e712b72 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/Files.php b/src/Api/Files.php index 3358306..6a96316 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/InvoiceItems.php b/src/Api/InvoiceItems.php index a676d04..7c54c36 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/Invoices.php b/src/Api/Invoices.php index 5259191..5e17704 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/OrderReturns.php b/src/Api/OrderReturns.php index 79bad63..323a13c 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/Orders.php b/src/Api/Orders.php index fca6708..0d33711 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/PaymentIntents.php b/src/Api/PaymentIntents.php index 9009ef6..d0cb5ca 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/PaymentMethods.php b/src/Api/PaymentMethods.php index 95a0e6c..1faf887 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/Payouts.php b/src/Api/Payouts.php index 08bcdd3..13e9c5f 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/Plans.php b/src/Api/Plans.php index 600176a..1d37f28 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/Products.php b/src/Api/Products.php index dc2894d..15928dc 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/Radar.php b/src/Api/Radar.php index fc1c839..c174685 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/Radar/EarlyFraudWarning.php b/src/Api/Radar/EarlyFraudWarning.php index 5221522..007b5df 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/Radar/Reviews.php b/src/Api/Radar/Reviews.php index 431f03e..ffaab5c 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/Radar/ValueListItems.php b/src/Api/Radar/ValueListItems.php index edcf5ba..c7051ac 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/Radar/ValueLists.php b/src/Api/Radar/ValueLists.php index d006a68..5d77e37 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/Recipients.php b/src/Api/Recipients.php index b2a9649..db57800 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/Refunds.php b/src/Api/Refunds.php index 481918e..708233e 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/ScheduledQueries.php b/src/Api/ScheduledQueries.php index 6061517..4caca27 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/SetupIntents.php b/src/Api/SetupIntents.php index d232cba..2fcc6f3 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/Skus.php b/src/Api/Skus.php index bde0056..c9453b4 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/Sources.php b/src/Api/Sources.php index 1931b32..1c77bdc 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/SubscriptionItems.php b/src/Api/SubscriptionItems.php index b433635..f39d116 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/SubscriptionSchedules.php b/src/Api/SubscriptionSchedules.php index 068f9a3..016b8bf 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/Subscriptions.php b/src/Api/Subscriptions.php index f77cf6c..2d3619a 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/TaxRates.php b/src/Api/TaxRates.php index f3ac610..9a011a8 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/Terminal.php b/src/Api/Terminal.php index d1fdf15..f16d5d3 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/Terminal/ConnectionTokens.php b/src/Api/Terminal/ConnectionTokens.php index 1ad7c16..69d0936 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/Terminal/Locations.php b/src/Api/Terminal/Locations.php index 5296c1a..3b04400 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/Terminal/Readers.php b/src/Api/Terminal/Readers.php index 028c926..97438e3 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/Tokens.php b/src/Api/Tokens.php index 7398aae..5e6e1e3 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/Topup.php b/src/Api/Topup.php index f178e25..0871c63 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/TransferReversals.php b/src/Api/TransferReversals.php index 68851f2..d82dc7b 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/Transfers.php b/src/Api/Transfers.php index 4dddf8b..b695254 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/UsageRecords.php b/src/Api/UsageRecords.php index 57643ec..c48ecf1 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Api/WebhookEndpoints.php b/src/Api/WebhookEndpoints.php index 729fe58..dec33ad 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Config.php b/src/Config.php index 3d6ca2d..4d6e83b 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/ConfigInterface.php b/src/ConfigInterface.php index d282102..e95f200 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Exception/ApiLimitExceededException.php b/src/Exception/ApiLimitExceededException.php index 591ebac..2d365d2 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Exception/BadRequestException.php b/src/Exception/BadRequestException.php index 65f360e..5619b42 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Exception/CardErrorException.php b/src/Exception/CardErrorException.php index daaa15f..717835a 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Exception/Handler.php b/src/Exception/Handler.php index 300afde..f13e4e9 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Exception/InvalidRequestException.php b/src/Exception/InvalidRequestException.php index 79d63c6..06b3eaa 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Exception/MissingParameterException.php b/src/Exception/MissingParameterException.php index e7d2011..57cdc7f 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Exception/NotFoundException.php b/src/Exception/NotFoundException.php index eab049a..11847ab 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Exception/ServerErrorException.php b/src/Exception/ServerErrorException.php index 47a2001..0ea7719 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Exception/StripeException.php b/src/Exception/StripeException.php index e52bb79..803bf03 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Exception/UnauthorizedException.php b/src/Exception/UnauthorizedException.php index 0350125..45b8b6c 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Pager.php b/src/Pager.php index 8e26c1d..dac4419 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/src/Stripe.php b/src/Stripe.php index 2a38b09..5fa229e 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC @@ -29,7 +29,7 @@ class Stripe * * @var string */ - const VERSION = '2.4.0'; + const VERSION = '2.4.1'; /** * The Config repository instance. diff --git a/src/Utility.php b/src/Utility.php index a8452aa..22885f7 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/tests/AmountConverterTest.php b/tests/AmountConverterTest.php index 9bd6b36..acbca37 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/tests/Api/Account/CapabilitiesTest.php b/tests/Api/Account/CapabilitiesTest.php index 2d11aa0..18f6343 100644 --- a/tests/Api/Account/CapabilitiesTest.php +++ b/tests/Api/Account/CapabilitiesTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.0 + * @version 2.4.1 * @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 f9f11c2..3cda433 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/tests/Api/AccountTest.php b/tests/Api/AccountTest.php index 41a50fa..1496769 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/tests/Api/BalanceTest.php b/tests/Api/BalanceTest.php index 22f8a13..3dfbc85 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/tests/Api/BalanceTransactionsTest.php b/tests/Api/BalanceTransactionsTest.php index 00a1b60..bf4d8ee 100644 --- a/tests/Api/BalanceTransactionsTest.php +++ b/tests/Api/BalanceTransactionsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.0 + * @version 2.4.1 * @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 c0e801f..401b3c8 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/tests/Api/CardsTest.php b/tests/Api/CardsTest.php index a89a793..220331f 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/tests/Api/ChargesTest.php b/tests/Api/ChargesTest.php index 1df8091..e43cb17 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/tests/Api/Checkout/SessionsTest.php b/tests/Api/Checkout/SessionsTest.php index f784f7f..088a9df 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/tests/Api/CountrySpecsTest.php b/tests/Api/CountrySpecsTest.php index a9a923c..b599462 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/tests/Api/CouponsTest.php b/tests/Api/CouponsTest.php index 4e3e14c..3b8ea5c 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/tests/Api/CreditNotesTest.php b/tests/Api/CreditNotesTest.php index 6180f39..b05f31f 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/tests/Api/CustomerBalanceTransactionsTest.php b/tests/Api/CustomerBalanceTransactionsTest.php index 847085e..7cb5a4d 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/tests/Api/CustomerTaxIdsTest.php b/tests/Api/CustomerTaxIdsTest.php index 0e1e262..ef669e3 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/tests/Api/CustomersTest.php b/tests/Api/CustomersTest.php index 731b5db..7dcc64d 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/tests/Api/EphemeralKeyTest.php b/tests/Api/EphemeralKeyTest.php index 32704d2..8c1f4b5 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/tests/Api/EventsTest.php b/tests/Api/EventsTest.php index dc66d30..dcaf721 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/tests/Api/ExternalAccountsTest.php b/tests/Api/ExternalAccountsTest.php index c467c3b..7289b17 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/tests/Api/FileLinksTest.php b/tests/Api/FileLinksTest.php index 4f90b07..2b1e919 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/tests/Api/FilesTest.php b/tests/Api/FilesTest.php index 007ebbf..81d7fc7 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/tests/Api/InvoiceItemsTest.php b/tests/Api/InvoiceItemsTest.php index 5bf66e1..5f5c457 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/tests/Api/InvoicesTest.php b/tests/Api/InvoicesTest.php index b418252..47db11f 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/tests/Api/OrderReturnsTest.php b/tests/Api/OrderReturnsTest.php index 01680f0..64dfb16 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/tests/Api/OrdersTest.php b/tests/Api/OrdersTest.php index ac70759..f4797aa 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/tests/Api/PaymentIntentsTest.php b/tests/Api/PaymentIntentsTest.php index e41fc2a..c579ad5 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/tests/Api/PaymentMethodsTest.php b/tests/Api/PaymentMethodsTest.php index d0c9e2e..d098bb7 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/tests/Api/PayoutsTest.php b/tests/Api/PayoutsTest.php index 6886e58..0416bbc 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/tests/Api/PlansTest.php b/tests/Api/PlansTest.php index 02a6f92..16e2635 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/tests/Api/ProductsTest.php b/tests/Api/ProductsTest.php index d388489..7e65c3d 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/tests/Api/Radar/EarlyFraudWarningTest.php b/tests/Api/Radar/EarlyFraudWarningTest.php index c937e79..98b0c2b 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/tests/Api/Radar/ValueListItemsTest.php b/tests/Api/Radar/ValueListItemsTest.php index 54cd10e..cce3650 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/tests/Api/Radar/ValueListsTest.php b/tests/Api/Radar/ValueListsTest.php index 1c2a3ce..30bcb34 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/tests/Api/RefundsTest.php b/tests/Api/RefundsTest.php index 1e7346a..43ea8ce 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/tests/Api/SetupIntentsTest.php b/tests/Api/SetupIntentsTest.php index d1f5fa9..cabb98f 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/tests/Api/SkusTest.php b/tests/Api/SkusTest.php index f06a411..266aa18 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/tests/Api/SourcesTest.php b/tests/Api/SourcesTest.php index 7fdba37..7db8225 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/tests/Api/SubscriptionItemsTest.php b/tests/Api/SubscriptionItemsTest.php index cbba8fb..c5e7e21 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/tests/Api/SubscriptionSchedulesTest.php b/tests/Api/SubscriptionSchedulesTest.php index e596554..b226553 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/tests/Api/SubscriptionsTest.php b/tests/Api/SubscriptionsTest.php index 595ebd6..00315c8 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/tests/Api/TaxRatesTest.php b/tests/Api/TaxRatesTest.php index 3d238c6..0c767f1 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/tests/Api/Terminal/ConnectionTokensTest.php b/tests/Api/Terminal/ConnectionTokensTest.php index 011721a..ca9dfba 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/tests/Api/Terminal/LocationsTest.php b/tests/Api/Terminal/LocationsTest.php index b3ba8c0..96fff3d 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/tests/Api/Terminal/ReadersTest_.php b/tests/Api/Terminal/ReadersTest_.php index 4bad953..3ecfb69 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/tests/Api/TokensTest.php b/tests/Api/TokensTest.php index 1af1471..0ed488a 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/tests/Api/UsageRecordsTest.php b/tests/Api/UsageRecordsTest.php index d035cb6..76f40ea 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/tests/Api/WebhookEndpointsTest.php b/tests/Api/WebhookEndpointsTest.php index 9d7f7d0..a0adc13 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/tests/FunctionalTestCase.php b/tests/FunctionalTestCase.php index f5c249f..2412a40 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC diff --git a/tests/StripeTest.php b/tests/StripeTest.php index 96ef99e..4cfd18d 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC @@ -92,7 +92,7 @@ public function it_can_get_the_current_package_version() { $version = $this->stripe->getVersion(); - $this->assertSame('2.4.0', $version); + $this->assertSame('2.4.1', $version); } /** @test */ diff --git a/tests/UtilityTest.php b/tests/UtilityTest.php index 2693d7b..5295c8b 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.4.0 + * @version 2.4.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC