Skip to content
This repository was archived by the owner on Apr 20, 2024. It is now read-only.

Bump github.com/stripe/stripe-go/v72 from 72.52.0 to 72.121.0#106

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/stripe/stripe-go/v72-72.121.0
Closed

Bump github.com/stripe/stripe-go/v72 from 72.52.0 to 72.121.0#106
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/stripe/stripe-go/v72-72.121.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 25, 2022

Bumps github.com/stripe/stripe-go/v72 from 72.52.0 to 72.121.0.

Release notes

Sourced from github.com/stripe/stripe-go/v72's releases.

v72.121.0

  • #1507 API Updates
    • Add support for Installments on CheckoutSessionPaymentMethodOptionsCardParams, CheckoutSessionPaymentMethodOptionsCard, InvoicePaymentSettingsPaymentMethodOptionsCardParams, and InvoicePaymentSettingsPaymentMethodOptionsCard
    • Add support for DefaultCurrency and InvoiceCreditBalance on Customer
    • Add support for Currency on InvoiceParams
    • Add support for DefaultMandate on InvoicePaymentSettingsParams and InvoicePaymentSettings
    • Add support for Mandate on InvoicePayParams

See the changelog for more details.

v72.121.0-beta.1

  • #1506 API Updates for beta branch
    • Updated stable APIs to the latest version
  • #1503 API Updates for beta branch
    • Updated stable APIs to the latest version
    • Add QuotePhase resource
  • #1498 API Updates for beta branch
    • Updated stable APIs to the latest version
    • Add Price.MigrateTo property
    • Add SubscriptionSchedule.Amend method.
    • Add Discount.SubscriptionItem property.
    • Add Quote.SubscriptionData.BillingBehavior, BillingCycleAnchor, EndBehavior, FromSchedule, FromSubscription, Prebilling, ProrationBehavior properties.
    • Add Phases parameter to Quote.Create
    • Add Subscription.Discounts, Prebilling properties.

See the changelog for more details.

v72.120.0

  • #1497 API Updates
    • Add support for BLIKPayments on AccountCapabilitiesParams and AccountCapabilities
    • Add support for BLIK on ChargePaymentMethodDetails, MandatePaymentMethodDetails, PaymentIntentConfirmPaymentMethodDataParams, PaymentIntentConfirmPaymentMethodOptionsParams, PaymentIntentPaymentMethodDataParams, PaymentIntentPaymentMethodOptionsParams, PaymentIntentPaymentMethodOptions, PaymentMethodParams, PaymentMethod, SetupAttemptPaymentMethodDetails, SetupIntentConfirmPaymentMethodDataParams, SetupIntentConfirmPaymentMethodOptionsParams, SetupIntentPaymentMethodDataParams, SetupIntentPaymentMethodOptionsParams, and SetupIntentPaymentMethodOptions
    • Change type of CheckoutSessionConsentCollectionPromotionsParams, CheckoutSessionConsentCollectionPromotions, PaymentLinkConsentCollectionPromotionsParams, and PaymentLinkConsentCollectionPromotions from literal('auto') to enum('auto'|'none')
    • Add support for new value blik on enum PaymentLinkPaymentMethodTypes
    • Add support for new value blik on enum PaymentMethodType

See the changelog for more details.

v72.119.0

  • #1494 API Updates
    • Add support for CustomerDetails on CheckoutSessionListParams

See the changelog for more details.

v72.119.0-beta.1

  • #1493 API Updates for beta branch
    • Include server_side_confirmation_beta=v1 beta
    • Add secretKeyConfirmation to PaymentIntent

See the changelog for more details.

... (truncated)

Changelog

Sourced from github.com/stripe/stripe-go/v72's changelog.

72.121.0 - 2022-07-25

  • #1507 API Updates
    • Add support for Installments on CheckoutSessionPaymentMethodOptionsCardParams, CheckoutSessionPaymentMethodOptionsCard, InvoicePaymentSettingsPaymentMethodOptionsCardParams, and InvoicePaymentSettingsPaymentMethodOptionsCard
    • Add support for DefaultCurrency and InvoiceCreditBalance on Customer
    • Add support for Currency on InvoiceParams
    • Add support for DefaultMandate on InvoicePaymentSettingsParams and InvoicePaymentSettings
    • Add support for Mandate on InvoicePayParams

72.120.0 - 2022-07-18

  • #1497 API Updates
    • Add support for BLIKPayments on AccountCapabilitiesParams and AccountCapabilities
    • Add support for BLIK on ChargePaymentMethodDetails, MandatePaymentMethodDetails, PaymentIntentConfirmPaymentMethodDataParams, PaymentIntentConfirmPaymentMethodOptionsParams, PaymentIntentPaymentMethodDataParams, PaymentIntentPaymentMethodOptionsParams, PaymentIntentPaymentMethodOptions, PaymentMethodParams, PaymentMethod, SetupAttemptPaymentMethodDetails, SetupIntentConfirmPaymentMethodDataParams, SetupIntentConfirmPaymentMethodOptionsParams, SetupIntentPaymentMethodDataParams, SetupIntentPaymentMethodOptionsParams, and SetupIntentPaymentMethodOptions
    • Change type of CheckoutSessionConsentCollectionPromotionsParams, CheckoutSessionConsentCollectionPromotions, PaymentLinkConsentCollectionPromotionsParams, and PaymentLinkConsentCollectionPromotions from literal('auto') to enum('auto'|'none')
    • Add support for new value blik on enum PaymentLinkPaymentMethodTypes
    • Add support for new value blik on enum PaymentMethodType

72.119.0 - 2022-07-12

  • #1494 API Updates
    • Add support for CustomerDetails on CheckoutSessionListParams

72.118.0 - 2022-07-07

  • #1492 API Updates
    • Add support for Currency on CheckoutSessionParams, InvoiceUpcomingLinesParams, InvoiceUpcomingParams, PaymentLinkParams, SubscriptionParams, SubscriptionSchedulePhasesParams, SubscriptionSchedulePhases, and Subscription
    • Add support for CurrencyOptions on CheckoutSessionShippingOptionsShippingRateDataFixedAmountParams, CouponParams, Coupon, OrderShippingCostShippingRateDataFixedAmountParams, PriceParams, Price, ProductDefaultPriceDataParams, PromotionCodeRestrictionsParams, PromotionCodeRestrictions, ShippingRateFixedAmountParams, and ShippingRateFixedAmount
    • Add support for Restrictions on PromotionCodeParams
    • Add support for FixedAmount and TaxBehavior on ShippingRateParams
  • #1491 API Updates
    • Add support for Customer on CheckoutSessionListParams and RefundParams
    • Add support for Currency and Origin on RefundParams

72.117.0 - 2022-06-29

  • #1487 API Updates

    • Add support for DeliverCard, FailCard, ReturnCard, and ShipCard test helper methods on resource Issuing.Card
    • Change type of PaymentLinkPaymentMethodTypesParams and PaymentLinkPaymentMethodTypes from literal('card') to enum
    • Add support for HostedRegulatoryReceiptURL on TreasuryReceivedCredit and TreasuryReceivedDebit
  • #1483 Document use of undocumented parameters/properties

72.116.0 - 2022-06-23

  • #1484 API Updates
    • Add support for CaptureMethod on PaymentIntentConfirmParams and PaymentIntentParams
  • #1481 API Updates
    • Add support for PromptPayPayments on AccountCapabilitiesParams and AccountCapabilities
    • Add support for PromptPay on ChargePaymentMethodDetails, PaymentIntentConfirmPaymentMethodDataParams, PaymentIntentConfirmPaymentMethodOptionsParams, PaymentIntentPaymentMethodDataParams, PaymentIntentPaymentMethodOptionsParams, PaymentIntentPaymentMethodOptions, PaymentMethodParams, PaymentMethod, SetupIntentConfirmPaymentMethodDataParams, and SetupIntentPaymentMethodDataParams
    • Add support for SubtotalExcludingTax on CreditNote and Invoice
    • Add support for AmountExcludingTax and UnitAmountExcludingTax on CreditNoteLineItem and InvoiceLineItem
    • Add support for RenderingOptions on InvoiceParams
    • Add support for TotalExcludingTax on Invoice

... (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 [github.com/stripe/stripe-go/v72](https://github.com/stripe/stripe-go) from 72.52.0 to 72.121.0.
- [Release notes](https://github.com/stripe/stripe-go/releases)
- [Changelog](https://github.com/stripe/stripe-go/blob/master/CHANGELOG.md)
- [Commits](stripe/stripe-go@v72.52.0...v72.121.0)

---
updated-dependencies:
- dependency-name: github.com/stripe/stripe-go/v72
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 25, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 1, 2022

Superseded by #108.

@dependabot dependabot bot closed this Aug 1, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/stripe/stripe-go/v72-72.121.0 branch August 1, 2022 17:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants