Closed (fixed)
Project:
e-Commerce
Version:
4.7.x-1.x-dev
Component:
eway
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Mar 2007 at 01:28 UTC
Updated:
31 Jan 2008 at 15:34 UTC
I have CURL enabled: libcurl/7.14.0 OpenSSL/0.9.8a zlib/1.2.3
I am not sure how to find out which version of eCommerce I am using, but it is for drupal 4.7.0
When I submit my Credit Card Details, I get an error:
XML parsing failed: Invalid document end
When debugging eway.inc line 66 ($xml_request = $xml_build_fn($data);) returns me the following xml:
<ewaygateway>
<ewayCustomerID>87654321</ewayCustomerID>
<ewayCustomerFirstName></ewayCustomerFirstName>
<ewayCustomerLastName></ewayCustomerLastName>
<ewayCustomerEmail></ewayCustomerEmail>
<ewayCustomerAddress></ewayCustomerAddress>
<ewayCustomerPostcode></ewayCustomerPostcode>
<ewayCustomerInvoiceDescription></ewayCustomerInvoiceDescription>
<ewayTotalAmount>4995</ewayTotalAmount>
<ewayCustomerInvoiceRef>38</ewayCustomerInvoiceRef>
<ewayCardHoldersName></ewayCardHoldersName>
<ewayCardNumber>4111111111111111</ewayCardNumber>
<ewayCardExpiryMonth>08</ewayCardExpiryMonth>
<ewayCardExpiryYear>08</ewayCardExpiryYear>
<ewayTrxnNumber></ewayTrxnNumber>
<ewayOption1>0</ewayOption1>
<ewayOption2>0</ewayOption2>
<ewayOption3>0</ewayOption3>
</ewaygateway>
Thanks a lot for your help.
Comments
Comment #1
simeCurently working, suggest user update to D5,v4 when possible.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.