mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 19:42:27 +08:00
fix(connector): add expiry year conversion for adyen mit transactions (#6851)
This commit is contained in:
@ -2671,7 +2671,7 @@ impl
|
||||
.card_exp_month
|
||||
.clone(),
|
||||
expiry_year: card_details_for_network_transaction_id
|
||||
.card_exp_year
|
||||
.get_expiry_year_4_digit()
|
||||
.clone(),
|
||||
cvc: None,
|
||||
holder_name: card_holder_name,
|
||||
|
||||
Reference in New Issue
Block a user