mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 12:15:40 +08:00
refactor(router): add support to store signature_network and is_regulated in payment attempts (#8891)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -1229,6 +1229,8 @@ impl From<CardDetailFromLocker> for payments::AdditionalCardInfo {
|
||||
card_holder_name: item.card_holder_name,
|
||||
payment_checks: None,
|
||||
authentication_data: None,
|
||||
is_regulated: None,
|
||||
signature_network: None,
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1252,6 +1254,8 @@ impl From<CardDetailFromLocker> for payments::AdditionalCardInfo {
|
||||
card_holder_name: item.card_holder_name,
|
||||
payment_checks: None,
|
||||
authentication_data: None,
|
||||
is_regulated: None,
|
||||
signature_network: None,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user