mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 13:30:39 +08:00
feat(payment_method): add capability to store bank details using /payment_methods endpoint (#3113)
Co-authored-by: Kashif <mohammed.kashif@juspay.in> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Bernard Eugine <114725419+bernard-eugine@users.noreply.github.com>
This commit is contained in:
@ -109,6 +109,7 @@ pub async fn call_to_locker(
|
||||
payment_method_issuer: pm.payment_method_issuer,
|
||||
payment_method_issuer_code: pm.payment_method_issuer_code,
|
||||
card: Some(card_details.clone()),
|
||||
bank_transfer: None,
|
||||
metadata: pm.metadata,
|
||||
customer_id: Some(pm.customer_id),
|
||||
card_network: card.card_brand,
|
||||
|
||||
Reference in New Issue
Block a user