-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
refactor(payment_methods): Remove legacy locker code as it is not been used #1666
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than that, looks good to me!
bccc2ea
to
d24881a
Compare
Why was |
Currently it's just been used in the case of Legacy locker, in future it might be used for some other purpose also. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merge it after testing in custom pod in Integ or Sandbox
9afcf0b
Type of Change
Description
Remove the legacy locker code from (crates/router/src/core/payment_methods/cards.rs) as we are no more using it. Also there are refactoring of certain functions as the locker_id was only used in case of legacy locker.
Additional Changes
Motivation and Context
How did you test it?
tested on custom pod
Checklist
cargo +nightly fmt --all
cargo clippy