Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(router): mark retry payment as failure if connector_tokenization fails #5114

Merged
merged 7 commits into from
Jul 1, 2024
Prev Previous commit
Next Next commit
fix clippy errors
  • Loading branch information
ShankarSinghC committed Jun 26, 2024
commit efcb1b83b9186477ea06a060e9203ba79f3e3aa0
1 change: 0 additions & 1 deletion crates/router/src/connector/stripe/transformers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ use crate::{
storage::enums,
transformers::{ForeignFrom, ForeignTryFrom},
},
unimplemented_payment_method,
utils::OptionExt,
};

Expand Down
Loading