mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 21:07:58 +08:00
feat(router): store network_reference_id against the payment_method_id in the payment_method_table (#4041)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -13,8 +13,8 @@ use crate::{
|
||||
core::{
|
||||
errors::{self, RouterResult},
|
||||
payment_methods::{
|
||||
cards, transformers,
|
||||
transformers::{StoreCardReq, StoreGenericReq, StoreLockerReq},
|
||||
cards,
|
||||
transformers::{self, StoreCardReq, StoreGenericReq, StoreLockerReq},
|
||||
vault,
|
||||
},
|
||||
payments::{
|
||||
@ -389,6 +389,7 @@ pub async fn save_payout_data_to_locker(
|
||||
card_details_encrypted,
|
||||
key_store,
|
||||
None,
|
||||
None,
|
||||
)
|
||||
.await?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user