mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 12:06:56 +08:00
feat(router): add support for Samsung pay app tokens flow (#6257)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -1749,7 +1749,7 @@ impl
|
||||
let processing_information = ProcessingInformation::try_from((
|
||||
item,
|
||||
Some(PaymentSolution::SamsungPay),
|
||||
Some(samsung_pay_data.payment_credential.card_brand),
|
||||
Some(samsung_pay_data.payment_credential.card_brand.to_string()),
|
||||
))?;
|
||||
let client_reference_information = ClientReferenceInformation::from(item);
|
||||
let merchant_defined_information = item
|
||||
|
||||
Reference in New Issue
Block a user