Description
There are connector specific function(s) in crates/hyperswitch_connectors/src/utils.rs
, need to move it into specific connector code (or make it generic!)
🔨 eg. validate_currency
which is not a common function and used only in crates/hyperswitch_connectors/src/connectors/braintree/transformers.rs
.
Checkpoints :
- If the code seems it could be reused make it generic.