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

chore(deps): bump stripe/stripe-php from 15.7.0 to 16.3.0 #2446

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 21, 2024

Bumps stripe/stripe-php from 15.7.0 to 16.3.0.

Release notes

Sourced from stripe/stripe-php's releases.

v16.3.0

  • #1786 This release changes the pinned API version to 2024-11-20.acacia.
    • Add support for respond test helper method on resource Issuing.Authorization
    • Add support for adaptive_pricing on Checkout.Session
    • Add support for new value subscribe on enums Checkout.Session.submit_type and PaymentLink.submit_type
    • Add support for new value financial_account_statement on enum File.purpose
    • Add support for fraud_challenges and verified_by_fraud_challenge on Issuing.Authorization
    • Add support for trace_id on Payout
    • Add support for new value li_vat on enum TaxId.type
    • Add support for new value service_tax on enum TaxRate.tax_type
    • Change type of Treasury.InboundTransfer.origin_payment_method from string to nullable(string)

See the changelog for more details.

v16.3.0-beta.3

  • #1784 Update generated code for beta

See the changelog for more details.

v16.3.0-beta.2

  • #1783 Update generated code for beta
    • Add support for new resources Issuing.FraudLiabilityDebit, PaymentAttemptRecord, and PaymentRecord
    • Add support for all and retrieve methods on resources FraudLiabilityDebit and PaymentAttemptRecord
    • Add support for report_payment_attempt_canceled, report_payment_attempt_failed, report_payment_attempt_guaranteed, report_payment_attempt, report_payment, and retrieve methods on resource PaymentRecord
    • Add support for adaptive_pricing on Checkout.Session
    • Add support for new values invoice.payment_attempt_required and issuing_fraud_liability_debit.created on enum Event.type
    • Add support for amount_overpaid on Invoice
    • Add support for new value li_vat on enum TaxId.type
    • Add support for new value service_tax on enum TaxRate.tax_type
    • Change type of Treasury.InboundTransfer.origin_payment_method from string to nullable(string)

See the changelog for more details.

v16.3.0-beta.1

  • #1780 Update generated code for beta
    • Add support for trigger_action method on resource PaymentIntent
    • Remove support for value payout_statement_descriptor_profanity from enum StripeError.code
    • Add support for id_bank_transfer on PaymentMethodConfiguration and PaymentMethod
    • Add support for gopay, qris, and shopeepay on PaymentMethodConfiguration

See the changelog for more details.

v16.2.0

  • #1772 This release changes the pinned API version to 2024-10-28.acacia.
    • Add support for new resource V2.EventDestinations
    • Add support for create, retrieve, update, list, delete, disable, enable and ping methods on resource V2.EventDestinations
    • Add support for submit_card test helper method on resource Issuing.Card
    • Add support for groups on Account
    • Add support for enhanced_eligibility_types on Dispute
    • Add support for new values issuing_transaction.purchase_details_receipt_updated and refund.failed on enum Event.type

... (truncated)

Changelog

Sourced from stripe/stripe-php's changelog.

16.3.0 - 2024-11-20

  • #1786 This release changes the pinned API version to 2024-11-20.acacia.
    • Add support for respond test helper method on resource Issuing.Authorization
    • Add support for adaptive_pricing on Checkout.Session
    • Add support for new value subscribe on enums Checkout.Session.submit_type and PaymentLink.submit_type
    • Add support for new value financial_account_statement on enum File.purpose
    • Add support for fraud_challenges and verified_by_fraud_challenge on Issuing.Authorization
    • Add support for trace_id on Payout
    • Add support for new value li_vat on enum TaxId.type
    • Add support for new value service_tax on enum TaxRate.tax_type
    • Change type of Treasury.InboundTransfer.origin_payment_method from string to nullable(string)

16.2.0 - 2024-10-29

  • #1772 This release changes the pinned API version to 2024-10-28.acacia.
    • Add support for new resource V2.EventDestinations
    • Add support for create, retrieve, update, list, delete, disable, enable and ping methods on resource V2.EventDestinations
    • Add support for submit_card test helper method on resource Issuing.Card
    • Add support for groups on Account
    • Add support for enhanced_eligibility_types on Dispute
    • Add support for new values issuing_transaction.purchase_details_receipt_updated and refund.failed on enum Event.type
    • Add support for metadata on Forwarding.Request
    • Add support for new value alma on enum PaymentLink.payment_method_types[]
    • Add support for alma on PaymentMethodConfiguration and PaymentMethod
    • Add support for kakao_pay, kr_card, naver_pay, payco, and samsung_pay on PaymentMethod
    • Add support for new values alma, kakao_pay, kr_card, naver_pay, payco, and samsung_pay on enum PaymentMethod.type
    • Add support for amazon_pay on PaymentMethodDomain
    • Add support for new values by_tin, ma_vat, md_vat, tz_vat, uz_tin, and uz_vat on enum TaxId.type
    • Add support for flat_amount and rate_type on TaxRate
    • Add support for new value retail_delivery_fee on enum TaxRate.tax_type

16.1.1 - 2024-10-18

  • #1775 Deserialize into correct v2 EventData types

    • Fixes a bug where v2 EventData was not being deserialized into the appropriate type for V1BillingMeterErrorReportTriggeredEvent and V1BillingMeterNoMeterFoundEvent
  • #1776 update object tags for meter-related classes

    • fixes a bug where the object property of the MeterEvent, MeterEventAdjustment, and MeterEventSession didn't match the server.
  • #1773 Clean up examples

  • #1771 Renamed example file names

16.1.0 - 2024-10-03

  • #1765 Update generated code
    • Remove the support for resource Margin that was accidentally made public in the last release

16.0.0 - 2024-10-01

  • #1756 Support for APIs in the new API version 2024-09-30.acacia

    This release changes the pinned API version to 2024-09-30.acacia. Please read the API Upgrade Guide and carefully review the API changes before upgrading.

    ⚠️ Breaking changes

... (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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Nov 21, 2024
@pirate-bot
Copy link
Contributor

pirate-bot commented Nov 21, 2024

Plugin build for ee49d89 is ready 🛎️!

@pirate-bot
Copy link
Contributor

Bundle Size Diff

Package Old Size New Size Diff
Animations 271.41 KB 271.41 KB 0 B (0.00%)
Blocks 1.56 MB 1.56 MB 0 B (0.00%)
CSS 100.89 KB 100.89 KB 0 B (0.00%)
Dashboard 198.45 KB 198.45 KB 0 B (0.00%)
Onboarding 161.1 KB 161.1 KB 0 B (0.00%)
Export Import 97.78 KB 97.78 KB 0 B (0.00%)
Pro 423.65 KB 423.65 KB 0 B (0.00%)

@pirate-bot
Copy link
Contributor

pirate-bot commented Nov 21, 2024

E2E Tests

Playwright Test Status:

Performance Results serverResponse: 255.95, firstPaint: 594.4, domContentLoaded: 1647.75, loaded: 1648.8, firstContentfulPaint: 3897.95, firstBlock: 8836.5, type: 13.48, minType: 11.73, maxType: 17.18, typeContainer: 10.22, minTypeContainer: 9.24, maxTypeContainer: 10.96, focus: 38.31, minFocus: 33.96, maxFocus: 45.46, inserterOpen: 21.69, minInserterOpen: 18.87, maxInserterOpen: 24.79, inserterSearch: 0.67, minInserterSearch: 0.59, maxInserterSearch: 0.77, inserterHover: 2.79, minInserterHover: 2.53, maxInserterHover: 3.44, listViewOpen: 135.97, minListViewOpen: 126.14, maxListViewOpen: 149.86

Bumps [stripe/stripe-php](https://github.com/stripe/stripe-php) from 15.7.0 to 16.3.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@v15.7.0...v16.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/composer/development/stripe/stripe-php-16.3.0 branch from 1500378 to ee49d89 Compare November 21, 2024 12:21
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.

1 participant