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

paypal: fix dereference error in paypal_express_response #628

Closed

Commits on Mar 16, 2013

  1. paypal: fix dereference error in paypal_express_response

    Calling PaypalExpressResponse#address when the response didn't contain
    any address information was causing a dereference error:
    
      NoMethodError: undefined method `[]' for nil:NilClass
    
    Testing done: verified the dereference error doesn't happen
    by issuing a SetExpressCheckout API Operation with an invalid
    security header.
    
    Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
    Pierre-Alexandre Meyer committed Mar 16, 2013
    Configuration menu
    Copy the full SHA
    86c8162 View commit details
    Browse the repository at this point in the history