refactor(payments): add udf field and remove refactor metadata (#1466)

This commit is contained in:
Abhishek Marrivagu
2023-06-18 19:48:14 +05:30
committed by GitHub
parent 8d2057844e
commit 641995371d
12 changed files with 35 additions and 12 deletions

View File

@ -1790,6 +1790,7 @@ mod tests {
business_country: storage_enums::CountryAlpha2::AG,
business_label: "no".to_string(),
order_details: None,
udf: None,
};
let req_cs = Some("1".to_string());
let merchant_fulfillment_time = Some(900);
@ -1830,6 +1831,7 @@ mod tests {
business_country: storage_enums::CountryAlpha2::AG,
business_label: "no".to_string(),
order_details: None,
udf: None,
};
let req_cs = Some("1".to_string());
let merchant_fulfillment_time = Some(10);
@ -1870,6 +1872,7 @@ mod tests {
business_country: storage_enums::CountryAlpha2::AG,
business_label: "no".to_string(),
order_details: None,
udf: None,
};
let req_cs = Some("1".to_string());
let merchant_fulfillment_time = Some(10);