mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 19:42:27 +08:00
refactor(payments): add udf field and remove refactor metadata (#1466)
This commit is contained in:
committed by
GitHub
parent
8d2057844e
commit
641995371d
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user