Updates for testing
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 7 Sep 2017 19:56:08 +0000 (15:56 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 7 Sep 2017 19:56:08 +0000 (15:56 -0400)
For Authorize.net

registrations/setup.php

index dfe9309..6a589e4 100644 (file)
@@ -159,6 +159,8 @@ define('ICONTACT_API_USERNAME', false);
             define( 'SI_AUTH_TEST',                         'FALSE' );
             define( 'SI_AUTH_SEND_CONF',            'FALSE' );
             define( 'SI_AUTH_MERCHANT_EMAIL',       'FALSE' );
+            //define( 'AUTH_URL',         'http://ws6.gaslightmedia.com/AuthorizeNetRelay/glmAuthNetRelay/AuthNetRelayProduction.php' );      // Authorization URL
+            define( 'AUTH_URL', 'https://test.authorize.net/gateway/transact.dll');
             define( 'SI_AUTH_LOGIN',                '6E9qS4fH' );                                                   // Authorize.Net Customer Login                     -- UNIQE FOR EACH CUSTOMER --
             define( 'SI_AUTH_TRAN_KEY',             '9Z38NA9Dzy4C2Pv4');                                           // Authorize.Net Customer Transaction Key       -- UNIQE FOR EACH CUSTOMER --
             break;
@@ -188,6 +190,7 @@ define('ICONTACT_API_USERNAME', false);
             define( 'SI_AUTH_TEST',                         'FALSE' );
             define( 'SI_AUTH_SEND_CONF',            'FALSE' );
             define( 'SI_AUTH_MERCHANT_EMAIL',       'FALSE' );
+            define( 'AUTH_URL',         'http://ws6.gaslightmedia.com/AuthorizeNetRelay/glmAuthNetRelay/AuthNetRelayProduction.php' );      // Authorization URL
             define( 'SI_AUTH_LOGIN',                '3uaA59As' );                                                   // Authorize.Net Customer Login                     -- UNIQE FOR EACH CUSTOMER --
             define( 'SI_AUTH_TRAN_KEY',             '2Mq3Sh38S63ys8R2' );                                           // Authorize.Net Customer Transaction Key       -- UNIQE FOR EACH CUSTOMER --
             break;
@@ -2626,7 +2629,6 @@ define( "SI_DEFAULT_RICHTEXT_HEIGHT",   "100" );            // Default height
 
 define( 'AUTH_CURL',            '/usr/bin/curl' );                      // Curl executable
 //define( 'AUTH_URL',           'https://secure.authorize.net/gateway/transact.dll' );      // Authorization URL
-define( 'AUTH_URL',         'http://ws6.gaslightmedia.com/AuthorizeNetRelay/glmAuthNetRelay/AuthNetRelayProduction.php' );      // Authorization URL
 // define( 'SI_AUTH_TEST',      'LOCAL_TEST' );                         // Must be "FALSE" for production! Otherwise "TRUE" or "LOCAL_TEST" (don't transmit)
 define( 'SI_AUTH_SEND_CONF',        'TRUE' );                           // TRUE to have customer's receive E-Mail confirmation
 define( 'SI_AUTH_MERCHANT_EMAIL',   'FALSE' );                          // TRUE to have merchant receive E-Mail convirmation of customer charges