diff --git a/CHANGELOG.md b/CHANGELOG.md index fe381149a..5c8ecc6d9 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ 3.416 - +fix manufacturer +update librairies -------------------- diff --git a/composer.lock b/composer.lock index e5a83453b..0ff7fda5a 100644 --- a/composer.lock +++ b/composer.lock @@ -1063,16 +1063,16 @@ }, { "name": "stripe/stripe-php", - "version": "v10.9.1", + "version": "v10.10.0", "source": { "type": "git", "url": "https://github.com/stripe/stripe-php.git", - "reference": "be1de500a70b9eada6dbe72b0c8e21c845570903" + "reference": "2c641079093167c2e448d82bd0bd02160e20fec1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/stripe/stripe-php/zipball/be1de500a70b9eada6dbe72b0c8e21c845570903", - "reference": "be1de500a70b9eada6dbe72b0c8e21c845570903", + "url": "https://api.github.com/repos/stripe/stripe-php/zipball/2c641079093167c2e448d82bd0bd02160e20fec1", + "reference": "2c641079093167c2e448d82bd0bd02160e20fec1", "shasum": "" }, "require": { @@ -1118,9 +1118,9 @@ ], "support": { "issues": "https://github.com/stripe/stripe-php/issues", - "source": "https://github.com/stripe/stripe-php/tree/v10.9.1" + "source": "https://github.com/stripe/stripe-php/tree/v10.10.0" }, - "time": "2023-03-14T19:16:20+00:00" + "time": "2023-03-17T01:59:34+00:00" }, { "name": "stymiee/email-validator", diff --git a/includes/ClicShopping/External/vendor/composer/installed.json b/includes/ClicShopping/External/vendor/composer/installed.json index ec681e4a2..64f48e06a 100644 --- a/includes/ClicShopping/External/vendor/composer/installed.json +++ b/includes/ClicShopping/External/vendor/composer/installed.json @@ -1102,17 +1102,17 @@ }, { "name": "stripe/stripe-php", - "version": "v10.9.1", - "version_normalized": "10.9.1.0", + "version": "v10.10.0", + "version_normalized": "10.10.0.0", "source": { "type": "git", "url": "https://github.com/stripe/stripe-php.git", - "reference": "be1de500a70b9eada6dbe72b0c8e21c845570903" + "reference": "2c641079093167c2e448d82bd0bd02160e20fec1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/stripe/stripe-php/zipball/be1de500a70b9eada6dbe72b0c8e21c845570903", - "reference": "be1de500a70b9eada6dbe72b0c8e21c845570903", + "url": "https://api.github.com/repos/stripe/stripe-php/zipball/2c641079093167c2e448d82bd0bd02160e20fec1", + "reference": "2c641079093167c2e448d82bd0bd02160e20fec1", "shasum": "" }, "require": { @@ -1128,7 +1128,7 @@ "phpunit/phpunit": "^5.7 || ^9.0", "squizlabs/php_codesniffer": "^3.3" }, - "time": "2023-03-14T19:16:20+00:00", + "time": "2023-03-17T01:59:34+00:00", "type": "library", "extra": { "branch-alias": { @@ -1160,7 +1160,7 @@ ], "support": { "issues": "https://github.com/stripe/stripe-php/issues", - "source": "https://github.com/stripe/stripe-php/tree/v10.9.1" + "source": "https://github.com/stripe/stripe-php/tree/v10.10.0" }, "install-path": "../stripe/stripe-php" }, diff --git a/includes/ClicShopping/External/vendor/composer/installed.php b/includes/ClicShopping/External/vendor/composer/installed.php index 7b569810d..cbe681045 100644 --- a/includes/ClicShopping/External/vendor/composer/installed.php +++ b/includes/ClicShopping/External/vendor/composer/installed.php @@ -3,7 +3,7 @@ 'name' => '__root__', 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => '431a9fde3b6fad5b7679f19d9b48fece6ff84299', + 'reference' => 'adb4604bf8ef31a460322501e01e351217331c34', 'type' => 'library', 'install_path' => __DIR__ . '/../../../../../', 'aliases' => array(), @@ -13,7 +13,7 @@ '__root__' => array( 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => '431a9fde3b6fad5b7679f19d9b48fece6ff84299', + 'reference' => 'adb4604bf8ef31a460322501e01e351217331c34', 'type' => 'library', 'install_path' => __DIR__ . '/../../../../../', 'aliases' => array(), @@ -173,9 +173,9 @@ 'dev_requirement' => false, ), 'stripe/stripe-php' => array( - 'pretty_version' => 'v10.9.1', - 'version' => '10.9.1.0', - 'reference' => 'be1de500a70b9eada6dbe72b0c8e21c845570903', + 'pretty_version' => 'v10.10.0', + 'version' => '10.10.0.0', + 'reference' => '2c641079093167c2e448d82bd0bd02160e20fec1', 'type' => 'library', 'install_path' => __DIR__ . '/../stripe/stripe-php', 'aliases' => array(), diff --git a/includes/ClicShopping/External/vendor/stripe/stripe-php/CHANGELOG.md b/includes/ClicShopping/External/vendor/stripe/stripe-php/CHANGELOG.md index 6904b006b..4b4fabc0a 100644 --- a/includes/ClicShopping/External/vendor/stripe/stripe-php/CHANGELOG.md +++ b/includes/ClicShopping/External/vendor/stripe/stripe-php/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 10.10.0 - 2023-03-16 +* [#1457](https://github.com/stripe/stripe-php/pull/1457) API Updates + * Add support for `future_requirements` and `requirements` on `BankAccount` + * Add support for new value `automatic_async` on enum `PaymentIntent.capture_method` + * Add support for new value `cashapp` on enum `PaymentLink.payment_method_types[]` + * Add support for `cashapp` on `PaymentMethod` + * Add support for new value `cashapp` on enum `PaymentMethod.type` +* [#1454](https://github.com/stripe/stripe-php/pull/1454) Update generated code (new) + * Add support for new value `cashapp` on enum `PaymentLink.payment_method_types[]` + * Add support for `cashapp` on `PaymentMethod` + * Add support for new value `cashapp` on enum `PaymentMethod.type` + ## 10.9.1 - 2023-03-14 * [#1453](https://github.com/stripe/stripe-php/pull/1453) Restore StripeClient.getService diff --git a/includes/ClicShopping/External/vendor/stripe/stripe-php/OPENAPI_VERSION b/includes/ClicShopping/External/vendor/stripe/stripe-php/OPENAPI_VERSION index f93f657af..23ee098c2 100644 --- a/includes/ClicShopping/External/vendor/stripe/stripe-php/OPENAPI_VERSION +++ b/includes/ClicShopping/External/vendor/stripe/stripe-php/OPENAPI_VERSION @@ -1 +1 @@ -v249 \ No newline at end of file +v261 \ No newline at end of file diff --git a/includes/ClicShopping/External/vendor/stripe/stripe-php/VERSION b/includes/ClicShopping/External/vendor/stripe/stripe-php/VERSION index 67f95d839..e8a306979 100644 --- a/includes/ClicShopping/External/vendor/stripe/stripe-php/VERSION +++ b/includes/ClicShopping/External/vendor/stripe/stripe-php/VERSION @@ -1 +1 @@ -10.9.1 +10.10.0 diff --git a/includes/ClicShopping/External/vendor/stripe/stripe-php/lib/BankAccount.php b/includes/ClicShopping/External/vendor/stripe/stripe-php/lib/BankAccount.php index 57fd19be5..5203cdf33 100644 --- a/includes/ClicShopping/External/vendor/stripe/stripe-php/lib/BankAccount.php +++ b/includes/ClicShopping/External/vendor/stripe/stripe-php/lib/BankAccount.php @@ -31,8 +31,10 @@ * @property null|string|\Stripe\Customer $customer The ID of the customer that the bank account is associated with. * @property null|bool $default_for_currency Whether this bank account is the default external account for its currency. * @property null|string $fingerprint Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same. + * @property null|\Stripe\StripeObject $future_requirements Information about upcoming new requirements for the bank account, including what information needs to be collected. * @property string $last4 The last four digits of the bank account number. * @property null|\Stripe\StripeObject $metadata Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. + * @property null|\Stripe\StripeObject $requirements Information about the requirements for the bank account, including what information needs to be collected. * @property null|string $routing_number The routing transit number for the bank account. * @property string $status
For bank accounts, possible values are new
, validated
, verified
, verification_failed
, or errored
. A bank account that hasn't had any activity or validation performed is new
. If Stripe can determine that the bank account exists, its status will be validated
. Note that there often isn’t enough information to know (e.g., for smaller credit unions), and the validation is not always run. If customer bank account verification has succeeded, the bank account status will be verified
. If the verification failed for any reason, such as microdeposit failure, the status will be verification_failed
. If a transfer sent to this bank account fails, we'll set the status to errored
and will not continue to send transfers until the bank details are updated.
For external accounts, possible values are new
and errored
. Validations aren't run against external accounts because they're only used for payouts. This means the other statuses don't apply. If a transfer fails, the status is set to errored
and transfers are stopped until account details are updated.