Skip to content

Bump stripe/stripe-php from 7.97.0 to 10.1.0 in /src#73

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 12, 2022

Copy link
Copy Markdown

Bumps stripe/stripe-php from 7.97.0 to 10.1.0.

Release notes

Sourced from stripe/stripe-php's releases.

v10.1.0

  • #1405 API Updates
    • Add support for flow on BillingPortal.Session
  • #1404 API Updates
    • Remove support for resources Order and Sku
    • Remove support for all, cancel, create, list_line_items, reopen, retrieve, submit, and update methods on resource Order
    • Remove support for all, create, delete, retrieve, and update methods on resource Sku
    • Add support for custom_text on Checkout.Session and PaymentLink
    • Add support for invoice_creation and invoice on Checkout.Session
    • Remove support for product on LineItem
    • Add support for latest_charge on PaymentIntent
    • Remove support for charges on PaymentIntent

See the changelog for more details.

v10.0.0

  • #1392 Next major release changes

Breaking changes that arose during code generation of the library that we postponed for the next major version. For changes to the Stripe products, read more at https://stripe.com/docs/upgrades#2022-11-15.

"⚠️" symbol highlights breaking changes.

See the changelog for more details.

v9.9.0

  • #1394 API Updates
    • Add support for new values eg_tin, ph_tin, and tr_tin on enum TaxId.type
  • #1389 API Updates
    • Add support for on_behalf_of on Subscription

See the changelog for more details.

v9.9.0-beta.2

  • #1390 API Updates for beta branch
    • Updated beta APIs to the latest stable version

See the changelog for more details.

v9.9.0-beta.1

  • #1384 API Updates for beta branch
    • Updated stable APIs to the latest version
    • Add support for network_data on Issuing.Transaction
    • Add support for paypal on Source
    • Add support for new value paypal on enum Source.type

See the changelog for more details.

v9.8.0

  • #1383 API Updates
    • Add support for new values jp_trn and ke_pin on enum TaxId.type

... (truncated)

Changelog

Sourced from stripe/stripe-php's changelog.

10.1.0 - 2022-12-06

  • #1405 API Updates
    • Add support for flow on BillingPortal.Session
  • #1404 API Updates
    • Remove support for resources Order and Sku
    • Remove support for all, cancel, create, list_line_items, reopen, retrieve, submit, and update methods on resource Order
    • Remove support for all, create, delete, retrieve, and update methods on resource Sku
    • Add support for custom_text on Checkout.Session and PaymentLink
    • Add support for invoice_creation and invoice on Checkout.Session
    • Remove support for product on LineItem
    • Add support for latest_charge on PaymentIntent
    • Remove support for charges on PaymentIntent

10.0.0 - 2022-11-16

  • #1392 Next major release changes

Breaking changes that arose during code generation of the library that we postponed for the next major version. For changes to the Stripe products, read more at https://stripe.com/docs/upgrades#2022-11-15.

"⚠️" symbol highlights breaking changes.

Deprecated

  • #1382 Mark resource.save as deprecated. Prefer the static update method that doesn't require retrieval of the resource to update it.
// before
$resource = Price::retrieve(self::TEST_RESOURCE_ID);
$resource->metadata['key'] = 'value';
$resource->save();
// after
$resource = Price::update('price_123', [
'metadata' => ['key' => 'value'],
]);

⚠️ Removed

  • #1377 Removed deprecated Sku resource and service
  • #1375 Removed deprecated Orders resource and service
  • #1375 Removed deprecated Product field from the LineItem
  • #1388 Removed deprecated AlipayAccount resource
  • #1396 Removed charges field on PaymentIntent and replace it with latest_charge.

9.9.0 - 2022-11-08

  • #1394 API Updates
    • Add support for new values eg_tin, ph_tin, and tr_tin on enum TaxId.type
  • #1389 API Updates
    • Add support for on_behalf_of on Subscription
  • #1379 Do not run Coveralls in PR-s

9.8.0 - 2022-10-20

... (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 10.1.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...v10.1.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 Dec 12, 2022
@dependabot @github

dependabot Bot commented on behalf of github Dec 19, 2022

Copy link
Copy Markdown
Author

Superseded by #75.

@dependabot dependabot Bot closed this Dec 19, 2022
@dependabot dependabot Bot deleted the dependabot/composer/src/stripe/stripe-php-10.1.0 branch December 19, 2022 00:32
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