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:
Shankar Singh C
2024-04-04 13:55:00 +05:30
committed by GitHub
parent 9ebe0f4371
commit 21e2d78117
7 changed files with 110 additions and 20 deletions

View File

@ -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?;