mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 12:15:40 +08:00
feat(core): Add L2_L3 Data Support (#8828)
This commit is contained in:
@ -2622,6 +2622,7 @@ impl PaymentMethodRecord {
|
||||
zip: self.billing_address_zip.clone(),
|
||||
first_name: self.billing_address_first_name.clone(),
|
||||
last_name: self.billing_address_last_name.clone(),
|
||||
origin_zip: None,
|
||||
})
|
||||
} else {
|
||||
None
|
||||
|
||||
Reference in New Issue
Block a user