ballhogjoni Posted April 6, 2007 Share Posted April 6, 2007 Fatal error: Call to undefined function: xml2php() in /home/realfina/public_html/ec/checkout/dcc_process.php on line 73 <?php // Get SOAP for SetExpressCheckoutRequest $soapData = SOAP_DoDirectPaymentRequest($username, $password, $accountEmail, $entry_page, $CreditCardType, $CreditCardNumber, $ExpMonth, $ExpYear, $CVV2, $ip, $tax_who, $tax_state); $response = SendSoapToPayPal($url, $sslcertpath, $soapData); /* problem line*/ $arr_vals = xml2php($response); // TEST XML OUTPUT //echo "<html><head><title>test</title></head><body>environment=" .$url . "<br>cert=" .$sslcertpath . "<br>"); //echo ("paypalResponse=" .$response . "<br>array=" .$arr_vals . "<br>"); //echo ("soap=" .$soapData . "<br></body></html>"); //exit; ?> Also, I am "require_once" some other files. Link to comment https://forums.phpfreaks.com/topic/45935-i-cannot-figure-this-xml2php-thing-outplease-help/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.