From d6c7613613d0021a1f0b1a881af4f0913c97c362 Mon Sep 17 00:00:00 2001 From: ClicShopping Date: Fri, 17 Mar 2023 09:13:16 -0400 Subject: [PATCH] fix manufacturer update librairies --- CHANGELOG.md | 3 ++- composer.lock | 12 ++++++------ .../External/vendor/composer/installed.json | 14 +++++++------- .../External/vendor/composer/installed.php | 10 +++++----- .../External/vendor/stripe/stripe-php/CHANGELOG.md | 12 ++++++++++++ .../vendor/stripe/stripe-php/OPENAPI_VERSION | 2 +- .../External/vendor/stripe/stripe-php/VERSION | 2 +- .../vendor/stripe/stripe-php/lib/BankAccount.php | 2 ++ .../vendor/stripe/stripe-php/lib/Event.php | 1 + .../vendor/stripe/stripe-php/lib/PaymentLink.php | 4 ++-- .../vendor/stripe/stripe-php/lib/PaymentMethod.php | 1 + .../vendor/stripe/stripe-php/lib/Product.php | 5 ++--- .../vendor/stripe/stripe-php/lib/Stripe.php | 2 +- 13 files changed, 43 insertions(+), 27 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe381149a3..5c8ecc6d9d 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 e5a83453be..0ff7fda5aa 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 ec681e4a2a..64f48e06ad 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 7b569810de..cbe681045f 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 6904b006b6..4b4fabc0a4 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 f93f657afe..23ee098c2d 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 67f95d8391..e8a306979a 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 57fd19be56..5203cdf332 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.

*/ diff --git a/includes/ClicShopping/External/vendor/stripe/stripe-php/lib/Event.php b/includes/ClicShopping/External/vendor/stripe/stripe-php/lib/Event.php index a146bf3a32..b0f7faf83a 100644 --- a/includes/ClicShopping/External/vendor/stripe/stripe-php/lib/Event.php +++ b/includes/ClicShopping/External/vendor/stripe/stripe-php/lib/Event.php @@ -182,6 +182,7 @@ class Event extends ApiResource const PAYOUT_CREATED = 'payout.created'; const PAYOUT_FAILED = 'payout.failed'; const PAYOUT_PAID = 'payout.paid'; + const PAYOUT_RECONCILIATION_COMPLETED = 'payout.reconciliation_completed'; const PAYOUT_UPDATED = 'payout.updated'; const PERSON_CREATED = 'person.created'; const PERSON_DELETED = 'person.deleted'; diff --git a/includes/ClicShopping/External/vendor/stripe/stripe-php/lib/PaymentLink.php b/includes/ClicShopping/External/vendor/stripe/stripe-php/lib/PaymentLink.php index d8a1f3f68d..316d5494ff 100644 --- a/includes/ClicShopping/External/vendor/stripe/stripe-php/lib/PaymentLink.php +++ b/includes/ClicShopping/External/vendor/stripe/stripe-php/lib/PaymentLink.php @@ -14,8 +14,8 @@ * href="https://stripe.com/docs/api/events/types#event_types-checkout.session.completed">checkout * session events to track payments through payment links. * - * Related guide: Payment Links API + * Related guide: Payment Links + * API * * @property string $id Unique identifier for the object. * @property string $object String representing the object's type. Objects of the same type share the same value. diff --git a/includes/ClicShopping/External/vendor/stripe/stripe-php/lib/PaymentMethod.php b/includes/ClicShopping/External/vendor/stripe/stripe-php/lib/PaymentMethod.php index b81ee5a563..b0597a4167 100644 --- a/includes/ClicShopping/External/vendor/stripe/stripe-php/lib/PaymentMethod.php +++ b/includes/ClicShopping/External/vendor/stripe/stripe-php/lib/PaymentMethod.php @@ -30,6 +30,7 @@ * @property null|\Stripe\StripeObject $boleto * @property null|\Stripe\StripeObject $card * @property null|\Stripe\StripeObject $card_present + * @property null|\Stripe\StripeObject $cashapp * @property int $created Time at which the object was created. Measured in seconds since the Unix epoch. * @property null|string|\Stripe\Customer $customer The ID of the Customer to which this PaymentMethod is saved. This will not be set when the PaymentMethod has not been saved to a Customer. * @property null|\Stripe\StripeObject $customer_balance diff --git a/includes/ClicShopping/External/vendor/stripe/stripe-php/lib/Product.php b/includes/ClicShopping/External/vendor/stripe/stripe-php/lib/Product.php index 8f8d8ad315..0b75140ce5 100644 --- a/includes/ClicShopping/External/vendor/stripe/stripe-php/lib/Product.php +++ b/includes/ClicShopping/External/vendor/stripe/stripe-php/lib/Product.php @@ -13,9 +13,8 @@ * * Related guides: Set up - * a subscription, share a Payment - * Link, , share a + * Payment Link, accept * payments with Checkout, and more about Products and Prices diff --git a/includes/ClicShopping/External/vendor/stripe/stripe-php/lib/Stripe.php b/includes/ClicShopping/External/vendor/stripe/stripe-php/lib/Stripe.php index fb0f6280a2..227cbdd642 100644 --- a/includes/ClicShopping/External/vendor/stripe/stripe-php/lib/Stripe.php +++ b/includes/ClicShopping/External/vendor/stripe/stripe-php/lib/Stripe.php @@ -58,7 +58,7 @@ class Stripe /** @var float Initial delay between retries, in seconds */ private static $initialNetworkRetryDelay = 0.5; - const VERSION = '10.9.1'; + const VERSION = '10.10.0'; /** * @return string the API key used for requests