mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
fix(samsung_pay): populate payment_method_data in the payment response (#7095)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -219,5 +219,5 @@ pub struct WalletAdditionalDataForCard {
|
||||
pub card_network: String,
|
||||
/// The type of payment method
|
||||
#[serde(rename = "type")]
|
||||
pub card_type: String,
|
||||
pub card_type: Option<String>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user