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

Commit

Permalink
Merge #314
Browse files Browse the repository at this point in the history
314: Update module github.com/stripe/stripe-go/v72 to v72.62.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.61.0` -> `v72.62.0` |

---

### Release Notes

<details>
<summary>stripe/stripe-go</summary>

### [`v72.62.0`](https://togithub.com/stripe/stripe-go/releases/v72.62.0)

[Compare Source](https://togithub.com/stripe/stripe-go/compare/v72.61.0...v72.62.0)

-   [#&#8203;1329](https://togithub.com/stripe/stripe-go/pull/1329) API Updates
    -   Add support for `CancellationReason` on `BillingPortalConfigurationFeaturesSubscriptionCancelParams`, `BillingPortalConfigurationFeaturesSubscriptionCancelParams`, and `BillingPortalConfigurationFeaturesSubscriptionCancel`

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 <[email protected]>
  • Loading branch information
elliotcourant and renovate-bot committed Aug 29, 2021
2 parents 94dca57 + df247a1 commit e2aa29d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ require (
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.8.1
github.com/stretchr/testify v1.7.0
github.com/stripe/stripe-go/v72 v72.61.0
github.com/stripe/stripe-go/v72 v72.62.0
github.com/swaggo/swag v1.7.1
github.com/teambition/rrule-go v1.7.2
github.com/vmihailenco/msgpack/v5 v5.3.4
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -709,6 +709,8 @@ github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5Cc
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stripe/stripe-go/v72 v72.61.0 h1:i2tPZAu+9mTUwqGx8W4H1CNcDUWK7PjVDoJ7T3TTZZU=
github.com/stripe/stripe-go/v72 v72.61.0/go.mod h1:QwqJQtduHubZht9mek5sds9CtQcKFdsykV9ZepRWwo0=
github.com/stripe/stripe-go/v72 v72.62.0 h1:xReuC1ZyBNBxCFnkajbnB+AFEvrrsE0raLSm6ZD1SPk=
github.com/stripe/stripe-go/v72 v72.62.0/go.mod h1:QwqJQtduHubZht9mek5sds9CtQcKFdsykV9ZepRWwo0=
github.com/subosito/gotenv v1.2.0 h1:Slr1R9HxAlEKefgq5jn9U+DnETlIUa6HfgEzj0g5d7s=
github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw=
github.com/swaggo/swag v1.7.1 h1:gY9ZakXlNWg/i/v5bQBic7VMZ4teq4m89lpiao74p/s=
Expand Down

0 comments on commit e2aa29d

Please sign in to comment.