Posted by alex_b on November 1, 2007 at 4:04pm
Jump to:
| Project: | e-Commerce PayFlow Pro |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
simplexml_load_string() seems to complain if $response is not valid.
~ line 1724:
$xml_response = simplexml_load_string($response);
Comments
#1
This issue occurs, if the pfpro binaries couldn't be found. I check wether the shell_exec() call returned a valid XML result could help site builders better deal with this issue.