-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 Payflow Pro iFrame issue #905
Comments
Line 59 is empty in the code whereas your error says an error occurs there. What modifications did you do to the pp_payflow_iframe.php file? |
I haven't touched the code. I am getting the same thing here, there is 1 line difference in what I have and what the error message says. |
martynas-wm
added a commit
to martynas-wm/opencart
that referenced
this issue
Sep 26, 2013
The bug should be fixed in the 1.5.6.1 release. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
looks like if the customer creates or use an existing account to checkout, the getOrder() does not pickup the right shipping info from the customer table instead it tries to take it from the order itself:
2013-09-25 10:27:14 - PHP Notice: Undefined index: code in /home/user/public_html/store.mysite.com/catalog/controller/payment/pp_payflow_iframe.php on line 57
2013-09-25 10:27:14 - PHP Notice: Undefined index: iso_code_2 in /home/user/public_html/store.mysite.com/catalog/controller/payment/pp_payflow_iframe.php on line 59
The text was updated successfully, but these errors were encountered: