Skip to content

Bump stripe/stripe-php from 7.97.0 to 9.0.0 in /src#60

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/src/stripe/stripe-php-9.0.0
Closed

Bump stripe/stripe-php from 7.97.0 to 9.0.0 in /src#60
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/src/stripe/stripe-php-9.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 8, 2022

Copy link
Copy Markdown

Bumps stripe/stripe-php from 7.97.0 to 9.0.0.

Release notes

Sourced from stripe/stripe-php's releases.

v9.0.0

Breaking changes that arose during code generation of the library that we postponed for the next major version. For changes to the SDK, read more detailed description at https://github.com/stripe/stripe-php/wiki/Migration-guide-for-v9. For changes to the Stripe products, read more at https://stripe.com/docs/upgrades#2022-08-01.

"⚠️" symbol highlights breaking changes.

  • #1344 API Updates
  • #1337 API Updates
  • #1273 Add some PHPDoc return types and fixes
  • #1341 Next major release changes

See the changelog for more details.

v8.12.0

  • #1332 API Updates
    • Add support for default_currency and invoice_credit_balance on Customer

See the changelog for more details.

v8.12.0-beta.1

  • #1331 API Updates for beta branch
    • Updated stable APIs to the latest version
  • #1328 API Updates for beta branch
    • Updated stable APIs to the latest version
    • Add QuotePhase resource
  • #1325 API Updates for beta branch
    • Updated stable APIs to the latest version
    • Add QuotePhaseConfiguration service.
    • Add Price.migrate_to property
    • Add SubscriptionSchedule.amend method.
    • Add Discount.subscription_item property.
    • Add Quote.subscription_data.billing_behavior, billing_cycle_anchor, end_behavior, from_schedule, from_subscription, prebilling, proration_behavior properties.
    • Add phases parameter to Quote.create
    • Add Subscription.discounts, prebilling properties.
  • #1320 API Updates for beta branch
    • Include server_side_confirmation_beta=v1 beta
    • Add secretKeyConfirmation to PaymentIntent
  • #1317 API Updates for beta branch
    • Updated stable APIs to the latest version

See the changelog for more details.

v8.11.0

  • #1324 API Updates
    • Add support for new value blik on enum PaymentLink.payment_method_types[]
    • Add support for blik on PaymentMethod
    • Add support for new value blik on enum PaymentMethod.type
    • Add Invoice.upcomingLines method.
    • Add SourceService.allSourceTransactions method.
  • #1322 API Updates
    • Change type of source_type on Transfer from nullable string to string (comment-only change)

... (truncated)

Changelog

Sourced from stripe/stripe-php's changelog.

9.0.0 - 2022-08-02

Breaking changes that arose during code generation of the library that we postponed for the next major version. For changes to the SDK, read more detailed description at https://github.com/stripe/stripe-php/wiki/Migration-guide-for-v9. For changes to the Stripe products, read more at https://stripe.com/docs/upgrades#2022-08-01.

"⚠️" symbol highlights breaking changes.

  • #1344 API Updates
  • #1337 API Updates
  • #1273 Add some PHPDoc return types and fixes
  • #1341 Next major release changes

Added

  • Add alternate_statement_descriptors, authorization_code, and level3 properties to Charge resource.
  • Add previewLines method to CreditNote resource.
  • Add transfer_data property to Subscription resource.
  • Add SOURCE_TYPE_FPX constant to Transfer resource.
  • Add new error code constants to ErrorObject.
  • Add support for shipping_cost and shipping_details on Checkout.Session

⚠️ Changed

  • Updated certificate bundle (#1314)
  • Add params parameter to close method in Dispute resource.

⚠️ Removed

  • Remove deprecated AlipayAccount, BitcoinReceiver, BitcoinTransaction, Recipient, RecipientTransfer, and ThreeDSecure resources.
  • Remove CAPABILITY_CARD_PAYMENTS, CAPABILITY_LEGACY_PAYMENTS, CAPABILITY_PLATFORM_PAYMENTS, CAPABILITY_TRANSFERS, CAPABILITY_STATUS_ACTIVE, CAPABILITY_STATUS_INACTIVE, and CAPABILITY_STATUS_PENDING constants from Account resource. Please use up-to-date values from https://stripe.com/docs/connect/account-capabilities.
  • Remove AssociatedObjects array property from EphemeralKey resource. The field was undocumented and unsupported.
  • Remove details method from Card resource. The endpoint was deprecated and no longer exists.
  • Remove recipient property from Card resource. The property was deprecated.
  • Remove ability to list Card resources for a particular Recipient.
  • Remove sources property from Card resource. The property was deprecated.
  • Remove FAILURE_REASON constant from Refund resource. The value was deprecated.
  • Remove Recipient resource. The resource was deprecated.
  • Remove OrderItem resource. The resource was deprecated.
  • Remove all method from LineItem.
  • Remove cancel method from Transfer and TransferService. This method is deprecated.
  • Remove allTransactions method from SourceService service. Please use allSourceTransactions method instead.
  • Remove persons method from Account resource. Please use allPersons method instead.
  • Remove sourceTransactions method from Source resource. Please use allSourceTransactions method instead.
  • Remove usageRecordSummaries method from SubscriptionItem resource. Please use allUsageRecordSummaries method instead.
  • Remove SOURCE_TYPE_ALIPAY_ACCOUNT and SOURCE_TYPE_FINANCING constants from Transfer resource. The values were deprecated and are no longer in use.
  • Remove deprecated error code constants from ErrorObject: CODE_ACCOUNT_ALREADY_EXISTS, CODE_ORDER_CREATION_FAILED, CODE_ORDER_REQUIRED_SETTINGS, CODE_ORDER_STATUS_INVALID, CODE_ORDER_UPSTREAM_TIMEOUT, and CODE_UPSTREAM_ORDER_CREATION_FAILED.
  • Remove deprecated event constants from Webhook: ISSUER_FRAUD_RECORD_CREATED, ORDER_PAYMENT_FAILED, ORDER_PAYMENT_SUCCEEDED, ORDER_UPDATED, ORDER_RETURN_CREATED, PAYMENT_METHOD_CARD_AUTOMATICALLY_UPDATED, PING, PROMOTION_CODE_DELETED, and TREASURY_RECEIVED_CREDIT_REVERSED. The events are deprecated and no longer sent by Stripe.

8.12.0 - 2022-07-25

  • #1332 API Updates
    • Add support for default_currency and invoice_credit_balance on Customer

8.11.0 - 2022-07-18

... (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 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 7.97.0 to 9.0.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@v7.97.0...v9.0.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 8, 2022
@dependabot @github

dependabot Bot commented on behalf of github Aug 15, 2022

Copy link
Copy Markdown
Author

Superseded by #61.

@dependabot dependabot Bot closed this Aug 15, 2022
@dependabot dependabot Bot deleted the dependabot/composer/src/stripe/stripe-php-9.0.0 branch August 15, 2022 00:46
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.

0 participants