-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
refactor: [Noon] adding new field max_amount to mandate request #3209
Conversation
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.
The testing should be consistent across local DB, the response and the noon dashboard so things like amount validation don't get missed
Tested, mandate amount remains consistent in the local DB and dashboard |
d9ad843
* 'main' of github.com:juspay/hyperswitch: refactor: [Noon] adding new field max_amount to mandate request (#3209) fix(events): fix event generation for paymentmethods list (#3337) chore(router): remove recon from default features (#3370) fix(core): add validation for authtype and metadata in update payment connector (#3305) refactor(connector): [cybersource] recurring mandate flow (#3354) feat(connector_events): added api to fetch connector event logs (#3319) feat(payment_method): add capability to store bank details using /payment_methods endpoint (#3113)
Type of Change
Description
Resolves #3844
Note
1.While connector create ensure
test_mode
is set to true2.Ensure the currency passed is
AED
and country isAE
How did you test it?
1.Create a CIT with noon
with
Checklist
cargo +nightly fmt --all
cargo clippy