mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
feat(router): Deduplicate PML response and populate bank details (V2) (#8583)
This commit is contained in:
@ -1832,7 +1832,9 @@ pub enum SamsungPayCardBrand {
|
||||
Copy,
|
||||
Debug,
|
||||
Eq,
|
||||
Ord,
|
||||
Hash,
|
||||
PartialOrd,
|
||||
PartialEq,
|
||||
serde::Deserialize,
|
||||
serde::Serialize,
|
||||
@ -2081,6 +2083,8 @@ impl masking::SerializableSecret for PaymentMethodType {}
|
||||
Debug,
|
||||
Default,
|
||||
Eq,
|
||||
PartialOrd,
|
||||
Ord,
|
||||
Hash,
|
||||
PartialEq,
|
||||
serde::Deserialize,
|
||||
|
||||
Reference in New Issue
Block a user