-
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(connector): [Paypal] Change error message from NotSupported to NotImplemented #2877
Conversation
@swangi-kumari are you able to review my PR. I resolved the conflict. |
@swangi-kumari this PR should be ready to go |
@prasunna09 possibly review so I can close this out? |
Hey @parisosuch-dev, |
Sounds good -- I reopened the PR. |
Hey @parisosuch-dev , |
Hey @parisosuch-dev , |
Type of Change
Description
Refactored
NotSupported
Error calls toNotImplemented
in the Paypal transformer.Additional Changes
Changes are here:
crates/router/src/connector/paypal/transformer.rs
Motivation and Context
These changes fix the open issue #2858.
How did you test it?
Make any payment for Paypal connector for any PM which is not implemented, and see for the error message - it should be payment method not implemented
Checklist
cargo +nightly fmt --all
cargo clippy