Skip to content

Commit

Permalink
fix(connector): add expiry year conversion for adyen mit transactions (
Browse files Browse the repository at this point in the history
  • Loading branch information
pixincreate authored Dec 17, 2024
1 parent dfbfce4 commit c154a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/router/src/connector/adyen/transformers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c154a38

Please sign in to comment.