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 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
Nick, it can be enabled by adding $config['testing_url'] = 'http://www.testing url'; $config['testing'] = 1; to config.inc.php