Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix mixed-up types in CountrySpec.SupportedBankAccountCurrencies #530

Merged
merged 1 commit into from
Mar 8, 2018

Conversation

sfriedel
Copy link
Contributor

@sfriedel sfriedel commented Mar 7, 2018

This PR fixes a wrong type declaration of the CountrySpec.SupportedBankAccountCurrencies field.
The API exposes a map[Currency][]Country while the library defined it as a map[Country][]Currency.

Copy link
Contributor

@remi-stripe remi-stripe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks for the PR :)

cc @ob-stripe to merge/release
cc @stripe/api-libraries

@ob-stripe ob-stripe merged commit 13c63cd into stripe:master Mar 8, 2018
@ob-stripe
Copy link
Contributor

Released as 29.3.1. Thanks for the fix @sfriedel!

nadaismail-stripe pushed a commit that referenced this pull request Oct 18, 2024
Bumps [rack-test](https://github.com/rack/rack-test) from 1.1.0 to 2.0.0.
- [Release notes](https://github.com/rack/rack-test/releases)
- [Changelog](https://github.com/rack/rack-test/blob/main/History.md)
- [Commits](rack/rack-test@v1.1.0...v2.0.0)

---
updated-dependencies:
- dependency-name: rack-test
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants