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:
Shankar Singh C
2025-08-13 17:03:53 +05:30
committed by GitHub
parent 0821d1b0cd
commit 15cb473546
16 changed files with 159 additions and 18 deletions

View File

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