mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
refactor(connector): add amount conversion framework to cybersource (#6335)
Co-authored-by: DEEPANSHU BANSAL <41580413+deepanshu-iiitu@users.noreply.github.com>
This commit is contained in:
@ -601,7 +601,6 @@ impl StringMajorUnit {
|
||||
pub fn zero() -> Self {
|
||||
Self("0".to_string())
|
||||
}
|
||||
|
||||
/// Get string amount from struct to be removed in future
|
||||
pub fn get_amount_as_string(&self) -> String {
|
||||
self.0.clone()
|
||||
|
||||
Reference in New Issue
Block a user