feat(router): add support for filtering PaymentMethodTypes at a session (#883)

Co-authored-by: Kashif <mohammed.kashif@juspay.in>
This commit is contained in:
Kashif
2023-04-21 02:52:04 +05:30
committed by GitHub
parent 93b69e74b4
commit 465933ba72
5 changed files with 70 additions and 2 deletions

View File

@ -323,6 +323,7 @@ impl PaymentRedirectFlow for PaymentRedirectCompleteAuthorize {
order_details: None,
data: masking::Secret::new("{}".into()),
payload: Some(req.json_payload.unwrap_or(serde_json::json!({})).into()),
allowed_payment_method_types: None,
}),
..Default::default()
};