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:
Gaurav Ghodinde
2024-12-04 15:03:53 +05:30
committed by GitHub
parent fd82cf610a
commit 248be9c73e
5 changed files with 81 additions and 74 deletions

View File

@ -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()