mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 19:42:27 +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:
@ -198,6 +198,7 @@ pub async fn save_in_locker(
|
||||
payment_method_id: pm_id,
|
||||
payment_method: payment_method_request.payment_method,
|
||||
payment_method_type: payment_method_request.payment_method_type,
|
||||
bank_transfer: None,
|
||||
card: None,
|
||||
metadata: None,
|
||||
created: Some(common_utils::date_time::now()),
|
||||
|
||||
Reference in New Issue
Block a user