View Single Post
  #5  
Old 05-10-2012, 02:10 PM
 
Duramax 6.6L Duramax 6.6L is offline
 

X-Adept
  
Join Date: Dec 2006
Posts: 865
 

Default Re: X-Payments orders failing, CURL error reported

Here is a copy of my working xpayments config file. Xpayments is working fine for me so far.


[mysql]
; ---------------------------------
; MySQL credentials
;
; ---------------------------------
host="127.0.0.1"
port=""
unix_socket=""
dbname="xxxxx_xxxxxxx"
user="xxxxxxx_xxxxxxxx"
password="XXXXXXXXXXXXXXXX"
[mail]
; ---------------------------------
; Mail notifications parameters
; 'from' value is a 'From:' email parameter
; 'host', 'port', 'user', 'password' values is used for SMTP email transfer
; 'auth' value is an SMTP authentication method : LOGIN , CRAM-MD5, DIGEST-MD5
; 'timeout' value is the connection timeout period in seconds.
;
; If you omit 'host' value then the 'mail()' PHP function will be used for email transfer.
;
; ---------------------------------
from=xxxxx@xxxxxxxxxx.xxx
host=""
port=""
user=""
password=""
auth=""
timeout=""
[location]
; ---------------------------------
; X-Payments web URL.
;
; It MUST use HTTPS protocol.
;
; It should be in the following form:
; web="https://www.example.com/xpayments_dir/"
;
; ---------------------------------
web="https://www.xxxxxxxxx.com/xpayments/"

I did not fill any other feilds in except for the ones with the xxxxxx

Also the email feild has to match he store email feild.

Hope this helps.

Frank
__________________
Xcart 5.1.6 Building New Store
Xcart4.6.4 Gold Plus
Xcart 4.6.4 Platinum
Smart Template,
Mail Chimp Upgrade
Checkout One (One Page Checkout)
Checkout One X-Payments Connector
Checkout One Deluxe Tools
Call For Price
On Sale Module
Buy Together Module
MAP Price MOD
Reply With Quote