mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 13:30:39 +08:00
fix: update connector_mandate_id column in generate mandate flow (#2472)
This commit is contained in:
@ -207,6 +207,7 @@ where
|
||||
};
|
||||
|
||||
let mandate_ids = mandate_reference
|
||||
.as_ref()
|
||||
.map(|md| {
|
||||
Encode::<types::MandateReference>::encode_to_value(&md)
|
||||
.change_context(
|
||||
@ -226,6 +227,7 @@ where
|
||||
mandate_ids,
|
||||
network_txn_id,
|
||||
get_insensitive_payment_method_data_if_exists(&resp),
|
||||
mandate_reference,
|
||||
)? {
|
||||
let connector = new_mandate_data.connector.clone();
|
||||
logger::debug!("{:?}", new_mandate_data);
|
||||
|
||||
Reference in New Issue
Block a user