-
Notifications
You must be signed in to change notification settings - Fork 146
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
[CHORE][3.0.1 Release] Update country_code, assets config, typo #1166
base: main
Are you sure you want to change the base?
Conversation
Preview is available here: |
Preview is available here: |
We don't typically create a new doc version for patch versions. Can we make the changes inline in 3.0.0 (this should 3.0)? |
Preview is available here: |
The |
enabled: true | ||
- schema: iso4217 | ||
code: USD | ||
deposit: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this work for 3.0? I see that it's missing min_amount
and max_amount
, and methods
fields which I think are now required.
max_amount: 10000 | ||
receive: | ||
min_amount: 0 | ||
max_amount: 10000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this have a methods
field?
No description provided.