-
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): [Shift4] change error message from NotSupported to NotImplemented #2880
refactor(connector): [Shift4] change error message from NotSupported to NotImplemented #2880
Conversation
Hey @unpervertedkid , |
@swangi-kumari should be good now. |
@swangi-kumari take a look at this iteration |
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.
LGTM!
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.
Looks good to me!
Thanks for the PR, @unpervertedkid!
Type of Change
Description
Additional Changes
Motivation and Context
Resolves #2860
How did you test it?
No test cases required. As In this PR only error message have been changed from Not Supported error message to NotImplemented error message.
Checklist
cargo +nightly fmt --all
cargo clippy