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

feature/dispense: add the PayoutByDenomination messages #22

Merged
merged 5 commits into from
Aug 7, 2023

Conversation

ssp-rs
Copy link
Collaborator

@ssp-rs ssp-rs commented Aug 7, 2023

Adds PayoutByDenominationCommand and PayoutByDenominationResponse message types to enable dispensing notes based on denomination.

Up to 20 denominations can be specified in a single request.

Switches the CountryCode type to an alias of currency-iso4217::Currency. Increases code reuse, and cuts down on technical debt.

Other minor fixes for linting and/or formatting.

Adds `PayoutByDenominationCommand` and `PayoutByDenominationResponse`
message types to enable dispensing notes based on denomination.

Up to 20 denominations can be specified in a single request.
Switches the `CountryCode` type to an alias of
`currency-iso4217::Currency`. Increases code reuse, and cuts down on
technical debt.
@ssp-rs ssp-rs merged commit 49aa988 into main Aug 7, 2023
18 checks passed
@ssp-rs ssp-rs deleted the feature/dispense branch August 7, 2023 22:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant