Paypal Ipn Testing

Discussion in 'Payments processing' started by Nick, Oct 16, 2003.

  1. Nick

    Nick Guest

    Hi

    Looking through the paypal_r ipn handler it appears you have incorporated a test mode that talks to the eliteweaver test page. This option doesn't appear to be directly selectable from the admin interface, unless I'm being particularly dumb today!

    Is there any way to switch on test mode - adding a row to the config table for instance?

    This would be REALLY helpful :D as I'm trying to integrate amember quite tightly with Ultimate affiliate and don't want to be doing loads of real paypal transactions that I would have to refund.

    Thanks.

    Nick
    http://the-inner-circle.biz
  2. alex-adm

    alex-adm Guest

    Nick, it can be enabled by adding

    $config['testing_url'] = 'http://www.testing url';
    $config['testing'] = 1;

    to config.inc.php

Share This Page