From 09f8e16ad8db473ec876a2c7f813f975ebb3ba4c Mon Sep 17 00:00:00 2001 From: Bruno Gaspar Date: Sun, 31 Jan 2021 19:07:01 +0000 Subject: [PATCH] chore: Release v2.4.3 Signed-off-by: Bruno Gaspar --- CHANGELOG.md | 6 ++++++ LICENSE | 2 +- README.md | 2 +- src/AmountConverter.php | 4 ++-- src/Api/Account.php | 4 ++-- src/Api/Account/AccountLink.php | 4 ++-- src/Api/Account/Capabilities.php | 4 ++-- src/Api/Account/Persons.php | 4 ++-- src/Api/Api.php | 4 ++-- src/Api/ApiInterface.php | 4 ++-- src/Api/ApplicationFeeRefunds.php | 4 ++-- src/Api/ApplicationFees.php | 4 ++-- src/Api/Balance.php | 4 ++-- src/Api/BalanceTransactions.php | 4 ++-- src/Api/BankAccounts.php | 4 ++-- src/Api/Bitcoin.php | 4 ++-- src/Api/Cards.php | 4 ++-- src/Api/Charges.php | 4 ++-- src/Api/Checkout.php | 4 ++-- src/Api/Checkout/Sessions.php | 4 ++-- src/Api/CountrySpecs.php | 4 ++-- src/Api/Coupons.php | 4 ++-- src/Api/CreditNotes.php | 4 ++-- src/Api/CustomerBalanceTransactions.php | 4 ++-- src/Api/CustomerTaxIds.php | 4 ++-- src/Api/Customers.php | 4 ++-- src/Api/Disputes.php | 4 ++-- src/Api/EphemeralKey.php | 4 ++-- src/Api/Events.php | 4 ++-- src/Api/ExternalAccounts.php | 4 ++-- src/Api/FileLinks.php | 4 ++-- src/Api/FileUploads.php | 4 ++-- src/Api/Files.php | 4 ++-- src/Api/InvoiceItems.php | 4 ++-- src/Api/Invoices.php | 4 ++-- src/Api/OrderReturns.php | 4 ++-- src/Api/Orders.php | 4 ++-- src/Api/PaymentIntents.php | 4 ++-- src/Api/PaymentMethods.php | 4 ++-- src/Api/Payouts.php | 4 ++-- src/Api/Plans.php | 4 ++-- src/Api/Prices.php | 4 ++-- src/Api/Products.php | 4 ++-- src/Api/Radar.php | 4 ++-- src/Api/Radar/EarlyFraudWarning.php | 4 ++-- src/Api/Radar/Reviews.php | 4 ++-- src/Api/Radar/ValueListItems.php | 4 ++-- src/Api/Radar/ValueLists.php | 4 ++-- src/Api/Recipients.php | 4 ++-- src/Api/Refunds.php | 4 ++-- src/Api/ScheduledQueries.php | 4 ++-- src/Api/SetupIntents.php | 4 ++-- src/Api/Skus.php | 4 ++-- src/Api/Sources.php | 4 ++-- src/Api/SubscriptionItems.php | 4 ++-- src/Api/SubscriptionSchedules.php | 4 ++-- src/Api/Subscriptions.php | 4 ++-- src/Api/TaxRates.php | 4 ++-- src/Api/Terminal.php | 4 ++-- src/Api/Terminal/ConnectionTokens.php | 4 ++-- src/Api/Terminal/Locations.php | 4 ++-- src/Api/Terminal/Readers.php | 4 ++-- src/Api/Tokens.php | 4 ++-- src/Api/Topup.php | 4 ++-- src/Api/TransferReversals.php | 4 ++-- src/Api/Transfers.php | 4 ++-- src/Api/UsageRecords.php | 4 ++-- src/Api/WebhookEndpoints.php | 4 ++-- src/Config.php | 4 ++-- src/ConfigInterface.php | 4 ++-- src/Exception/ApiLimitExceededException.php | 4 ++-- src/Exception/BadRequestException.php | 4 ++-- src/Exception/CardErrorException.php | 4 ++-- src/Exception/Handler.php | 4 ++-- src/Exception/InvalidRequestException.php | 4 ++-- src/Exception/MissingParameterException.php | 4 ++-- src/Exception/NotFoundException.php | 4 ++-- src/Exception/ServerErrorException.php | 4 ++-- src/Exception/StripeException.php | 4 ++-- src/Exception/UnauthorizedException.php | 4 ++-- src/Pager.php | 4 ++-- src/Stripe.php | 6 +++--- src/Utility.php | 4 ++-- tests/AmountConverterTest.php | 4 ++-- tests/Api/Account/CapabilitiesTest.php | 4 ++-- tests/Api/Account/PersonsTest.php | 4 ++-- tests/Api/AccountTest.php | 4 ++-- tests/Api/BalanceTest.php | 4 ++-- tests/Api/BalanceTransactionsTest.php | 4 ++-- tests/Api/BankAccountsTest.php | 4 ++-- tests/Api/CardsTest.php | 4 ++-- tests/Api/ChargesTest.php | 4 ++-- tests/Api/Checkout/SessionsTest.php | 4 ++-- tests/Api/CountrySpecsTest.php | 4 ++-- tests/Api/CouponsTest.php | 4 ++-- tests/Api/CreditNotesTest.php | 4 ++-- tests/Api/CustomerBalanceTransactionsTest.php | 4 ++-- tests/Api/CustomerTaxIdsTest.php | 4 ++-- tests/Api/CustomersTest.php | 4 ++-- tests/Api/EphemeralKeyTest.php | 4 ++-- tests/Api/EventsTest.php | 4 ++-- tests/Api/ExternalAccountsTest.php | 4 ++-- tests/Api/FileLinksTest.php | 4 ++-- tests/Api/FilesTest.php | 4 ++-- tests/Api/InvoiceItemsTest.php | 4 ++-- tests/Api/InvoicesTest.php | 4 ++-- tests/Api/OrderReturnsTest.php | 4 ++-- tests/Api/OrdersTest.php | 4 ++-- tests/Api/PaymentIntentsTest.php | 4 ++-- tests/Api/PaymentMethodsTest.php | 4 ++-- tests/Api/PayoutsTest.php | 4 ++-- tests/Api/PlansTest.php | 4 ++-- tests/Api/PricesTest.php | 4 ++-- tests/Api/ProductsTest.php | 4 ++-- tests/Api/Radar/EarlyFraudWarningTest.php | 4 ++-- tests/Api/Radar/ValueListItemsTest.php | 4 ++-- tests/Api/Radar/ValueListsTest.php | 4 ++-- tests/Api/RefundsTest.php | 4 ++-- tests/Api/SetupIntentsTest.php | 4 ++-- tests/Api/SkusTest.php | 4 ++-- tests/Api/SourcesTest.php | 4 ++-- tests/Api/SubscriptionItemsTest.php | 4 ++-- tests/Api/SubscriptionSchedulesTest.php | 4 ++-- tests/Api/SubscriptionsTest.php | 4 ++-- tests/Api/TaxRatesTest.php | 4 ++-- tests/Api/Terminal/ConnectionTokensTest.php | 4 ++-- tests/Api/Terminal/LocationsTest.php | 4 ++-- tests/Api/Terminal/ReadersTest_.php | 4 ++-- tests/Api/TokensTest.php | 4 ++-- tests/Api/UsageRecordsTest.php | 4 ++-- tests/Api/WebhookEndpointsTest.php | 4 ++-- tests/FunctionalTestCase.php | 4 ++-- tests/StripeTest.php | 6 +++--- tests/UtilityTest.php | 4 ++-- 134 files changed, 272 insertions(+), 266 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d116537..6240d2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ We do not give estimated times for completion on `Accepted` Proposals. --- +### v2.4.3 - 2021-01-31 + +`ADDED` + +- Prices API + ### v2.4.2 - 2020-07-26 `ADDED` diff --git a/LICENSE b/LICENSE index 4291f13..5856084 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ The BSD 3-Clause License -Copyright (c) 2011-2020, Cartalyst LLC +Copyright (c) 2011-2021, Cartalyst LLC All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/README.md b/README.md index 6b11055..e3f7c62 100644 --- a/README.md +++ b/README.md @@ -47,4 +47,4 @@ Bug reports, feature requests, and pull requests can be submitted by following o This software is released under the [BSD 3-Clause](LICENSE) License. -© 2011-2020 Cartalyst LLC, All rights reserved. +© 2011-2021 Cartalyst LLC, All rights reserved. diff --git a/src/AmountConverter.php b/src/AmountConverter.php index 6c16ce4..901856c 100644 --- a/src/AmountConverter.php +++ b/src/AmountConverter.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/Account.php b/src/Api/Account.php index 7b746bf..62b095e 100644 --- a/src/Api/Account.php +++ b/src/Api/Account.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/Account/AccountLink.php b/src/Api/Account/AccountLink.php index 8ec0970..391e061 100644 --- a/src/Api/Account/AccountLink.php +++ b/src/Api/Account/AccountLink.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2019, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/Account/Capabilities.php b/src/Api/Account/Capabilities.php index d74e12c..527e37d 100644 --- a/src/Api/Account/Capabilities.php +++ b/src/Api/Account/Capabilities.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2019, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/Account/Persons.php b/src/Api/Account/Persons.php index af3ea2d..29bb784 100644 --- a/src/Api/Account/Persons.php +++ b/src/Api/Account/Persons.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/Api.php b/src/Api/Api.php index a9c15d6..694d26a 100644 --- a/src/Api/Api.php +++ b/src/Api/Api.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/ApiInterface.php b/src/Api/ApiInterface.php index 7fff7f5..6654bdf 100644 --- a/src/Api/ApiInterface.php +++ b/src/Api/ApiInterface.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/ApplicationFeeRefunds.php b/src/Api/ApplicationFeeRefunds.php index 0a3ea98..51b868f 100644 --- a/src/Api/ApplicationFeeRefunds.php +++ b/src/Api/ApplicationFeeRefunds.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/ApplicationFees.php b/src/Api/ApplicationFees.php index 6327961..c7caadc 100644 --- a/src/Api/ApplicationFees.php +++ b/src/Api/ApplicationFees.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/Balance.php b/src/Api/Balance.php index f4d5e31..fcd5d59 100644 --- a/src/Api/Balance.php +++ b/src/Api/Balance.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/BalanceTransactions.php b/src/Api/BalanceTransactions.php index 0943672..7ee4f8b 100644 --- a/src/Api/BalanceTransactions.php +++ b/src/Api/BalanceTransactions.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/BankAccounts.php b/src/Api/BankAccounts.php index 635a951..178d3c6 100644 --- a/src/Api/BankAccounts.php +++ b/src/Api/BankAccounts.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/Bitcoin.php b/src/Api/Bitcoin.php index 948b2de..558a7f6 100644 --- a/src/Api/Bitcoin.php +++ b/src/Api/Bitcoin.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/Cards.php b/src/Api/Cards.php index 9563145..a05bf95 100644 --- a/src/Api/Cards.php +++ b/src/Api/Cards.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/Charges.php b/src/Api/Charges.php index 59e6c63..e06bc9f 100644 --- a/src/Api/Charges.php +++ b/src/Api/Charges.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/Checkout.php b/src/Api/Checkout.php index b803409..f1490dc 100644 --- a/src/Api/Checkout.php +++ b/src/Api/Checkout.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/Checkout/Sessions.php b/src/Api/Checkout/Sessions.php index 36ad9d3..67a17b8 100644 --- a/src/Api/Checkout/Sessions.php +++ b/src/Api/Checkout/Sessions.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/CountrySpecs.php b/src/Api/CountrySpecs.php index 0363d16..37db74b 100644 --- a/src/Api/CountrySpecs.php +++ b/src/Api/CountrySpecs.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/Coupons.php b/src/Api/Coupons.php index f81d039..3f92208 100644 --- a/src/Api/Coupons.php +++ b/src/Api/Coupons.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/CreditNotes.php b/src/Api/CreditNotes.php index 0d36f84..4127f80 100644 --- a/src/Api/CreditNotes.php +++ b/src/Api/CreditNotes.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/CustomerBalanceTransactions.php b/src/Api/CustomerBalanceTransactions.php index 0d8f301..68d87f0 100644 --- a/src/Api/CustomerBalanceTransactions.php +++ b/src/Api/CustomerBalanceTransactions.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/CustomerTaxIds.php b/src/Api/CustomerTaxIds.php index 657e41d..36d57dc 100644 --- a/src/Api/CustomerTaxIds.php +++ b/src/Api/CustomerTaxIds.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/Customers.php b/src/Api/Customers.php index 7bd5102..d359015 100644 --- a/src/Api/Customers.php +++ b/src/Api/Customers.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/Disputes.php b/src/Api/Disputes.php index cee0f2d..c85ac02 100644 --- a/src/Api/Disputes.php +++ b/src/Api/Disputes.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/EphemeralKey.php b/src/Api/EphemeralKey.php index 20b5fd9..bec59e9 100644 --- a/src/Api/EphemeralKey.php +++ b/src/Api/EphemeralKey.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/Events.php b/src/Api/Events.php index dc4969c..5a8cd25 100644 --- a/src/Api/Events.php +++ b/src/Api/Events.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/ExternalAccounts.php b/src/Api/ExternalAccounts.php index 2017c44..91db6c1 100644 --- a/src/Api/ExternalAccounts.php +++ b/src/Api/ExternalAccounts.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/FileLinks.php b/src/Api/FileLinks.php index 9613aed..879244a 100644 --- a/src/Api/FileLinks.php +++ b/src/Api/FileLinks.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/FileUploads.php b/src/Api/FileUploads.php index 26125ab..7957788 100644 --- a/src/Api/FileUploads.php +++ b/src/Api/FileUploads.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/Files.php b/src/Api/Files.php index d2a863f..8dd39b3 100644 --- a/src/Api/Files.php +++ b/src/Api/Files.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/InvoiceItems.php b/src/Api/InvoiceItems.php index 7e3da8a..b739bc4 100644 --- a/src/Api/InvoiceItems.php +++ b/src/Api/InvoiceItems.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/Invoices.php b/src/Api/Invoices.php index 9d2a2e2..957e687 100644 --- a/src/Api/Invoices.php +++ b/src/Api/Invoices.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/OrderReturns.php b/src/Api/OrderReturns.php index 35bbf89..7d628b9 100644 --- a/src/Api/OrderReturns.php +++ b/src/Api/OrderReturns.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/Orders.php b/src/Api/Orders.php index 19ffe7b..5ef47a9 100644 --- a/src/Api/Orders.php +++ b/src/Api/Orders.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/PaymentIntents.php b/src/Api/PaymentIntents.php index 20d6f47..299a9ec 100644 --- a/src/Api/PaymentIntents.php +++ b/src/Api/PaymentIntents.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/PaymentMethods.php b/src/Api/PaymentMethods.php index aa32977..daad951 100644 --- a/src/Api/PaymentMethods.php +++ b/src/Api/PaymentMethods.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/Payouts.php b/src/Api/Payouts.php index 72dd25f..157af62 100644 --- a/src/Api/Payouts.php +++ b/src/Api/Payouts.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/Plans.php b/src/Api/Plans.php index 3ef823e..bc4c03c 100644 --- a/src/Api/Plans.php +++ b/src/Api/Plans.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/Prices.php b/src/Api/Prices.php index 27c7246..8953cbd 100644 --- a/src/Api/Prices.php +++ b/src/Api/Prices.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/Products.php b/src/Api/Products.php index 99ff8c6..6e46d02 100644 --- a/src/Api/Products.php +++ b/src/Api/Products.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/Radar.php b/src/Api/Radar.php index b650229..fbeae6a 100644 --- a/src/Api/Radar.php +++ b/src/Api/Radar.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/Radar/EarlyFraudWarning.php b/src/Api/Radar/EarlyFraudWarning.php index ac8086c..f5ba8dc 100644 --- a/src/Api/Radar/EarlyFraudWarning.php +++ b/src/Api/Radar/EarlyFraudWarning.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/Radar/Reviews.php b/src/Api/Radar/Reviews.php index ba91b33..145ec49 100644 --- a/src/Api/Radar/Reviews.php +++ b/src/Api/Radar/Reviews.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/Radar/ValueListItems.php b/src/Api/Radar/ValueListItems.php index b083ae1..5d299ef 100644 --- a/src/Api/Radar/ValueListItems.php +++ b/src/Api/Radar/ValueListItems.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/Radar/ValueLists.php b/src/Api/Radar/ValueLists.php index 21f93e1..356b141 100644 --- a/src/Api/Radar/ValueLists.php +++ b/src/Api/Radar/ValueLists.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/Recipients.php b/src/Api/Recipients.php index a8e7aa5..fbff80d 100644 --- a/src/Api/Recipients.php +++ b/src/Api/Recipients.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/Refunds.php b/src/Api/Refunds.php index 3c5bf73..c979a5c 100644 --- a/src/Api/Refunds.php +++ b/src/Api/Refunds.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/ScheduledQueries.php b/src/Api/ScheduledQueries.php index 279682b..9051432 100644 --- a/src/Api/ScheduledQueries.php +++ b/src/Api/ScheduledQueries.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/SetupIntents.php b/src/Api/SetupIntents.php index 8b44e06..740da95 100644 --- a/src/Api/SetupIntents.php +++ b/src/Api/SetupIntents.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/Skus.php b/src/Api/Skus.php index c5aec12..1b09494 100644 --- a/src/Api/Skus.php +++ b/src/Api/Skus.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/Sources.php b/src/Api/Sources.php index 126a432..a885014 100644 --- a/src/Api/Sources.php +++ b/src/Api/Sources.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/SubscriptionItems.php b/src/Api/SubscriptionItems.php index 9693b32..a15bbc7 100644 --- a/src/Api/SubscriptionItems.php +++ b/src/Api/SubscriptionItems.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/SubscriptionSchedules.php b/src/Api/SubscriptionSchedules.php index 3d05cc3..e53fcd0 100644 --- a/src/Api/SubscriptionSchedules.php +++ b/src/Api/SubscriptionSchedules.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/Subscriptions.php b/src/Api/Subscriptions.php index cb9aede..856bd33 100644 --- a/src/Api/Subscriptions.php +++ b/src/Api/Subscriptions.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/TaxRates.php b/src/Api/TaxRates.php index c2164e6..db3f438 100644 --- a/src/Api/TaxRates.php +++ b/src/Api/TaxRates.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/Terminal.php b/src/Api/Terminal.php index 693716b..5948699 100644 --- a/src/Api/Terminal.php +++ b/src/Api/Terminal.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/Terminal/ConnectionTokens.php b/src/Api/Terminal/ConnectionTokens.php index aa3722b..23bf744 100644 --- a/src/Api/Terminal/ConnectionTokens.php +++ b/src/Api/Terminal/ConnectionTokens.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/Terminal/Locations.php b/src/Api/Terminal/Locations.php index 259303c..741850a 100644 --- a/src/Api/Terminal/Locations.php +++ b/src/Api/Terminal/Locations.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/Terminal/Readers.php b/src/Api/Terminal/Readers.php index 8edfe97..f9a550b 100644 --- a/src/Api/Terminal/Readers.php +++ b/src/Api/Terminal/Readers.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/Tokens.php b/src/Api/Tokens.php index 548ff83..5bb03f4 100644 --- a/src/Api/Tokens.php +++ b/src/Api/Tokens.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/Topup.php b/src/Api/Topup.php index 364311a..0a64064 100644 --- a/src/Api/Topup.php +++ b/src/Api/Topup.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/TransferReversals.php b/src/Api/TransferReversals.php index 3319ddd..2f74ec2 100644 --- a/src/Api/TransferReversals.php +++ b/src/Api/TransferReversals.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/Transfers.php b/src/Api/Transfers.php index 52c9197..b606668 100644 --- a/src/Api/Transfers.php +++ b/src/Api/Transfers.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/UsageRecords.php b/src/Api/UsageRecords.php index 5a74001..e848311 100644 --- a/src/Api/UsageRecords.php +++ b/src/Api/UsageRecords.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Api/WebhookEndpoints.php b/src/Api/WebhookEndpoints.php index ec8bef4..8bacce4 100644 --- a/src/Api/WebhookEndpoints.php +++ b/src/Api/WebhookEndpoints.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Config.php b/src/Config.php index d2e9777..c0c59a1 100644 --- a/src/Config.php +++ b/src/Config.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/ConfigInterface.php b/src/ConfigInterface.php index 93ae267..3e0cbb9 100644 --- a/src/ConfigInterface.php +++ b/src/ConfigInterface.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Exception/ApiLimitExceededException.php b/src/Exception/ApiLimitExceededException.php index d9c2368..710d203 100644 --- a/src/Exception/ApiLimitExceededException.php +++ b/src/Exception/ApiLimitExceededException.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Exception/BadRequestException.php b/src/Exception/BadRequestException.php index 033e71c..d5e2942 100644 --- a/src/Exception/BadRequestException.php +++ b/src/Exception/BadRequestException.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Exception/CardErrorException.php b/src/Exception/CardErrorException.php index b1d219b..3559f2f 100644 --- a/src/Exception/CardErrorException.php +++ b/src/Exception/CardErrorException.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Exception/Handler.php b/src/Exception/Handler.php index 865a30f..7a9aacd 100644 --- a/src/Exception/Handler.php +++ b/src/Exception/Handler.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Exception/InvalidRequestException.php b/src/Exception/InvalidRequestException.php index 626294b..947eac7 100644 --- a/src/Exception/InvalidRequestException.php +++ b/src/Exception/InvalidRequestException.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Exception/MissingParameterException.php b/src/Exception/MissingParameterException.php index a03beb6..39911f6 100644 --- a/src/Exception/MissingParameterException.php +++ b/src/Exception/MissingParameterException.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Exception/NotFoundException.php b/src/Exception/NotFoundException.php index ec61a87..27f315f 100644 --- a/src/Exception/NotFoundException.php +++ b/src/Exception/NotFoundException.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Exception/ServerErrorException.php b/src/Exception/ServerErrorException.php index 24f4dda..3cee48a 100644 --- a/src/Exception/ServerErrorException.php +++ b/src/Exception/ServerErrorException.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Exception/StripeException.php b/src/Exception/StripeException.php index 217c04c..b0447a0 100644 --- a/src/Exception/StripeException.php +++ b/src/Exception/StripeException.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Exception/UnauthorizedException.php b/src/Exception/UnauthorizedException.php index 4914f21..858628e 100644 --- a/src/Exception/UnauthorizedException.php +++ b/src/Exception/UnauthorizedException.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Pager.php b/src/Pager.php index 168f01a..0badc74 100644 --- a/src/Pager.php +++ b/src/Pager.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/src/Stripe.php b/src/Stripe.php index 99fdb65..7529ac0 100644 --- a/src/Stripe.php +++ b/src/Stripe.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ @@ -29,7 +29,7 @@ class Stripe * * @var string */ - const VERSION = '2.4.2'; + const VERSION = '2.4.3'; /** * The Config repository instance. diff --git a/src/Utility.php b/src/Utility.php index 44e23f8..ce7f179 100644 --- a/src/Utility.php +++ b/src/Utility.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/AmountConverterTest.php b/tests/AmountConverterTest.php index 4ce5222..8c3d41a 100644 --- a/tests/AmountConverterTest.php +++ b/tests/AmountConverterTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/Api/Account/CapabilitiesTest.php b/tests/Api/Account/CapabilitiesTest.php index 0c24dd8..74a5bef 100644 --- a/tests/Api/Account/CapabilitiesTest.php +++ b/tests/Api/Account/CapabilitiesTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2019, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/Api/Account/PersonsTest.php b/tests/Api/Account/PersonsTest.php index 1123135..3b1fa6e 100644 --- a/tests/Api/Account/PersonsTest.php +++ b/tests/Api/Account/PersonsTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/Api/AccountTest.php b/tests/Api/AccountTest.php index 18decb3..5b716ca 100644 --- a/tests/Api/AccountTest.php +++ b/tests/Api/AccountTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/Api/BalanceTest.php b/tests/Api/BalanceTest.php index e64ede0..ed4f6c0 100644 --- a/tests/Api/BalanceTest.php +++ b/tests/Api/BalanceTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/Api/BalanceTransactionsTest.php b/tests/Api/BalanceTransactionsTest.php index 98b60f8..b2bc963 100644 --- a/tests/Api/BalanceTransactionsTest.php +++ b/tests/Api/BalanceTransactionsTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2019, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/Api/BankAccountsTest.php b/tests/Api/BankAccountsTest.php index 6389262..2231e17 100644 --- a/tests/Api/BankAccountsTest.php +++ b/tests/Api/BankAccountsTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/Api/CardsTest.php b/tests/Api/CardsTest.php index 671e461..5960592 100644 --- a/tests/Api/CardsTest.php +++ b/tests/Api/CardsTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/Api/ChargesTest.php b/tests/Api/ChargesTest.php index cca47cc..9a87b36 100644 --- a/tests/Api/ChargesTest.php +++ b/tests/Api/ChargesTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/Api/Checkout/SessionsTest.php b/tests/Api/Checkout/SessionsTest.php index 0acd31e..1af11a8 100644 --- a/tests/Api/Checkout/SessionsTest.php +++ b/tests/Api/Checkout/SessionsTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/Api/CountrySpecsTest.php b/tests/Api/CountrySpecsTest.php index ca089a2..09e421c 100644 --- a/tests/Api/CountrySpecsTest.php +++ b/tests/Api/CountrySpecsTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/Api/CouponsTest.php b/tests/Api/CouponsTest.php index 89a4048..5599d3b 100644 --- a/tests/Api/CouponsTest.php +++ b/tests/Api/CouponsTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/Api/CreditNotesTest.php b/tests/Api/CreditNotesTest.php index 3063027..1f2058d 100644 --- a/tests/Api/CreditNotesTest.php +++ b/tests/Api/CreditNotesTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/Api/CustomerBalanceTransactionsTest.php b/tests/Api/CustomerBalanceTransactionsTest.php index adf15d5..8805689 100644 --- a/tests/Api/CustomerBalanceTransactionsTest.php +++ b/tests/Api/CustomerBalanceTransactionsTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/Api/CustomerTaxIdsTest.php b/tests/Api/CustomerTaxIdsTest.php index 7690cce..6ce93b3 100644 --- a/tests/Api/CustomerTaxIdsTest.php +++ b/tests/Api/CustomerTaxIdsTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/Api/CustomersTest.php b/tests/Api/CustomersTest.php index ca07894..442d6ee 100644 --- a/tests/Api/CustomersTest.php +++ b/tests/Api/CustomersTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/Api/EphemeralKeyTest.php b/tests/Api/EphemeralKeyTest.php index a4c5595..574d1d3 100644 --- a/tests/Api/EphemeralKeyTest.php +++ b/tests/Api/EphemeralKeyTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/Api/EventsTest.php b/tests/Api/EventsTest.php index 3991843..4ef0399 100644 --- a/tests/Api/EventsTest.php +++ b/tests/Api/EventsTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/Api/ExternalAccountsTest.php b/tests/Api/ExternalAccountsTest.php index 824974c..4ba2f4c 100644 --- a/tests/Api/ExternalAccountsTest.php +++ b/tests/Api/ExternalAccountsTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/Api/FileLinksTest.php b/tests/Api/FileLinksTest.php index 6ae4b9a..e1391f6 100644 --- a/tests/Api/FileLinksTest.php +++ b/tests/Api/FileLinksTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/Api/FilesTest.php b/tests/Api/FilesTest.php index a4e1798..df79fa0 100644 --- a/tests/Api/FilesTest.php +++ b/tests/Api/FilesTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/Api/InvoiceItemsTest.php b/tests/Api/InvoiceItemsTest.php index e680e2e..32f84ac 100644 --- a/tests/Api/InvoiceItemsTest.php +++ b/tests/Api/InvoiceItemsTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/Api/InvoicesTest.php b/tests/Api/InvoicesTest.php index c9837bf..caaa421 100644 --- a/tests/Api/InvoicesTest.php +++ b/tests/Api/InvoicesTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/Api/OrderReturnsTest.php b/tests/Api/OrderReturnsTest.php index 3934072..67caaa6 100644 --- a/tests/Api/OrderReturnsTest.php +++ b/tests/Api/OrderReturnsTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/Api/OrdersTest.php b/tests/Api/OrdersTest.php index 1e09724..cb9b31f 100644 --- a/tests/Api/OrdersTest.php +++ b/tests/Api/OrdersTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/Api/PaymentIntentsTest.php b/tests/Api/PaymentIntentsTest.php index 74cb56e..42e7a38 100644 --- a/tests/Api/PaymentIntentsTest.php +++ b/tests/Api/PaymentIntentsTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/Api/PaymentMethodsTest.php b/tests/Api/PaymentMethodsTest.php index b096cd1..b8b0a86 100644 --- a/tests/Api/PaymentMethodsTest.php +++ b/tests/Api/PaymentMethodsTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/Api/PayoutsTest.php b/tests/Api/PayoutsTest.php index 6b2d0f4..c8b684b 100644 --- a/tests/Api/PayoutsTest.php +++ b/tests/Api/PayoutsTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/Api/PlansTest.php b/tests/Api/PlansTest.php index 27d20c2..295fbfd 100644 --- a/tests/Api/PlansTest.php +++ b/tests/Api/PlansTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/Api/PricesTest.php b/tests/Api/PricesTest.php index f610f19..1eeb049 100644 --- a/tests/Api/PricesTest.php +++ b/tests/Api/PricesTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/Api/ProductsTest.php b/tests/Api/ProductsTest.php index e9842e8..873a7a5 100644 --- a/tests/Api/ProductsTest.php +++ b/tests/Api/ProductsTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/Api/Radar/EarlyFraudWarningTest.php b/tests/Api/Radar/EarlyFraudWarningTest.php index 9e2eb7b..6f860dd 100644 --- a/tests/Api/Radar/EarlyFraudWarningTest.php +++ b/tests/Api/Radar/EarlyFraudWarningTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/Api/Radar/ValueListItemsTest.php b/tests/Api/Radar/ValueListItemsTest.php index 26ca2fc..67c8cd8 100644 --- a/tests/Api/Radar/ValueListItemsTest.php +++ b/tests/Api/Radar/ValueListItemsTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/Api/Radar/ValueListsTest.php b/tests/Api/Radar/ValueListsTest.php index 6acc1b6..16e6653 100644 --- a/tests/Api/Radar/ValueListsTest.php +++ b/tests/Api/Radar/ValueListsTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/Api/RefundsTest.php b/tests/Api/RefundsTest.php index 15413ee..03ac3d6 100644 --- a/tests/Api/RefundsTest.php +++ b/tests/Api/RefundsTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/Api/SetupIntentsTest.php b/tests/Api/SetupIntentsTest.php index 8dafbc6..f332254 100644 --- a/tests/Api/SetupIntentsTest.php +++ b/tests/Api/SetupIntentsTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/Api/SkusTest.php b/tests/Api/SkusTest.php index 0147b3f..46286ee 100644 --- a/tests/Api/SkusTest.php +++ b/tests/Api/SkusTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/Api/SourcesTest.php b/tests/Api/SourcesTest.php index ccaf8ae..91125bc 100644 --- a/tests/Api/SourcesTest.php +++ b/tests/Api/SourcesTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/Api/SubscriptionItemsTest.php b/tests/Api/SubscriptionItemsTest.php index 5650fac..77eef78 100644 --- a/tests/Api/SubscriptionItemsTest.php +++ b/tests/Api/SubscriptionItemsTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/Api/SubscriptionSchedulesTest.php b/tests/Api/SubscriptionSchedulesTest.php index 58cee67..8712252 100644 --- a/tests/Api/SubscriptionSchedulesTest.php +++ b/tests/Api/SubscriptionSchedulesTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/Api/SubscriptionsTest.php b/tests/Api/SubscriptionsTest.php index 7b0b85b..0d8ae08 100644 --- a/tests/Api/SubscriptionsTest.php +++ b/tests/Api/SubscriptionsTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/Api/TaxRatesTest.php b/tests/Api/TaxRatesTest.php index 824fc3a..f96c190 100644 --- a/tests/Api/TaxRatesTest.php +++ b/tests/Api/TaxRatesTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/Api/Terminal/ConnectionTokensTest.php b/tests/Api/Terminal/ConnectionTokensTest.php index c769dae..f31b5b3 100644 --- a/tests/Api/Terminal/ConnectionTokensTest.php +++ b/tests/Api/Terminal/ConnectionTokensTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/Api/Terminal/LocationsTest.php b/tests/Api/Terminal/LocationsTest.php index 0ebee14..724790c 100644 --- a/tests/Api/Terminal/LocationsTest.php +++ b/tests/Api/Terminal/LocationsTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/Api/Terminal/ReadersTest_.php b/tests/Api/Terminal/ReadersTest_.php index d847e54..7b0ad18 100644 --- a/tests/Api/Terminal/ReadersTest_.php +++ b/tests/Api/Terminal/ReadersTest_.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/Api/TokensTest.php b/tests/Api/TokensTest.php index 0bf7e3d..a80b77c 100644 --- a/tests/Api/TokensTest.php +++ b/tests/Api/TokensTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/Api/UsageRecordsTest.php b/tests/Api/UsageRecordsTest.php index 0c457ba..ce5194a 100644 --- a/tests/Api/UsageRecordsTest.php +++ b/tests/Api/UsageRecordsTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/Api/WebhookEndpointsTest.php b/tests/Api/WebhookEndpointsTest.php index f85e84d..a3cff8d 100644 --- a/tests/Api/WebhookEndpointsTest.php +++ b/tests/Api/WebhookEndpointsTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/FunctionalTestCase.php b/tests/FunctionalTestCase.php index 86a9e8d..bf438a6 100644 --- a/tests/FunctionalTestCase.php +++ b/tests/FunctionalTestCase.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ diff --git a/tests/StripeTest.php b/tests/StripeTest.php index 8a58bff..60e9ba9 100644 --- a/tests/StripeTest.php +++ b/tests/StripeTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */ @@ -94,7 +94,7 @@ public function it_can_get_the_current_package_version() { $version = $this->stripe->getVersion(); - $this->assertSame('2.4.2', $version); + $this->assertSame('2.4.3', $version); } /** @test */ diff --git a/tests/UtilityTest.php b/tests/UtilityTest.php index d6fd61c..4fa2c27 100644 --- a/tests/UtilityTest.php +++ b/tests/UtilityTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.4.2 + * @version 2.4.3 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2020, Cartalyst LLC + * @copyright (c) 2011-2021, Cartalyst LLC * @link https://cartalyst.com */