Thread: Eway module

Page 1 of 2 12 LastLast
Results 1 to 10 of 33

Hybrid View

  1. #1
    Join Date
    Jun 2007
    Posts
    15
    Plugin Contributions
    0

    Default Re: Eway module

    H Guys,

    I use eway as my third party payment gateway. Works very well.

    The credit card number to use for testing is: 4444333322221111

    AND YES, it will return an ERROR. This is eways way of saying that your setup is CORRECT but it will refuse to send the details through to the bank of choice as it is NOT a REAL Credit Card. But let me assure you it IS working if it returns the error with ("TEST GATEWAY")

    I too thought something I was doing was wrong untill I confirmed it with eway themselves and I have SSL setup as well.

    I ended up doing a REAL TIME TEST when I went "LIVE" and just purchased a $5.00 item which went into my bank account. So at least you know it works. For the $5 outlay it was worth it.

    Crash

  2. #2
    Join Date
    May 2007
    Posts
    5
    Plugin Contributions
    0

    Default Re: Eway module

    Yes guys, the eway module works in live transactions. I can confirm it. Also, I dont have that error you get in the test mode, after the correction I did and I posted about the credit card test number.
    Cheers
    Maia

  3. #3
    Join Date
    Sep 2007
    Posts
    21
    Plugin Contributions
    1

    Default Re: Eway module

    The old module was not up to eWay's latest specs.
    In test mode the last two digits of your total determines the response
    $30.00 gives 00 = approved
    $10.50 gives 50 = failed
    here are eway's response codes

    Get my latest contribution (wait for v2.1 to be approved v2 still has bugs).

  4. #4
    Join Date
    May 2005
    Posts
    110
    Plugin Contributions
    0

    Default Re: Eway module

    Has anyone modified this module for use with eway's beagle fraud system??

  5. #5
    Join Date
    May 2007
    Posts
    36
    Plugin Contributions
    0

    cart error Re: Eway module

    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!

  6. #6
    Join Date
    Dec 2007
    Posts
    5
    Plugin Contributions
    0

    Have a Drink Re: Eway module

    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

  7. #7
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

    Default Re: Eway module

    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

  8. #8
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

    Default Re: Eway module

    Anyone?

  9. #9
    Join Date
    Feb 2010
    Location
    Canberra, Australia
    Posts
    17
    Plugin Contributions
    0

    Default Re: Eway module

    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.

  10. #10
    Join Date
    Oct 2010
    Posts
    84
    Plugin Contributions
    2

    Default Re: Eway module

    This module doesn't work for UK based customers I'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 !!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. eWay module error.
    By kennyoz in forum Addon Payment Modules
    Replies: 4
    Last Post: 4 Sep 2010, 09:41 AM
  2. Eway Module
    By Jimmy Blakk in forum Addon Payment Modules
    Replies: 10
    Last Post: 11 Jun 2009, 08:04 AM
  3. Eway module
    By Joshua.O in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 29 Jan 2007, 03:32 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg