feat(core): accept payment_confirm_source header in capture call and store in payment_intent (#2116)

This commit is contained in:
Hrithikesh
2023-09-11 12:12:28 +05:30
committed by GitHub
parent 28b102de24
commit 2f272d2962
35 changed files with 207 additions and 21 deletions

View File

@ -2245,6 +2245,7 @@ mod tests {
attempt_count: 1,
profile_id: None,
merchant_decision: None,
payment_confirm_source: None,
};
let req_cs = Some("1".to_string());
let merchant_fulfillment_time = Some(900);
@ -2291,6 +2292,7 @@ mod tests {
attempt_count: 1,
profile_id: None,
merchant_decision: None,
payment_confirm_source: None,
};
let req_cs = Some("1".to_string());
let merchant_fulfillment_time = Some(10);
@ -2337,6 +2339,7 @@ mod tests {
attempt_count: 1,
profile_id: None,
merchant_decision: None,
payment_confirm_source: None,
};
let req_cs = Some("1".to_string());
let merchant_fulfillment_time = Some(10);