Skip to content

Commit

Permalink
fix(connector): [stripe] use display impl for expiry date (#2359)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShankarSinghC authored Sep 25, 2023
1 parent 53de86f commit 35622af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/router/src/connector/stripe/transformers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1470,7 +1470,7 @@ impl TryFrom<(&payments::WalletData, Option<types::PaymentMethodToken>)>
payment_method_token
{
let expiry_year_4_digit = Secret::new(format!(
"20{:?}",
"20{}",
decrypt_data
.clone()
.application_expiration_date
Expand Down

0 comments on commit 35622af

Please sign in to comment.