mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
fix(connector): [Bluesnap] add cardholder info in bluesnap payment request (#1540)
This commit is contained in:
@ -256,7 +256,7 @@ impl TryFrom<&types::PaymentsAuthorizeRouterData> for BluesnapPaymentsRequest {
|
||||
consts::BASE64_ENGINE.encode(apple_pay_object),
|
||||
),
|
||||
}),
|
||||
None,
|
||||
get_card_holder_info(item)?,
|
||||
))
|
||||
}
|
||||
_ => Err(errors::ConnectorError::NotImplemented(
|
||||
|
||||
Reference in New Issue
Block a user