diff --git a/CHANGELOG.md b/CHANGELOG.md index 18049d2..7af1872 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,18 @@ We do not give estimated times for completion on `Accepted` Proposals. --- +### v2.2.4 - 2019-06-30 + +`ADDED` + +- Add Customer Tax Ids API +- Add Radar Early Fraud Warning API +- Add Tax Rates API + +`UPDATED` + +- Improved Idempotency support + ### v2.2.3 - 2019-06-29 `UPDATED` diff --git a/src/AmountConverter.php b/src/AmountConverter.php index 18efd13..1f91870 100644 --- a/src/AmountConverter.php +++ b/src/AmountConverter.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Account.php b/src/Api/Account.php index 582ac15..f6de84e 100644 --- a/src/Api/Account.php +++ b/src/Api/Account.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Account/Persons.php b/src/Api/Account/Persons.php index ccdad90..2a48f70 100644 --- a/src/Api/Account/Persons.php +++ b/src/Api/Account/Persons.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Api.php b/src/Api/Api.php index 3eca64c..e23232e 100644 --- a/src/Api/Api.php +++ b/src/Api/Api.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/ApiInterface.php b/src/Api/ApiInterface.php index a3b11d3..ad5017d 100644 --- a/src/Api/ApiInterface.php +++ b/src/Api/ApiInterface.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/ApplicationFeeRefunds.php b/src/Api/ApplicationFeeRefunds.php index 544acb9..f46ed46 100644 --- a/src/Api/ApplicationFeeRefunds.php +++ b/src/Api/ApplicationFeeRefunds.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/ApplicationFees.php b/src/Api/ApplicationFees.php index 2448518..959a9b9 100644 --- a/src/Api/ApplicationFees.php +++ b/src/Api/ApplicationFees.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Balance.php b/src/Api/Balance.php index 0afb9a8..a808891 100644 --- a/src/Api/Balance.php +++ b/src/Api/Balance.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/BankAccounts.php b/src/Api/BankAccounts.php index 3a13df9..d91e0ca 100644 --- a/src/Api/BankAccounts.php +++ b/src/Api/BankAccounts.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Bitcoin.php b/src/Api/Bitcoin.php index e2d5899..d1cdae6 100644 --- a/src/Api/Bitcoin.php +++ b/src/Api/Bitcoin.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Cards.php b/src/Api/Cards.php index 05278bd..2451cc4 100644 --- a/src/Api/Cards.php +++ b/src/Api/Cards.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Charges.php b/src/Api/Charges.php index f93978c..02d8958 100644 --- a/src/Api/Charges.php +++ b/src/Api/Charges.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Checkout.php b/src/Api/Checkout.php index 5114c2b..bb6f3cf 100644 --- a/src/Api/Checkout.php +++ b/src/Api/Checkout.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Checkout/Sessions.php b/src/Api/Checkout/Sessions.php index 934d0af..4a2bb7c 100644 --- a/src/Api/Checkout/Sessions.php +++ b/src/Api/Checkout/Sessions.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/CountrySpecs.php b/src/Api/CountrySpecs.php index d5d493b..f97a831 100644 --- a/src/Api/CountrySpecs.php +++ b/src/Api/CountrySpecs.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Coupons.php b/src/Api/Coupons.php index 8d708d1..d6a2a4a 100644 --- a/src/Api/Coupons.php +++ b/src/Api/Coupons.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/CreditNotes.php b/src/Api/CreditNotes.php index bdf28c9..a2c725b 100644 --- a/src/Api/CreditNotes.php +++ b/src/Api/CreditNotes.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/CustomerTaxIds.php b/src/Api/CustomerTaxIds.php index 64b8e6e..d6d0434 100644 --- a/src/Api/CustomerTaxIds.php +++ b/src/Api/CustomerTaxIds.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Customers.php b/src/Api/Customers.php index 91d6621..981d74c 100644 --- a/src/Api/Customers.php +++ b/src/Api/Customers.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Disputes.php b/src/Api/Disputes.php index 1b72fbe..d41c5ca 100644 --- a/src/Api/Disputes.php +++ b/src/Api/Disputes.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/EphemeralKey.php b/src/Api/EphemeralKey.php index 64b43fa..4531f2d 100644 --- a/src/Api/EphemeralKey.php +++ b/src/Api/EphemeralKey.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Events.php b/src/Api/Events.php index 8dabb2d..688258e 100644 --- a/src/Api/Events.php +++ b/src/Api/Events.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/ExternalAccounts.php b/src/Api/ExternalAccounts.php index e6ff0a1..b5f8329 100644 --- a/src/Api/ExternalAccounts.php +++ b/src/Api/ExternalAccounts.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/FileLinks.php b/src/Api/FileLinks.php index 5c751da..548f75a 100644 --- a/src/Api/FileLinks.php +++ b/src/Api/FileLinks.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/FileUploads.php b/src/Api/FileUploads.php index 8c1d3d1..53be9ae 100644 --- a/src/Api/FileUploads.php +++ b/src/Api/FileUploads.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Files.php b/src/Api/Files.php index b4f6378..54f2ba3 100644 --- a/src/Api/Files.php +++ b/src/Api/Files.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/InvoiceItems.php b/src/Api/InvoiceItems.php index 7bd660d..315c389 100644 --- a/src/Api/InvoiceItems.php +++ b/src/Api/InvoiceItems.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Invoices.php b/src/Api/Invoices.php index 7a8d302..b8e6492 100644 --- a/src/Api/Invoices.php +++ b/src/Api/Invoices.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/OrderReturns.php b/src/Api/OrderReturns.php index 37c9aa5..0cbfb01 100644 --- a/src/Api/OrderReturns.php +++ b/src/Api/OrderReturns.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Orders.php b/src/Api/Orders.php index c8b8b4c..b9b79af 100644 --- a/src/Api/Orders.php +++ b/src/Api/Orders.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/PaymentIntents.php b/src/Api/PaymentIntents.php index bd7db01..4c7ab1a 100644 --- a/src/Api/PaymentIntents.php +++ b/src/Api/PaymentIntents.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/PaymentMethods.php b/src/Api/PaymentMethods.php index 22e3ad6..f56cc77 100644 --- a/src/Api/PaymentMethods.php +++ b/src/Api/PaymentMethods.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Payouts.php b/src/Api/Payouts.php index e869495..df49908 100644 --- a/src/Api/Payouts.php +++ b/src/Api/Payouts.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Plans.php b/src/Api/Plans.php index 4cc744e..ba9a68d 100644 --- a/src/Api/Plans.php +++ b/src/Api/Plans.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Products.php b/src/Api/Products.php index e5929c7..b94c258 100644 --- a/src/Api/Products.php +++ b/src/Api/Products.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Radar.php b/src/Api/Radar.php index d95bcbd..68c9998 100644 --- a/src/Api/Radar.php +++ b/src/Api/Radar.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Radar/EarlyFraudWarning.php b/src/Api/Radar/EarlyFraudWarning.php index 11bb42b..f1966d5 100644 --- a/src/Api/Radar/EarlyFraudWarning.php +++ b/src/Api/Radar/EarlyFraudWarning.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Radar/Reviews.php b/src/Api/Radar/Reviews.php index 5e6b390..5736ce5 100644 --- a/src/Api/Radar/Reviews.php +++ b/src/Api/Radar/Reviews.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Radar/ValueListItems.php b/src/Api/Radar/ValueListItems.php index 61ad3bb..f3b4885 100644 --- a/src/Api/Radar/ValueListItems.php +++ b/src/Api/Radar/ValueListItems.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Radar/ValueLists.php b/src/Api/Radar/ValueLists.php index 356108f..c730b57 100644 --- a/src/Api/Radar/ValueLists.php +++ b/src/Api/Radar/ValueLists.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Recipients.php b/src/Api/Recipients.php index 7c35b63..5dc19ab 100644 --- a/src/Api/Recipients.php +++ b/src/Api/Recipients.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Refunds.php b/src/Api/Refunds.php index 7d50f0e..1c23b4e 100644 --- a/src/Api/Refunds.php +++ b/src/Api/Refunds.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/ScheduledQueries.php b/src/Api/ScheduledQueries.php index 0657a64..452e536 100644 --- a/src/Api/ScheduledQueries.php +++ b/src/Api/ScheduledQueries.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Skus.php b/src/Api/Skus.php index 657e00c..19bc1a1 100644 --- a/src/Api/Skus.php +++ b/src/Api/Skus.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Sources.php b/src/Api/Sources.php index 69bbdb9..47c4b03 100644 --- a/src/Api/Sources.php +++ b/src/Api/Sources.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/SubscriptionItems.php b/src/Api/SubscriptionItems.php index 232a1ec..acd48dc 100644 --- a/src/Api/SubscriptionItems.php +++ b/src/Api/SubscriptionItems.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/SubscriptionScheduleRevisions.php b/src/Api/SubscriptionScheduleRevisions.php index d1e07a0..69fc5e2 100644 --- a/src/Api/SubscriptionScheduleRevisions.php +++ b/src/Api/SubscriptionScheduleRevisions.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/SubscriptionSchedules.php b/src/Api/SubscriptionSchedules.php index 292accc..2cb4659 100644 --- a/src/Api/SubscriptionSchedules.php +++ b/src/Api/SubscriptionSchedules.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Subscriptions.php b/src/Api/Subscriptions.php index ea475bf..bc6434f 100644 --- a/src/Api/Subscriptions.php +++ b/src/Api/Subscriptions.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/TaxRates.php b/src/Api/TaxRates.php index 521f4df..3b13c65 100644 --- a/src/Api/TaxRates.php +++ b/src/Api/TaxRates.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Terminal.php b/src/Api/Terminal.php index 5d50682..23f28b8 100644 --- a/src/Api/Terminal.php +++ b/src/Api/Terminal.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Terminal/ConnectionTokens.php b/src/Api/Terminal/ConnectionTokens.php index a02d78a..64ba991 100644 --- a/src/Api/Terminal/ConnectionTokens.php +++ b/src/Api/Terminal/ConnectionTokens.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Terminal/Locations.php b/src/Api/Terminal/Locations.php index d9b3451..2756e5f 100644 --- a/src/Api/Terminal/Locations.php +++ b/src/Api/Terminal/Locations.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Terminal/Readers.php b/src/Api/Terminal/Readers.php index 5e9a138..a6d094c 100644 --- a/src/Api/Terminal/Readers.php +++ b/src/Api/Terminal/Readers.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Tokens.php b/src/Api/Tokens.php index 9421f21..c1bbd60 100644 --- a/src/Api/Tokens.php +++ b/src/Api/Tokens.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Topup.php b/src/Api/Topup.php index 5d84ca7..090529d 100644 --- a/src/Api/Topup.php +++ b/src/Api/Topup.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/TransferReversals.php b/src/Api/TransferReversals.php index 5c8c0ca..5fca3dc 100644 --- a/src/Api/TransferReversals.php +++ b/src/Api/TransferReversals.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/Transfers.php b/src/Api/Transfers.php index 0ccc0fe..60dc78f 100644 --- a/src/Api/Transfers.php +++ b/src/Api/Transfers.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/UsageRecords.php b/src/Api/UsageRecords.php index 3068374..03a5ecb 100644 --- a/src/Api/UsageRecords.php +++ b/src/Api/UsageRecords.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/WebhookEndpoints.php b/src/Api/WebhookEndpoints.php index 9a4a53e..ec587eb 100644 --- a/src/Api/WebhookEndpoints.php +++ b/src/Api/WebhookEndpoints.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Config.php b/src/Config.php index d4044d8..2d104a7 100644 --- a/src/Config.php +++ b/src/Config.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/ConfigInterface.php b/src/ConfigInterface.php index ac45267..54257b5 100644 --- a/src/ConfigInterface.php +++ b/src/ConfigInterface.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Exception/ApiLimitExceededException.php b/src/Exception/ApiLimitExceededException.php index 0b4b0cd..d01282a 100644 --- a/src/Exception/ApiLimitExceededException.php +++ b/src/Exception/ApiLimitExceededException.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Exception/BadRequestException.php b/src/Exception/BadRequestException.php index c467a7d..ff4bad4 100644 --- a/src/Exception/BadRequestException.php +++ b/src/Exception/BadRequestException.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Exception/CardErrorException.php b/src/Exception/CardErrorException.php index cb99f4d..9e87839 100644 --- a/src/Exception/CardErrorException.php +++ b/src/Exception/CardErrorException.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Exception/Handler.php b/src/Exception/Handler.php index 66b7bdb..39c3163 100644 --- a/src/Exception/Handler.php +++ b/src/Exception/Handler.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Exception/InvalidRequestException.php b/src/Exception/InvalidRequestException.php index 4319b6f..c2e4f91 100644 --- a/src/Exception/InvalidRequestException.php +++ b/src/Exception/InvalidRequestException.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Exception/MissingParameterException.php b/src/Exception/MissingParameterException.php index 00d4909..9b5fd0f 100644 --- a/src/Exception/MissingParameterException.php +++ b/src/Exception/MissingParameterException.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Exception/NotFoundException.php b/src/Exception/NotFoundException.php index 344fdcb..6c5b7d3 100644 --- a/src/Exception/NotFoundException.php +++ b/src/Exception/NotFoundException.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Exception/ServerErrorException.php b/src/Exception/ServerErrorException.php index f18c9a8..a7ead90 100644 --- a/src/Exception/ServerErrorException.php +++ b/src/Exception/ServerErrorException.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Exception/StripeException.php b/src/Exception/StripeException.php index 69e4862..e525c86 100644 --- a/src/Exception/StripeException.php +++ b/src/Exception/StripeException.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Exception/UnauthorizedException.php b/src/Exception/UnauthorizedException.php index 8021f5f..2b39848 100644 --- a/src/Exception/UnauthorizedException.php +++ b/src/Exception/UnauthorizedException.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Pager.php b/src/Pager.php index 53e650e..4ad9922 100644 --- a/src/Pager.php +++ b/src/Pager.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Stripe.php b/src/Stripe.php index 486cfc5..c98e63a 100644 --- a/src/Stripe.php +++ b/src/Stripe.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Utility.php b/src/Utility.php index 6b90ec8..d74a112 100644 --- a/src/Utility.php +++ b/src/Utility.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/AmountConverterTest.php b/tests/AmountConverterTest.php index 057ac8b..6613b99 100644 --- a/tests/AmountConverterTest.php +++ b/tests/AmountConverterTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/Account/PersonsTest.php b/tests/Api/Account/PersonsTest.php index b5496d9..84316ec 100644 --- a/tests/Api/Account/PersonsTest.php +++ b/tests/Api/Account/PersonsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/AccountTest.php b/tests/Api/AccountTest.php index 3b4bc21..4f241ca 100644 --- a/tests/Api/AccountTest.php +++ b/tests/Api/AccountTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/BalanceTest.php b/tests/Api/BalanceTest.php index 8f14592..bc79996 100644 --- a/tests/Api/BalanceTest.php +++ b/tests/Api/BalanceTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/BankAccountsTest.php b/tests/Api/BankAccountsTest.php index 44fa6a0..8d04aab 100644 --- a/tests/Api/BankAccountsTest.php +++ b/tests/Api/BankAccountsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/CardsTest.php b/tests/Api/CardsTest.php index b5ac7c3..fd06bf7 100644 --- a/tests/Api/CardsTest.php +++ b/tests/Api/CardsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/ChargesTest.php b/tests/Api/ChargesTest.php index cfc1236..79cbc86 100644 --- a/tests/Api/ChargesTest.php +++ b/tests/Api/ChargesTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/Checkout/SessionsTest.php b/tests/Api/Checkout/SessionsTest.php index e760f87..568f69b 100644 --- a/tests/Api/Checkout/SessionsTest.php +++ b/tests/Api/Checkout/SessionsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/CountrySpecsTest.php b/tests/Api/CountrySpecsTest.php index fac73c4..f550e41 100644 --- a/tests/Api/CountrySpecsTest.php +++ b/tests/Api/CountrySpecsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/CouponsTest.php b/tests/Api/CouponsTest.php index 07e7478..b9d7a75 100644 --- a/tests/Api/CouponsTest.php +++ b/tests/Api/CouponsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/CreditNotesTest.php b/tests/Api/CreditNotesTest.php index 25f96a4..e3d79f8 100644 --- a/tests/Api/CreditNotesTest.php +++ b/tests/Api/CreditNotesTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/CustomerTaxIdsTest.php b/tests/Api/CustomerTaxIdsTest.php index 641b2b4..d227396 100644 --- a/tests/Api/CustomerTaxIdsTest.php +++ b/tests/Api/CustomerTaxIdsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/CustomersTest.php b/tests/Api/CustomersTest.php index 731cf94..97f4239 100644 --- a/tests/Api/CustomersTest.php +++ b/tests/Api/CustomersTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/EphemeralKeyTest.php b/tests/Api/EphemeralKeyTest.php index 212ae93..1ef4ff1 100644 --- a/tests/Api/EphemeralKeyTest.php +++ b/tests/Api/EphemeralKeyTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/EventsTest.php b/tests/Api/EventsTest.php index d8e198e..95bdad1 100644 --- a/tests/Api/EventsTest.php +++ b/tests/Api/EventsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/ExternalAccountsTest.php b/tests/Api/ExternalAccountsTest.php index 8a47855..f031084 100644 --- a/tests/Api/ExternalAccountsTest.php +++ b/tests/Api/ExternalAccountsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/FileLinksTest.php b/tests/Api/FileLinksTest.php index 4052c83..85ee4b2 100644 --- a/tests/Api/FileLinksTest.php +++ b/tests/Api/FileLinksTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/FilesTest.php b/tests/Api/FilesTest.php index 1ae01ab..8abc154 100644 --- a/tests/Api/FilesTest.php +++ b/tests/Api/FilesTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/InvoiceItemsTest.php b/tests/Api/InvoiceItemsTest.php index fae11d1..11c77c3 100644 --- a/tests/Api/InvoiceItemsTest.php +++ b/tests/Api/InvoiceItemsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/InvoicesTest.php b/tests/Api/InvoicesTest.php index ea5facd..27705c7 100644 --- a/tests/Api/InvoicesTest.php +++ b/tests/Api/InvoicesTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/OrderReturnsTest.php b/tests/Api/OrderReturnsTest.php index 74efc40..0c07092 100644 --- a/tests/Api/OrderReturnsTest.php +++ b/tests/Api/OrderReturnsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/OrdersTest.php b/tests/Api/OrdersTest.php index 787f3cd..494b4b7 100644 --- a/tests/Api/OrdersTest.php +++ b/tests/Api/OrdersTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/PaymentIntentsTest.php b/tests/Api/PaymentIntentsTest.php index 91798ea..cd81e8b 100644 --- a/tests/Api/PaymentIntentsTest.php +++ b/tests/Api/PaymentIntentsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/PaymentMethodsTest.php b/tests/Api/PaymentMethodsTest.php index 47eeb8a..8284d36 100644 --- a/tests/Api/PaymentMethodsTest.php +++ b/tests/Api/PaymentMethodsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/PayoutsTest.php b/tests/Api/PayoutsTest.php index e9e6165..43357ad 100644 --- a/tests/Api/PayoutsTest.php +++ b/tests/Api/PayoutsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/PlansTest.php b/tests/Api/PlansTest.php index 948eb33..8da9283 100644 --- a/tests/Api/PlansTest.php +++ b/tests/Api/PlansTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/ProductsTest.php b/tests/Api/ProductsTest.php index 1f3ae4e..0281406 100644 --- a/tests/Api/ProductsTest.php +++ b/tests/Api/ProductsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/Radar/EarlyFraudWarningTest.php b/tests/Api/Radar/EarlyFraudWarningTest.php index 6dae43b..dc1b6b0 100644 --- a/tests/Api/Radar/EarlyFraudWarningTest.php +++ b/tests/Api/Radar/EarlyFraudWarningTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/Radar/ValueListItemsTest.php b/tests/Api/Radar/ValueListItemsTest.php index f3f348e..5bef2b1 100644 --- a/tests/Api/Radar/ValueListItemsTest.php +++ b/tests/Api/Radar/ValueListItemsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/Radar/ValueListsTest.php b/tests/Api/Radar/ValueListsTest.php index cd5cf73..459e7c5 100644 --- a/tests/Api/Radar/ValueListsTest.php +++ b/tests/Api/Radar/ValueListsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/RefundsTest.php b/tests/Api/RefundsTest.php index 8fc13b9..4f08901 100644 --- a/tests/Api/RefundsTest.php +++ b/tests/Api/RefundsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/SkusTest.php b/tests/Api/SkusTest.php index 0fdf188..f74b00a 100644 --- a/tests/Api/SkusTest.php +++ b/tests/Api/SkusTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/SourcesTest.php b/tests/Api/SourcesTest.php index b22a70d..a6eafe6 100644 --- a/tests/Api/SourcesTest.php +++ b/tests/Api/SourcesTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/SubscriptionItemsTest.php b/tests/Api/SubscriptionItemsTest.php index dba03ef..eb08885 100644 --- a/tests/Api/SubscriptionItemsTest.php +++ b/tests/Api/SubscriptionItemsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/SubscriptionScheduleRevisionsTest.php b/tests/Api/SubscriptionScheduleRevisionsTest.php index daa9d2c..8354e17 100644 --- a/tests/Api/SubscriptionScheduleRevisionsTest.php +++ b/tests/Api/SubscriptionScheduleRevisionsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/SubscriptionSchedulesTest.php b/tests/Api/SubscriptionSchedulesTest.php index 5c36cfa..b387ad5 100644 --- a/tests/Api/SubscriptionSchedulesTest.php +++ b/tests/Api/SubscriptionSchedulesTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/SubscriptionsTest.php b/tests/Api/SubscriptionsTest.php index 3cba44a..d4a5897 100644 --- a/tests/Api/SubscriptionsTest.php +++ b/tests/Api/SubscriptionsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/TaxRatesTest.php b/tests/Api/TaxRatesTest.php index 6ccab00..56476e4 100644 --- a/tests/Api/TaxRatesTest.php +++ b/tests/Api/TaxRatesTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/Terminal/ConnectionTokensTest.php b/tests/Api/Terminal/ConnectionTokensTest.php index 85d59e2..46e5d25 100644 --- a/tests/Api/Terminal/ConnectionTokensTest.php +++ b/tests/Api/Terminal/ConnectionTokensTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/Terminal/LocationsTest.php b/tests/Api/Terminal/LocationsTest.php index 93240f8..ddabe22 100644 --- a/tests/Api/Terminal/LocationsTest.php +++ b/tests/Api/Terminal/LocationsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/Terminal/ReadersTest_.php b/tests/Api/Terminal/ReadersTest_.php index 9035c79..5614a10 100644 --- a/tests/Api/Terminal/ReadersTest_.php +++ b/tests/Api/Terminal/ReadersTest_.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/TokensTest.php b/tests/Api/TokensTest.php index a423674..3827f9e 100644 --- a/tests/Api/TokensTest.php +++ b/tests/Api/TokensTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/UsageRecordsTest.php b/tests/Api/UsageRecordsTest.php index 0d5f7af..c079b2e 100644 --- a/tests/Api/UsageRecordsTest.php +++ b/tests/Api/UsageRecordsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/WebhookEndpointsTest.php b/tests/Api/WebhookEndpointsTest.php index 13a6c3f..be3d0bc 100644 --- a/tests/Api/WebhookEndpointsTest.php +++ b/tests/Api/WebhookEndpointsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/FunctionalTestCase.php b/tests/FunctionalTestCase.php index 569309f..d7c8561 100644 --- a/tests/FunctionalTestCase.php +++ b/tests/FunctionalTestCase.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/StripeTest.php b/tests/StripeTest.php index c7d85e3..4e4e648 100644 --- a/tests/StripeTest.php +++ b/tests/StripeTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/UtilityTest.php b/tests/UtilityTest.php index 0fcf95f..f2414ec 100644 --- a/tests/UtilityTest.php +++ b/tests/UtilityTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.3 + * @version 2.2.4 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC