refactor(router): add amount conversion framework to netcetera
Type of Change
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [x] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
Description
Minor refactoring to standardize Netcetera connector to use the conversion framework to reduce potential inconsistencies in managing amounts fixes #5930
Checklist
- [x] I formatted the code
cargo +nightly fmt --all - [x] I addressed lints thrown by
cargo clippy - [x] I reviewed the submitted code
- [ ] I added unit tests for my changes where possible
Changed Files
| File | Status |
|---|---|
Please run cargo +nightly fmt --all once and commit.
@hrithikesh026 review comments done!
@hex1c Please run the following command to fix the formatting of this pr
cargo +nightly fmt
@deepanshu-iiitu sorry missed the formatting after the last refactor. Formatted the code now :)
@hrithikesh026 there was a compilation issue fixed it now
Hey @hex1c Can you work on the above suggested changes
Hey @hex1c Kindly look into the comments, and make the changes!
@deepanshu-iiitu made the changes kindly review it and let me know if there are any changes.