Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump stripe/stripe-php from 9.8.0 to 10.20.0 in /server/php #236

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 10, 2023

Bumps stripe/stripe-php from 9.8.0 to 10.20.0.

Release notes

Sourced from stripe/stripe-php's releases.

v10.20.0

  • #1544 Update generated code
  • #1539 Update generated code
    • Add support for subscription_details on Invoice
    • Add support for new values sepa_debit_fingerprint and us_bank_account_fingerprint on enum Radar.ValueList.item_type

See the changelog for more details.

v10.20.0-beta.2

  • #1537 Update generated code for beta
    • Release specs are identical.
  • #1535 Update generated code for beta
    • Add support for new resource Tax.Form
    • Add support for all, pdf, and retrieve methods on resource Form
    • Add support for payment_method_configuration_details on Checkout.Session and SetupIntent
  • #1532 Update generated code for beta
  • #1531 Merge master into beta

See the changelog for more details.

v10.20.0-beta.1

  • Updated stable APIs to the latest version

See the changelog for more details.

v10.19.0

  • #1534 Update generated code
    • Improve PHPDoc type for ApplicationFee.refunds
    • Add support for deleted on Apps.Secret
  • #1526 Add constants for payment intent cancellation reasons
  • #1533 Update generated code
    • Add support for new value service_tax on enum TaxRate.tax_type
  • #1487 PHPDoc: use union of literals for $method parameter throughout

See the changelog for more details.

v10.18.0

  • #1533 Update generated code
    • Add support for new value service_tax on enum TaxRate.tax_type
  • #1526 Add constants for payment intent cancellation reasons
  • #1487 PHPDoc: use union of literals for $method parameter throughout

See the changelog for more details.

v10.18.0-beta.1

  • #1527 Update generated code for beta Release specs are identical.
  • #1524 Update generated code for beta
    • Add support for new resource PaymentMethodConfiguration
    • Add support for all, create, retrieve, and update methods on resource PaymentMethodConfiguration

... (truncated)

Changelog

Sourced from stripe/stripe-php's changelog.

10.20.0 - 2023-08-03

  • #1544 Update generated code
  • #1539 Update generated code
    • Add support for subscription_details on Invoice
    • Add support for new values sepa_debit_fingerprint and us_bank_account_fingerprint on enum Radar.ValueList.item_type

10.19.0 - 2023-07-27

  • #1534 Update generated code
    • Improve PHPDoc type for ApplicationFee.refunds
    • Add support for deleted on Apps.Secret
  • #1526 Add constants for payment intent cancellation reasons
  • #1533 Update generated code
    • Add support for new value service_tax on enum TaxRate.tax_type
  • #1487 PHPDoc: use union of literals for $method parameter throughout

10.18.0 - 2023-07-20

  • #1533 Update generated code
    • Add support for new value service_tax on enum TaxRate.tax_type
  • #1526 Add constants for payment intent cancellation reasons
  • #1487 PHPDoc: use union of literals for $method parameter throughout

10.17.0 - 2023-07-13

  • #1525 Update generated code
    • Add support for new resource Tax.Settings
    • Add support for retrieve and update methods on resource Settings
    • Add support for new value invalid_tax_location on enum StripeError.code
    • Add support for product on Tax.TransactionLineItem
    • Add constant for tax.settings.updated webhook event
  • #1520 Update generated code
    • Release specs are identical.

10.16.0 - 2023-06-29

  • #1517 Update generated code
    • Add support for new value application_fees_not_allowed on enum StripeError.code
    • Add support for effective_at on CreditNote and Invoice
    • Add support for on_behalf_of on Mandate
  • #1514 Update generated code
    • Release specs are identical.
  • #1512 Update generated code
    • Change type of Checkout.Session.success_url from string to nullable(string)

10.15.0 - 2023-06-08

  • #1506 Update generated code
    • Add support for preferred_locales on Issuing.Cardholder

10.14.0 - 2023-05-25

  • #1503 Update generated code
    • Add support for zip on PaymentMethod
    • Add support for new value zip on enum PaymentMethod.type
  • #1502 Generate error codes

... (truncated)

Commits

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [stripe/stripe-php](https://github.com/stripe/stripe-php) from 9.8.0 to 10.20.0.
- [Release notes](https://github.com/stripe/stripe-php/releases)
- [Changelog](https://github.com/stripe/stripe-php/blob/master/CHANGELOG.md)
- [Commits](stripe/stripe-php@v9.8.0...v10.20.0)

---
updated-dependencies:
- dependency-name: stripe/stripe-php
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Aug 10, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 17, 2023

Superseded by #241.

@dependabot dependabot bot closed this Aug 17, 2023
@dependabot dependabot bot deleted the dependabot/composer/server/php/stripe/stripe-php-10.20.0 branch August 17, 2023 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants