ValM34 / Sylius-test

0 stars 0 forks source link

Update stripe/stripe-php requirement from ^6.43 to ^10.12 #13

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on stripe/stripe-php to permit the latest version.

Release notes

Sourced from stripe/stripe-php's releases.

v10.12.0

  • #1470 Update generated code
    • Remove support for create method on resource Tax.Transaction
      • This is not a breaking change, as this method was deprecated before the Tax Transactions API was released in favor of the createFromCalculation method.
    • Remove support for value deleted from enum Invoice.status
      • This is not a breaking change, as the value was never returned or accepted as input.
  • #1468 Trigger workflow for tags
  • #1467 Update generated code (new)
    • Release specs are identical.

See the changelog for more details.

Changelog

Sourced from stripe/stripe-php's changelog.

10.12.0 - 2023-03-30

  • #1470 Update generated code
    • Remove support for create method on resource Tax.Transaction
      • This is not a breaking change, as this method was deprecated before the Tax Transactions API was released in favor of the createFromCalculation method.
    • Remove support for value deleted from enum Invoice.status
      • This is not a breaking change, as the value was never returned or accepted as input.
  • #1468 Trigger workflow for tags
  • #1467 Update generated code (new)
    • Release specs are identical.

10.11.0 - 2023-03-23

  • #1458 Update generated code
    • Add support for new resources Tax.CalculationLineItem, Tax.Calculation, Tax.TransactionLineItem, and Tax.Transaction
    • Add support for create and list_line_items methods on resource Calculation
    • Add support for create_from_calculation, create_reversal, create, list_line_items, and retrieve methods on resource Transaction
    • Add support for currency_conversion on Checkout.Session
    • Add support for new value automatic_async on enum PaymentIntent.capture_method
    • Add support for new value link on enum PaymentLink.payment_method_types[]
    • Add support for automatic_payment_methods on SetupIntent

10.10.0 - 2023-03-16

  • #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 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 Restore StripeClient.getService

10.9.0 - 2023-03-09

  • #1450 API Updates

    • Add support for cancellation_details on Subscription
    • Fix return types on custom methods (extends stripe/stripe-php#1446)
  • #1446 stripe->customers->retrievePaymentMethod returns the wrong class (type hint)

10.8.0 - 2023-03-02

  • #1447 API Updates
    • Add support for reconciliation_status on Payout
    • Add support for new value lease_tax on enum TaxRate.tax_type

10.7.0 - 2023-02-23

  • #1444 API Updates
    • Add support for new value igst on enum TaxRate.tax_type

... (truncated)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)