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

IndexError while parsing a cc payment using paypal #1640

Closed
gauravsaini23 opened this issue Apr 7, 2015 · 1 comment
Closed

IndexError while parsing a cc payment using paypal #1640

gauravsaini23 opened this issue Apr 7, 2015 · 1 comment

Comments

@gauravsaini23
Copy link

https://github.com/Shopify/active_merchant/blob/master/lib/active_merchant/billing/gateways/paypal/paypal_common_api.rb#L435

This error is raised because xml tag value is 'SOAP_ENV:Envelope' and not 'Envelope'.
Due to this, cc payment always fails.

gauravsaini23 added a commit to gauravsaini23/active_merchant that referenced this issue Apr 7, 2015
@davidsantoso
Copy link
Member

@gauravsaini23 closing due to staleness and all remote tests passing:

➜ ruby -Itest test/remote/gateways/remote_paypal_test.rb
Loaded suite test/remote/gateways/remote_paypal_test
Started
..........................

Finished in 178.558084 seconds.
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
26 tests, 74 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
0.15 tests/s, 0.41 assertions/s

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

No branches or pull requests

2 participants