diff --git a/CHANGELOG.md b/CHANGELOG.md index e53442a..763d4d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ We do not give estimated times for completion on `Accepted` Proposals. --- +### v2.2.10 - 2019-07-15 + +`ADDED` + +- Add methods to get and set the application information on the user agent headers. + ### v2.2.9 - 2019-07-08 `ADDED` diff --git a/src/AmountConverter.php b/src/AmountConverter.php index fa00ac0..efd011a 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.9 + * @version 2.2.10 * @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 64b6cfc..9cb2ff5 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.9 + * @version 2.2.10 * @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 1642143..01b6230 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.9 + * @version 2.2.10 * @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 8061f33..1975a1f 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.9 + * @version 2.2.10 * @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 4722573..7091f9d 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.9 + * @version 2.2.10 * @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 baf229b..521523f 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.9 + * @version 2.2.10 * @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 d0171b3..e2a2423 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.9 + * @version 2.2.10 * @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 8b72252..2b3f340 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.9 + * @version 2.2.10 * @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 ab69bab..7b6d0a5 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.9 + * @version 2.2.10 * @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 5820ca6..4e801f3 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.9 + * @version 2.2.10 * @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 d078eed..68b14a2 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.9 + * @version 2.2.10 * @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 58bdedc..062c766 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.9 + * @version 2.2.10 * @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 7a13f17..98c951b 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.9 + * @version 2.2.10 * @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 78ed078..97ff8bc 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.9 + * @version 2.2.10 * @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 0b7cbb7..ecb99a8 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.9 + * @version 2.2.10 * @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 ad8f2b0..fda2f93 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.9 + * @version 2.2.10 * @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 470aab2..73d3270 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.9 + * @version 2.2.10 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/CustomerBalanceTransactions.php b/src/Api/CustomerBalanceTransactions.php index c43deab..0992787 100644 --- a/src/Api/CustomerBalanceTransactions.php +++ b/src/Api/CustomerBalanceTransactions.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.9 + * @version 2.2.10 * @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 7625576..7785ab4 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.9 + * @version 2.2.10 * @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 0dcd70a..48c4e8f 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.9 + * @version 2.2.10 * @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 7bbd89f..2a45498 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.9 + * @version 2.2.10 * @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 882bfd2..4fc1bdb 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.9 + * @version 2.2.10 * @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 3c4fd93..dd5aed1 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.9 + * @version 2.2.10 * @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 5d67b38..5c2b980 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.9 + * @version 2.2.10 * @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 0bb5841..0f25160 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.9 + * @version 2.2.10 * @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 455d06b..18391af 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.9 + * @version 2.2.10 * @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 04ca94d..f75e872 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.9 + * @version 2.2.10 * @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 be93161..9b325b5 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.9 + * @version 2.2.10 * @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 5575033..762694d 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.9 + * @version 2.2.10 * @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 b73ef0b..e90d152 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.9 + * @version 2.2.10 * @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 a91776a..c3f2abd 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.9 + * @version 2.2.10 * @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 69df1c4..d030827 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.9 + * @version 2.2.10 * @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 4042d06..725db22 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.9 + * @version 2.2.10 * @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 97fdc16..85938b8 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.9 + * @version 2.2.10 * @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 324b75a..f9e7199 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.9 + * @version 2.2.10 * @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 c834558..0db57a3 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.9 + * @version 2.2.10 * @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 4868aec..c425fff 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.9 + * @version 2.2.10 * @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 162d78e..10416cd 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.9 + * @version 2.2.10 * @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 269ec51..010ec1a 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.9 + * @version 2.2.10 * @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 279a803..5eeda9e 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.9 + * @version 2.2.10 * @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 e424ba3..ac82997 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.9 + * @version 2.2.10 * @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 632a25d..469cc0e 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.9 + * @version 2.2.10 * @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 66e9e65..76549c7 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.9 + * @version 2.2.10 * @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 1f6e43d..69cd466 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.9 + * @version 2.2.10 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/src/Api/SetupIntents.php b/src/Api/SetupIntents.php index 4b72fc5..13c9d0a 100644 --- a/src/Api/SetupIntents.php +++ b/src/Api/SetupIntents.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.9 + * @version 2.2.10 * @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 03b181f..c5084a3 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.9 + * @version 2.2.10 * @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 56bee86..bf5ea56 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.9 + * @version 2.2.10 * @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 fcab5cc..5ff34dd 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.9 + * @version 2.2.10 * @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 bc96ba9..b68fe5a 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.9 + * @version 2.2.10 * @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 f0f103a..2185279 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.9 + * @version 2.2.10 * @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 aaf2b07..23584ff 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.9 + * @version 2.2.10 * @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 8f1582f..2667a99 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.9 + * @version 2.2.10 * @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 9c094e5..bf4993e 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.9 + * @version 2.2.10 * @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 8b45ce0..6a0a48f 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.9 + * @version 2.2.10 * @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 24c5ea0..92bfdc3 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.9 + * @version 2.2.10 * @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 1b9474e..94f1021 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.9 + * @version 2.2.10 * @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 c345783..01306e8 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.9 + * @version 2.2.10 * @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 cd8cc88..85a67fe 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.9 + * @version 2.2.10 * @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 e2e19d3..fb0c7ae 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.9 + * @version 2.2.10 * @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 b946547..54a2ab2 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.9 + * @version 2.2.10 * @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 7988251..8e9ba77 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.9 + * @version 2.2.10 * @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 a7d413f..002ea49 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.9 + * @version 2.2.10 * @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 7d31df4..1bd383a 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.9 + * @version 2.2.10 * @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 332e616..b8ea78e 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.9 + * @version 2.2.10 * @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 909d333..e93337e 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.9 + * @version 2.2.10 * @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 9cecd1c..3989132 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.9 + * @version 2.2.10 * @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 decc226..1205da7 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.9 + * @version 2.2.10 * @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 fe5242d..e9fbc43 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.9 + * @version 2.2.10 * @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 3f1c4b1..e346fe3 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.9 + * @version 2.2.10 * @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 9365e43..16e722a 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.9 + * @version 2.2.10 * @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 9da145d..0b9bf5d 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.9 + * @version 2.2.10 * @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 076f726..be4d158 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.9 + * @version 2.2.10 * @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 75fe598..0ee7c19 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.9 + * @version 2.2.10 * @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 df11b71..9844e2b 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.9 + * @version 2.2.10 * @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 888759b..47b7dac 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.9 + * @version 2.2.10 * @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 d13aebb..9553689 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.9 + * @version 2.2.10 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC @@ -29,7 +29,7 @@ class Stripe * * @var string */ - const VERSION = '2.2.9'; + const VERSION = '2.2.10'; /** * The Config repository instance. diff --git a/src/Utility.php b/src/Utility.php index 6b7753a..b9c98a3 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.9 + * @version 2.2.10 * @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 38cd5aa..5b59673 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.9 + * @version 2.2.10 * @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 6a7f03e..15daa73 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.9 + * @version 2.2.10 * @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 f234810..6b52ba9 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.9 + * @version 2.2.10 * @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 cf10692..c293e7b 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.9 + * @version 2.2.10 * @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 3327e0e..29e6f6f 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.9 + * @version 2.2.10 * @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 83b0c4c..d6635c2 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.9 + * @version 2.2.10 * @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 0d2a396..4a439f2 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.9 + * @version 2.2.10 * @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 5a3a2dd..805444c 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.9 + * @version 2.2.10 * @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 391c422..e0289d9 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.9 + * @version 2.2.10 * @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 5f1e4fb..d16f01b 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.9 + * @version 2.2.10 * @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 504fa22..7971eea 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.9 + * @version 2.2.10 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/CustomerBalanceTransactionsTest.php b/tests/Api/CustomerBalanceTransactionsTest.php index eb8bc7a..39a240d 100644 --- a/tests/Api/CustomerBalanceTransactionsTest.php +++ b/tests/Api/CustomerBalanceTransactionsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.9 + * @version 2.2.10 * @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 7fc0fe1..2458255 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.9 + * @version 2.2.10 * @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 378153b..c474a84 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.9 + * @version 2.2.10 * @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 fc305d6..884ad97 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.9 + * @version 2.2.10 * @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 fb44fd3..7d6fc46 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.9 + * @version 2.2.10 * @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 2cf04e9..87e7d09 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.9 + * @version 2.2.10 * @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 c515076..c58ce20 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.9 + * @version 2.2.10 * @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 2858c1e..fa0d893 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.9 + * @version 2.2.10 * @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 8f40dfc..cd81f7d 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.9 + * @version 2.2.10 * @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 139cb60..4ab5e51 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.9 + * @version 2.2.10 * @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 d61b371..f7e10d9 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.9 + * @version 2.2.10 * @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 a06be1a..b12c18a 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.9 + * @version 2.2.10 * @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 17043bf..881d61f 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.9 + * @version 2.2.10 * @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 71cf4e9..73ca651 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.9 + * @version 2.2.10 * @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 ade7f92..6fc04d0 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.9 + * @version 2.2.10 * @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 7a6e0e9..0d45c7e 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.9 + * @version 2.2.10 * @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 5e4c717..9038e57 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.9 + * @version 2.2.10 * @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 fe6cb75..28d3185 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.9 + * @version 2.2.10 * @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 a9d8639..eef36ba 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.9 + * @version 2.2.10 * @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 7691f71..6fc3b59 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.9 + * @version 2.2.10 * @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 d29faea..ca78150 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.9 + * @version 2.2.10 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC diff --git a/tests/Api/SetupIntentsTest.php b/tests/Api/SetupIntentsTest.php index e346349..5ee980a 100644 --- a/tests/Api/SetupIntentsTest.php +++ b/tests/Api/SetupIntentsTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Stripe - * @version 2.2.9 + * @version 2.2.10 * @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 4271ade..ebc95ce 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.9 + * @version 2.2.10 * @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 58aeac3..c7b4597 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.9 + * @version 2.2.10 * @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 4eacef1..408b422 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.9 + * @version 2.2.10 * @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 0b491a6..28d7239 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.9 + * @version 2.2.10 * @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 8b57da1..05eddc9 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.9 + * @version 2.2.10 * @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 2e73017..c588367 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.9 + * @version 2.2.10 * @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 910315a..6f8af2a 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.9 + * @version 2.2.10 * @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 e164f4f..bea182d 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.9 + * @version 2.2.10 * @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 42a1d80..99fbc10 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.9 + * @version 2.2.10 * @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 4f9c592..5d7be37 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.9 + * @version 2.2.10 * @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 2551408..25991db 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.9 + * @version 2.2.10 * @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 efe4aa2..2f51330 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.9 + * @version 2.2.10 * @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 44887e0..3ce0601 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.9 + * @version 2.2.10 * @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 7218242..e808e21 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.8 + * @version 2.2.10 * @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 490f9eb..cf483fa 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.9 + * @version 2.2.10 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC @@ -92,7 +92,7 @@ public function it_can_get_the_current_package_version() { $version = $this->stripe->getVersion(); - $this->assertSame('2.2.9', $version); + $this->assertSame('2.2.10', $version); } /** @test */ diff --git a/tests/UtilityTest.php b/tests/UtilityTest.php index 6691d57..81a087b 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.9 + * @version 2.2.10 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC