[REFACTOR]: [FISERV] Add amount conversion framework to Fiserv #5947
Labels
A-connector-integration
Area: Connector integration
C-refactor
Category: Refactor
hacktoberfest
Issues that are up for grabs for Hacktoberfest participants
📝 Feature Description
Currently, amounts are represented as
i64
values throughout the application. We want to introduce aUnit
struct that explicitly states the denomination. A new type,MinorUnit
, has been added to standardize the flow of amounts across the application. This type will now be used by all the connector flows.Rather than handling conversions in each connector, we will centralize the conversion logic in one place within the core of the application.
🔨 Possible Implementation
convert
function to receive the amount in their required format.🔖 Note: All the changes needed should be contained within
hyperswitch/crates/router/src/connector/
,crates/router/src/types/api.rs
,crates/router/tests/connectors/
📦 Have you spent some time checking if this feature request has been raised before?
📦 Have you read the Contributing Guidelines?
✨ Are you willing to submit a PR?
Submission Process:
Refer here for Terms and conditions for the contest.
The text was updated successfully, but these errors were encountered: