mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-04 05:59:48 +08:00
feat(payment_request): add field amount to OrderDetails and make order_details a Vec in payments_create request (#964)
This commit is contained in:
@ -1429,6 +1429,7 @@ mod tests {
|
||||
active_attempt_id: "nopes".to_string(),
|
||||
business_country: storage_enums::CountryAlpha2::AG,
|
||||
business_label: "no".to_string(),
|
||||
meta_data: None,
|
||||
};
|
||||
let req_cs = Some("1".to_string());
|
||||
let merchant_fulfillment_time = Some(900);
|
||||
@ -1468,6 +1469,7 @@ mod tests {
|
||||
active_attempt_id: "nopes".to_string(),
|
||||
business_country: storage_enums::CountryAlpha2::AG,
|
||||
business_label: "no".to_string(),
|
||||
meta_data: None,
|
||||
};
|
||||
let req_cs = Some("1".to_string());
|
||||
let merchant_fulfillment_time = Some(10);
|
||||
@ -1507,6 +1509,7 @@ mod tests {
|
||||
active_attempt_id: "nopes".to_string(),
|
||||
business_country: storage_enums::CountryAlpha2::AG,
|
||||
business_label: "no".to_string(),
|
||||
meta_data: None,
|
||||
};
|
||||
let req_cs = Some("1".to_string());
|
||||
let merchant_fulfillment_time = Some(10);
|
||||
|
||||
Reference in New Issue
Block a user