Skip to content

Commit

Permalink
fix manufacturer
Browse files Browse the repository at this point in the history
update librairies
  • Loading branch information
ClicShopping committed Mar 17, 2023
1 parent adb4604 commit d6c7613
Show file tree
Hide file tree
Showing 13 changed files with 43 additions and 27 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
3.416


fix manufacturer
update librairies


--------------------
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions includes/ClicShopping/External/vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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": {
Expand Down Expand Up @@ -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"
},
Expand Down
10 changes: 5 additions & 5 deletions includes/ClicShopping/External/vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'name' => '__root__',
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '431a9fde3b6fad5b7679f19d9b48fece6ff84299',
'reference' => 'adb4604bf8ef31a460322501e01e351217331c34',
'type' => 'library',
'install_path' => __DIR__ . '/../../../../../',
'aliases' => array(),
Expand All @@ -13,7 +13,7 @@
'__root__' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '431a9fde3b6fad5b7679f19d9b48fece6ff84299',
'reference' => 'adb4604bf8ef31a460322501e01e351217331c34',
'type' => 'library',
'install_path' => __DIR__ . '/../../../../../',
'aliases' => array(),
Expand Down Expand Up @@ -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(),
Expand Down
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v249
v261
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.9.1
10.10.0
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://stripe.com/docs/api/metadata">key-value pairs</a> 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 <p>For bank accounts, possible values are <code>new</code>, <code>validated</code>, <code>verified</code>, <code>verification_failed</code>, or <code>errored</code>. A bank account that hasn't had any activity or validation performed is <code>new</code>. If Stripe can determine that the bank account exists, its status will be <code>validated</code>. 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 <code>verified</code>. If the verification failed for any reason, such as microdeposit failure, the status will be <code>verification_failed</code>. If a transfer sent to this bank account fails, we'll set the status to <code>errored</code> and will not continue to send transfers until the bank details are updated.</p><p>For external accounts, possible values are <code>new</code> and <code>errored</code>. 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 <code>errored</code> and transfers are stopped until account details are updated.</p>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
* href="https://stripe.com/docs/api/events/types#event_types-checkout.session.completed">checkout
* session events</a> to track payments through payment links.
*
* Related guide: <a
* href="https://stripe.com/docs/payments/payment-links/api">Payment Links API</a>
* Related guide: <a href="https://stripe.com/docs/payment-links">Payment Links
* API</a>
*
* @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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@
*
* Related guides: <a
* href="https://stripe.com/docs/billing/subscriptions/set-up-subscription">Set up
* a subscription</a>, <a
* href="https://stripe.com/docs/payments/payment-links/overview">share a Payment
* Link</a>, <a
* a subscription</a>, <a href="https://stripe.com/docs/payment-links">share a
* Payment Link</a>, <a
* href="https://stripe.com/docs/payments/accept-a-payment#create-product-prices-upfront">accept
* payments with Checkout</a>, and more about <a
* href="https://stripe.com/docs/products-prices/overview">Products and Prices</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d6c7613

Please sign in to comment.