From 16be24b9f14fa953f00091c8bb5332ca42c132fa Mon Sep 17 00:00:00 2001 From: Bruno Gaspar Date: Sat, 9 Oct 2021 11:40:27 +0100 Subject: [PATCH] chore: Bump version Signed-off-by: Bruno Gaspar --- CHANGELOG.md | 6 ++++++ README.md | 2 +- 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/Mandates.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/Prices.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/PricesTest.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 +- 134 files changed, 141 insertions(+), 135 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e2ea71..00a14ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ We do not give estimated times for completion on `Accepted` Proposals. --- +### v2.4.6 - TBA + +`UPDATED` + +- Refunds API was updated to work with Payment Intents. + ### v2.4.5 - 2021-04-15 `FIXED` diff --git a/README.md b/README.md index e3f7c62..461b837 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PHP library for Stripe, by Cartalyst -[![Build Status](https://travis-ci.com/cartalyst/stripe.svg?branch=2.4)](https://travis-ci.com/cartalyst/stripe) +[![Build Status](https://app.travis-ci.com/cartalyst/stripe.svg?branch=2.4)](https://app.travis-ci.com/cartalyst/stripe) A comprehensive PHP Library for [Stripe](https://stripe.com/). diff --git a/src/AmountConverter.php b/src/AmountConverter.php index 3fa5a9a..3a792a5 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/Account.php b/src/Api/Account.php index 52dc467..49a50a0 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/Account/AccountLink.php b/src/Api/Account/AccountLink.php index a6eb449..cc3963a 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/Account/Capabilities.php b/src/Api/Account/Capabilities.php index afbce70..539f67a 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/Account/Persons.php b/src/Api/Account/Persons.php index 3239401..d6c39ad 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/Api.php b/src/Api/Api.php index 7d62604..dda1d36 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/ApiInterface.php b/src/Api/ApiInterface.php index e70603e..a410cb4 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/ApplicationFeeRefunds.php b/src/Api/ApplicationFeeRefunds.php index 54c5a02..6843335 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/ApplicationFees.php b/src/Api/ApplicationFees.php index 437e1c3..ae775a9 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/Balance.php b/src/Api/Balance.php index 7b22c9d..9616b14 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/BalanceTransactions.php b/src/Api/BalanceTransactions.php index ad0e94f..2deb792 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/BankAccounts.php b/src/Api/BankAccounts.php index 17631d8..d234134 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/Bitcoin.php b/src/Api/Bitcoin.php index 733fa79..c072a12 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/Cards.php b/src/Api/Cards.php index 5b45a6e..6f22b9f 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/Charges.php b/src/Api/Charges.php index def8f09..2918445 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/Checkout.php b/src/Api/Checkout.php index c8e7e69..7addb02 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/Checkout/Sessions.php b/src/Api/Checkout/Sessions.php index d363f09..387791d 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/CountrySpecs.php b/src/Api/CountrySpecs.php index 936a34b..0c2603b 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/Coupons.php b/src/Api/Coupons.php index ccd3507..01d3a58 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/CreditNotes.php b/src/Api/CreditNotes.php index 719f6a9..cd24086 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/CustomerBalanceTransactions.php b/src/Api/CustomerBalanceTransactions.php index 56d3d40..ba0974b 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/CustomerTaxIds.php b/src/Api/CustomerTaxIds.php index 2fa608f..2d23c6f 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/Customers.php b/src/Api/Customers.php index 7ac43f7..6c38149 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/Disputes.php b/src/Api/Disputes.php index 1cf0a7a..16b2689 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/EphemeralKey.php b/src/Api/EphemeralKey.php index 34cd890..70c8377 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/Events.php b/src/Api/Events.php index 0fa2d5d..4a0f127 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/ExternalAccounts.php b/src/Api/ExternalAccounts.php index 3342993..c553ca8 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/FileLinks.php b/src/Api/FileLinks.php index 85186aa..c82d969 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/FileUploads.php b/src/Api/FileUploads.php index d1b062f..5084e2e 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/Files.php b/src/Api/Files.php index dfe9955..91ac555 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/InvoiceItems.php b/src/Api/InvoiceItems.php index 51ba806..600b9e8 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/Invoices.php b/src/Api/Invoices.php index 4202be4..fe8da6a 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/Mandates.php b/src/Api/Mandates.php index d1505ce..c00decb 100644 --- a/src/Api/Mandates.php +++ b/src/Api/Mandates.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/OrderReturns.php b/src/Api/OrderReturns.php index fee4290..39d99d4 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/Orders.php b/src/Api/Orders.php index 8982b5b..d2c76c1 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/PaymentIntents.php b/src/Api/PaymentIntents.php index 8360eca..7c78002 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/PaymentMethods.php b/src/Api/PaymentMethods.php index a01db4a..95cb6de 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/Payouts.php b/src/Api/Payouts.php index b43aaca..3ad4fe3 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/Plans.php b/src/Api/Plans.php index fe7b79c..9624e48 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/Prices.php b/src/Api/Prices.php index 4afe222..f3c5755 100644 --- a/src/Api/Prices.php +++ b/src/Api/Prices.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/Products.php b/src/Api/Products.php index 55dfd13..59c5575 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/Radar.php b/src/Api/Radar.php index 11ba85a..e8ddbce 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/Radar/EarlyFraudWarning.php b/src/Api/Radar/EarlyFraudWarning.php index 4efda04..cd7b5f7 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/Radar/Reviews.php b/src/Api/Radar/Reviews.php index 03d9ba6..3427946 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/Radar/ValueListItems.php b/src/Api/Radar/ValueListItems.php index d93a16f..e767cc9 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/Radar/ValueLists.php b/src/Api/Radar/ValueLists.php index 74e9fcb..1ee8c18 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/Recipients.php b/src/Api/Recipients.php index 149da19..c2b8738 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/Refunds.php b/src/Api/Refunds.php index 85966a1..9a40d89 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/ScheduledQueries.php b/src/Api/ScheduledQueries.php index 4818bbd..778f92e 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/SetupIntents.php b/src/Api/SetupIntents.php index 23111eb..a732828 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/Skus.php b/src/Api/Skus.php index a171cf4..267029c 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/Sources.php b/src/Api/Sources.php index b32a854..dd04b73 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/SubscriptionItems.php b/src/Api/SubscriptionItems.php index 12f184c..6f8af46 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/SubscriptionSchedules.php b/src/Api/SubscriptionSchedules.php index 78d7353..9670c53 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/Subscriptions.php b/src/Api/Subscriptions.php index 44d9898..aa35fa0 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/TaxRates.php b/src/Api/TaxRates.php index d76f1d8..ac92584 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/Terminal.php b/src/Api/Terminal.php index b621249..2dedca9 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/Terminal/ConnectionTokens.php b/src/Api/Terminal/ConnectionTokens.php index 7a3970e..5367e8f 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/Terminal/Locations.php b/src/Api/Terminal/Locations.php index f4db6dc..e41ea89 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/Terminal/Readers.php b/src/Api/Terminal/Readers.php index eab4500..65f4202 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/Tokens.php b/src/Api/Tokens.php index d8bfebd..4b2a152 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/Topup.php b/src/Api/Topup.php index c92fff3..732c561 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/TransferReversals.php b/src/Api/TransferReversals.php index a93a478..736b92e 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/Transfers.php b/src/Api/Transfers.php index 1ea994c..9e2ee73 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/UsageRecords.php b/src/Api/UsageRecords.php index e092f75..330f761 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Api/WebhookEndpoints.php b/src/Api/WebhookEndpoints.php index fc617c4..8143d6c 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Config.php b/src/Config.php index d04a9b0..c55fa7c 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/ConfigInterface.php b/src/ConfigInterface.php index 0ebf85a..4d8d453 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Exception/ApiLimitExceededException.php b/src/Exception/ApiLimitExceededException.php index 6263eba..2265fcc 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Exception/BadRequestException.php b/src/Exception/BadRequestException.php index ebb8620..5ccce48 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Exception/CardErrorException.php b/src/Exception/CardErrorException.php index c582def..fef217a 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Exception/Handler.php b/src/Exception/Handler.php index ee760c3..304eb5e 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Exception/InvalidRequestException.php b/src/Exception/InvalidRequestException.php index e121e0a..90157b0 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Exception/MissingParameterException.php b/src/Exception/MissingParameterException.php index 4455ffb..ba00f16 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Exception/NotFoundException.php b/src/Exception/NotFoundException.php index a36f538..393dcf8 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Exception/ServerErrorException.php b/src/Exception/ServerErrorException.php index fedc718..d4f38c1 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Exception/StripeException.php b/src/Exception/StripeException.php index 291d6e6..b4cd051 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Exception/UnauthorizedException.php b/src/Exception/UnauthorizedException.php index 5433ef2..b9ec31f 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Pager.php b/src/Pager.php index 28441ad..1bc6743 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/src/Stripe.php b/src/Stripe.php index 356ba3d..f39db5b 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC @@ -29,7 +29,7 @@ class Stripe * * @var string */ - const VERSION = '2.4.5'; + const VERSION = '2.4.6'; /** * The Config repository instance. diff --git a/src/Utility.php b/src/Utility.php index 9868541..d875414 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/AmountConverterTest.php b/tests/AmountConverterTest.php index 9a4e138..ea0c9e3 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/Api/Account/CapabilitiesTest.php b/tests/Api/Account/CapabilitiesTest.php index 0d4e3b7..e75f408 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/Api/Account/PersonsTest.php b/tests/Api/Account/PersonsTest.php index 219148f..b13ef1a 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/Api/AccountTest.php b/tests/Api/AccountTest.php index 3fa9c26..31a66e7 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/Api/BalanceTest.php b/tests/Api/BalanceTest.php index 66f0069..62d3b20 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/Api/BalanceTransactionsTest.php b/tests/Api/BalanceTransactionsTest.php index 58c168b..43d0f03 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/Api/BankAccountsTest.php b/tests/Api/BankAccountsTest.php index c3f95cc..af16a94 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/Api/CardsTest.php b/tests/Api/CardsTest.php index 594927c..5bd8e2e 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/Api/ChargesTest.php b/tests/Api/ChargesTest.php index 0211a0f..7c8f4ea 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/Api/Checkout/SessionsTest.php b/tests/Api/Checkout/SessionsTest.php index 7916ed5..1ae9ab5 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/Api/CountrySpecsTest.php b/tests/Api/CountrySpecsTest.php index c7f5a30..53be7dd 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/Api/CouponsTest.php b/tests/Api/CouponsTest.php index 33f23d5..861a8ab 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/Api/CreditNotesTest.php b/tests/Api/CreditNotesTest.php index a4e8d0f..0f7e821 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/Api/CustomerBalanceTransactionsTest.php b/tests/Api/CustomerBalanceTransactionsTest.php index e573e90..b23d026 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/Api/CustomerTaxIdsTest.php b/tests/Api/CustomerTaxIdsTest.php index 8fadd14..eb12b7c 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/Api/CustomersTest.php b/tests/Api/CustomersTest.php index f8ef4d8..3cc9bb0 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/Api/EphemeralKeyTest.php b/tests/Api/EphemeralKeyTest.php index a7d308b..fac505b 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/Api/EventsTest.php b/tests/Api/EventsTest.php index d8db3f5..3c025a8 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/Api/ExternalAccountsTest.php b/tests/Api/ExternalAccountsTest.php index b85b197..5a6dac7 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/Api/FileLinksTest.php b/tests/Api/FileLinksTest.php index 0a0c333..1ecdf30 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/Api/FilesTest.php b/tests/Api/FilesTest.php index b9c2a83..c9f3639 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/Api/InvoiceItemsTest.php b/tests/Api/InvoiceItemsTest.php index aa9ecc8..7c7c603 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/Api/InvoicesTest.php b/tests/Api/InvoicesTest.php index bd214ac..a1a1161 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/Api/OrderReturnsTest.php b/tests/Api/OrderReturnsTest.php index 96ba918..c9b6be3 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/Api/OrdersTest.php b/tests/Api/OrdersTest.php index 7ad44ec..707e194 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/Api/PaymentIntentsTest.php b/tests/Api/PaymentIntentsTest.php index 83e24d2..d35e838 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/Api/PaymentMethodsTest.php b/tests/Api/PaymentMethodsTest.php index d024e13..5e10c57 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/Api/PayoutsTest.php b/tests/Api/PayoutsTest.php index 9b33ede..1fb7662 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/Api/PlansTest.php b/tests/Api/PlansTest.php index 6af2cfc..530a412 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/Api/PricesTest.php b/tests/Api/PricesTest.php index 1b63602..2e79030 100644 --- a/tests/Api/PricesTest.php +++ b/tests/Api/PricesTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/Api/ProductsTest.php b/tests/Api/ProductsTest.php index 6fd5dad..5f9d5f5 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/Api/Radar/EarlyFraudWarningTest.php b/tests/Api/Radar/EarlyFraudWarningTest.php index 1b20b40..8c486b5 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/Api/Radar/ValueListItemsTest.php b/tests/Api/Radar/ValueListItemsTest.php index 6a00234..27cfbc7 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/Api/Radar/ValueListsTest.php b/tests/Api/Radar/ValueListsTest.php index f1de4f1..f814ae4 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/Api/RefundsTest.php b/tests/Api/RefundsTest.php index 62b3685..aee2a99 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/Api/SetupIntentsTest.php b/tests/Api/SetupIntentsTest.php index 312dedd..cc1780b 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/Api/SkusTest.php b/tests/Api/SkusTest.php index 504be41..5782b69 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/Api/SourcesTest.php b/tests/Api/SourcesTest.php index aec7294..3225ab5 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/Api/SubscriptionItemsTest.php b/tests/Api/SubscriptionItemsTest.php index c7f485a..cd09dad 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/Api/SubscriptionSchedulesTest.php b/tests/Api/SubscriptionSchedulesTest.php index 36b9311..1f48b76 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/Api/SubscriptionsTest.php b/tests/Api/SubscriptionsTest.php index 7388788..5777a9d 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/Api/TaxRatesTest.php b/tests/Api/TaxRatesTest.php index 3011565..3dc092b 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/Api/Terminal/ConnectionTokensTest.php b/tests/Api/Terminal/ConnectionTokensTest.php index 8b029f8..7dc0937 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/Api/Terminal/LocationsTest.php b/tests/Api/Terminal/LocationsTest.php index b3549d6..cfd4438 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/Api/Terminal/ReadersTest_.php b/tests/Api/Terminal/ReadersTest_.php index 277dce0..1b4a4a4 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/Api/TokensTest.php b/tests/Api/TokensTest.php index ca6f908..86d27c1 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/Api/UsageRecordsTest.php b/tests/Api/UsageRecordsTest.php index 47ae407..dede05b 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/Api/WebhookEndpointsTest.php b/tests/Api/WebhookEndpointsTest.php index 655c85a..4d7f971 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/FunctionalTestCase.php b/tests/FunctionalTestCase.php index deca147..b3d393b 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC diff --git a/tests/StripeTest.php b/tests/StripeTest.php index 43e3cef..56f4e3b 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC @@ -94,7 +94,7 @@ public function it_can_get_the_current_package_version() { $version = $this->stripe->getVersion(); - $this->assertSame('2.4.5', $version); + $this->assertSame('2.4.6', $version); } /** @test */ diff --git a/tests/UtilityTest.php b/tests/UtilityTest.php index a87086b..0407d7d 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.5 + * @version 2.4.6 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2021, Cartalyst LLC