Skip to content

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

Open
AungKoKoLin1997 wants to merge 1 commit intoOCA:10.0from
qrtl:10.0-fix-payment_paypal
Open

[10.0][IMP] payment_paypal: improve error handling in paypal validation#1222
AungKoKoLin1997 wants to merge 1 commit intoOCA:10.0from
qrtl:10.0-fix-payment_paypal

Conversation

@AungKoKoLin1997
Copy link
Copy Markdown

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
Copy Markdown
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.

2 participants