refactor(router): remove the payment type column in payment intent (#2462)

This commit is contained in:
ItsMeShashank
2023-10-05 20:56:44 +05:30
committed by GitHub
parent 80f3b1edae
commit 980aa44863
10 changed files with 14 additions and 37 deletions

View File

@ -2398,7 +2398,6 @@ mod tests {
profile_id: None,
merchant_decision: None,
payment_confirm_source: None,
payment_type: Some(api_enums::PaymentType::Normal),
};
let req_cs = Some("1".to_string());
let merchant_fulfillment_time = Some(900);
@ -2446,7 +2445,6 @@ mod tests {
profile_id: None,
merchant_decision: None,
payment_confirm_source: None,
payment_type: Some(api_enums::PaymentType::Normal),
};
let req_cs = Some("1".to_string());
let merchant_fulfillment_time = Some(10);
@ -2494,7 +2492,6 @@ mod tests {
profile_id: None,
merchant_decision: None,
payment_confirm_source: None,
payment_type: Some(api_enums::PaymentType::Normal),
};
let req_cs = Some("1".to_string());
let merchant_fulfillment_time = Some(10);