Skip to content
This repository was archived by the owner on Oct 31, 2021. It is now read-only.

Commit 0bc5b19

Browse files
Merge #347
347: fix(deps): update module github.com/stripe/stripe-go/v72 to v72.65.0 r=elliotcourant a=renovate[bot] [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/stripe/stripe-go/v72](https://togithub.com/stripe/stripe-go) | require | minor | `v72.64.1` -> `v72.65.0` | --- ### Release Notes <details> <summary>stripe/stripe-go</summary> ### [`v72.65.0`](https://togithub.com/stripe/stripe-go/releases/v72.65.0) [Compare Source](https://togithub.com/stripe/stripe-go/compare/v72.64.1...v72.65.0) - [#&#8203;1342](https://togithub.com/stripe/stripe-go/pull/1342) API Updates - Add support for `Livemode` on `ReportingReportType`. - Add support for `DefaultFor` on `CheckoutSessionPaymentMethodOptionsACSSDebitMandateOptionsParams`, `CheckoutSessionPaymentMethodOptionsACSSDebitMandateOptions`, `MandatePaymentMethodDetailsACSSDebit`, `SetupIntentPaymentMethodOptionsACSSDebitMandateOptionsParams`, and `SetupIntentPaymentMethodOptionsACSSDebitMandateOptions`. - Add support for `ACSSDebit` on `InvoicePaymentSettingsPaymentMethodOptionsParams`, `InvoicePaymentSettingsPaymentMethodOptionsParams`, `InvoicePaymentSettingsPaymentMethodOptions`, `SubscriptionPaymentSettingsPaymentMethodOptionsParams`, `SubscriptionPaymentSettingsPaymentMethodOptionsParams`, and `SubscriptionPaymentSettingsPaymentMethodOptions`. - Add support for new value `acss_debit` on enums `InvoicePaymentSettingsPaymentMethodType` and `SubscriptionPaymentSettingsPaymentMethodType`. - Add support for `FullNameAliases` on `PersonParams` and `Person`. - [#&#8203;1339](https://togithub.com/stripe/stripe-go/pull/1339) API Updates - Add support for new value `rst` on enum `TaxRateTaxType` - [#&#8203;1336](https://togithub.com/stripe/stripe-go/pull/1336) Adding missing dispute reasons following official documentation (http… - [#&#8203;1337](https://togithub.com/stripe/stripe-go/pull/1337) Generated go test suites See [the changelog for more details](https://togithub.com/stripe/stripe-go/blob/master/CHANGELOG.md). </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/monetr/rest-api). Co-authored-by: Renovate Bot <bot@renovateapp.com>
2 parents 14538e2 + 791c9de commit 0bc5b19

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ require (
3535
github.com/spf13/cobra v1.2.1
3636
github.com/spf13/viper v1.8.1
3737
github.com/stretchr/testify v1.7.0
38-
github.com/stripe/stripe-go/v72 v72.64.1
38+
github.com/stripe/stripe-go/v72 v72.65.0
3939
github.com/swaggo/swag v1.7.1
4040
github.com/teambition/rrule-go v1.7.2
4141
github.com/vmihailenco/msgpack/v5 v5.3.4

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -716,6 +716,8 @@ github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5Cc
716716
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
717717
github.com/stripe/stripe-go/v72 v72.64.1 h1:LsT6QVC8xF4X/Kp8xsNYqvubE3vuXn4/dhOFLJSmRRQ=
718718
github.com/stripe/stripe-go/v72 v72.64.1/go.mod h1:QwqJQtduHubZht9mek5sds9CtQcKFdsykV9ZepRWwo0=
719+
github.com/stripe/stripe-go/v72 v72.65.0 h1:eWGJf2ywSt0rTVZE4mze7narqP/6sAHnOcjDXvBneD4=
720+
github.com/stripe/stripe-go/v72 v72.65.0/go.mod h1:QwqJQtduHubZht9mek5sds9CtQcKFdsykV9ZepRWwo0=
719721
github.com/subosito/gotenv v1.2.0 h1:Slr1R9HxAlEKefgq5jn9U+DnETlIUa6HfgEzj0g5d7s=
720722
github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw=
721723
github.com/swaggo/swag v1.7.1 h1:gY9ZakXlNWg/i/v5bQBic7VMZ4teq4m89lpiao74p/s=

0 commit comments

Comments
 (0)