mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 13:30:39 +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:
@ -2599,7 +2599,7 @@ pub enum DecisionEngineMerchantCategoryCode {
|
||||
}
|
||||
|
||||
impl CardNetwork {
|
||||
pub fn is_global_network(&self) -> bool {
|
||||
pub fn is_signature_network(&self) -> bool {
|
||||
match self {
|
||||
Self::Interac
|
||||
| Self::Star
|
||||
|
||||
Reference in New Issue
Block a user