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

Commits on Mar 5, 2024

  1. [IMP] payment_paypal: improve error handling in paypal validation

    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.
    AungKoKoLin1997 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    c78c933 View commit details
    Browse the repository at this point in the history