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;
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;
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