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

[10.0][IMP] payment_paypal: improve error handling in paypal validation #1222

Open
wants to merge 1 commit into
base: 10.0
Choose a base branch
from

Conversation

AungKoKoLin1997
Copy link

This commit enhances the error handling for the PayPal validation request in the payment_paypal. Previously, failures in the urllib2.urlopen call during PayPal response validation were not caught, which could lead to unhandled exceptions if the network request failed. With this update, any exceptions raised during the validation request are now caught, and an appropriate error log is generated.

@qrtl

This commit enhances the error handling for the PayPal validation request in the payment_paypal.
Previously, failures in the urllib2.urlopen call during PayPal response validation were not caught, which could lead to unhandled exceptions if the network request failed. With this update, any exceptions raised during the validation request are now caught, and an appropriate error log is generated.
Copy link
Sponsor Member

@yostashiro yostashiro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants