Skip to content

refactor(connector): added amount conversion to FISERV#6256

Closed
ravikiran232 wants to merge 3 commits intojuspay:mainfrom
ravikiran232:refactor/fiserv
Closed

refactor(connector): added amount conversion to FISERV#6256
ravikiran232 wants to merge 3 commits intojuspay:mainfrom
ravikiran232:refactor/fiserv

Conversation

@ravikiran232
Copy link
Contributor

Type of Change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring
  • Dependency updates
  • Documentation
  • CI/CD

Description

added MinorUnit for amount conversion

Additional Changes

  • This PR modifies the API contract
  • This PR modifies the database schema
  • This PR modifies application configuration/environment variables

Motivation and Context

fixes #5947

How did you test it?

Checklist

  • I formatted the code cargo +nightly fmt --all
  • I addressed lints thrown by cargo clippy
  • I reviewed the submitted code
  • I added unit tests for my changes where possible

@ravikiran232 ravikiran232 requested review from a team as code owners October 8, 2024 03:28
@semanticdiff-com
Copy link

semanticdiff-com bot commented Oct 8, 2024

Review changes with SemanticDiff.

Analyzed 5 of 5 files.

Overall, the semantic diff is 33% smaller than the GitHub diff.

Filename Status
✔️ crates/router/tests/connectors/fiserv.rs 61.68% smaller
✔️ crates/router/src/types/api.rs 71.69% smaller
✔️ crates/hyperswitch_connectors/src/utils.rs Analyzed
✔️ crates/hyperswitch_connectors/src/connectors/fiserv.rs 23.91% smaller
✔️ crates/hyperswitch_connectors/src/connectors/fiserv/transformers.rs 48.08% smaller

@gorakhnathy7 gorakhnathy7 added the hacktoberfest Issues that are up for grabs for Hacktoberfest participants label Oct 15, 2024
.into()
}

#[allow(dead_code)]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove this

@deepanshu-iiitu
Copy link
Contributor

@ravikiran232 Please implement the suggested changes.

@gorakhnathy7
Copy link
Contributor

Hey @ravikiran232 Any updates on the changes!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

hacktoberfest Issues that are up for grabs for Hacktoberfest participants hacktoberfest-accepted Pull requests accepted as Hacktoberfest contributions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[REFACTOR]: [FISERV] Add amount conversion framework to Fiserv

3 participants