Has anyone modified this module for use with eway's beagle fraud system??
Has anyone modified this module for use with eway's beagle fraud system??
Does anyone know precisely what this line of coding controls
curl_setopt($ch, CURLOPT_FOLLOWLOCATION,1);
and what happens if i turn it off, as in change it to a 0. It's been causing an error on my site recently but when i change it to 0 it solves the problem.
It comes from this snippet of code
/* Use CURL to execute XML POST and read the return directly */
$ch = curl_init (GATEWAY_URL);
curl_setopt ($ch, CURLOPT_POST, 1);
curl_setopt ($ch, CURLOPT_POSTFIELDS, $xml_request);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER,0);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION,0);
$xml_response=curl_exec($ch);
curl_close($ch);
$this->parser = xml_parser_create();
in /includes/modules/payment/eway.php
and was causing the following error
Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in
Thanks for your help...
Cheers, ToNy!
Hi All,
In test mode you need to only add this line
$my_totalamount=500;
just after the line no 268 (That is 'if (MODULE_PAYMENT_EWAY_TESTMODE == 'Test') {')
Your test mode will be work fine.
http://vinaykant.ifastnet.com
I just isntalled the eway module and i get the following error in admin when trying to install/use it...
HTML Code:Warning: include(/home/truwater/public_html/includes/languages/english/modules/payment/eway.php) [function.include]: failed to open stream: No such file or directory in /home/truwater/public_html/admin/modules.php on line 173 Warning: include() [function.include]: Failed opening '/home/truwater/public_html/includes/languages/english/modules/payment/eway.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/truwater/public_html/admin/modules.php on line 173
Anyone?
Has anyone attempted to do the interface required to enable the 3dSecure Gateway to enable Verified by Visa/Mastercard Securecode to work with this module? Westpac are requiring that the Verified/Securecode be implemented in our shopping card; being a not for profit organisation this is beyond our capabilities and is just not affordable.
This module doesn't work for UK based customersI've only just realized lol so I vote this module gets renamed to eway Australia payment module.
Now I'm going to have to write a new payment module for my store lol !!![]()
![]()
drgr33n
Don't know if this will help you in your quest but eWay on their New Zealand site have this module which could be the same as this UK module for Zen Cart which I assume you are aware of!
Last edited by gaffer; 27 Oct 2010 at 11:57 AM.
Thanks Gaffer,
Yes I've come across this module the trouble is that in the UK eway use a different method of taking payments. It's ok the Uk website had a zen cart module but it was from 2007 so needed a little tinkering but got it working![]()