-
Notifications
You must be signed in to change notification settings - Fork 108
Add currency normalization validation for bill totals #273
Copy link
Copy link
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programarea:bill-paymentsRemitWise contracts labelRemitWise contracts labelcontractsRemitWise contracts labelRemitWise contracts labelcurrencyRemitWise contracts labelRemitWise contracts labelpriority:mediumRemitWise contracts labelRemitWise contracts labeltestsRemitWise contracts labelRemitWise contracts labeltype:featureRemitWise contracts labelRemitWise contracts label
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programarea:bill-paymentsRemitWise contracts labelRemitWise contracts labelcontractsRemitWise contracts labelRemitWise contracts labelcurrencyRemitWise contracts labelRemitWise contracts labelpriority:mediumRemitWise contracts labelRemitWise contracts labeltestsRemitWise contracts labelRemitWise contracts labeltype:featureRemitWise contracts labelRemitWise contracts label
Description
Add normalization and validation in currency-based bill queries so totals remain consistent for equivalent currency codes.
Requirements and context
Suggested execution
git checkout -b feature/bills-currency-normalizationbill_payments/src/lib.rsbill_payments/src/test.rsbill_payments/README.mdTest and commit
cargo test -p bill_paymentsExample commit message
feat: normalize currency handling in bill totalsGuidelines