Example #1
0
<?php

if (!defined('INCLUDED_AMEMBER_CONFIG')) {
    die("Direct access to this location is not allowed");
}
/*
*
*     Author: Alex Scott
*      Email: alex@cgi-central.net
*        Web: http://www.cgi-central.net
*    Details: cdg payment plugin config
*    FileName $RCSfile$
*    Release: 3.1.8PRO ($Revision: 1785 $)
*
* Please direct bug reports,suggestions or feedback to the cgi-central forums.
* http://www.cgi-central.net/forum/
*
* aMember PRO is a commercial software. Any distribution is strictly prohibited.
*/
global $config;
require_once dirname(__FILE__) . "/cdg.inc.php";
require_once $config['root_dir'] . "/plugins/payment/cc_core/cc_core.inc.php";
$notebook_page = "CDG Commerce";
config_set_notebook_comment($notebook_page, $notebook_page . ' configuration');
if (file_exists($rm = dirname(__FILE__) . "/readme.txt")) {
    config_set_readme($notebook_page, $rm);
}
add_config_field('payment.cdg.user', 'CDG Merchant Username', 'text', "", $notebook_page, '');
add_config_field('payment.cdg.pass', 'CDG Merchant Password', 'password_c', "", $notebook_page, 'validate_password', '', '', array('store_type' => 3));
cc_core_add_config_items('cdg', $notebook_page);
Example #2
0
if (!defined('INCLUDED_AMEMBER_CONFIG')) {
    die("Direct access to this location is not allowed");
}
/*
*
*     Author: Alex Scott
*      Email: alex@cgi-central.net
*        Web: http://www.cgi-central.net
*    Details: logiccommerce payment plugin config
*    FileName $RCSfile$
*    Release: 3.1.8PRO ($Revision: 1785 $)
*
* Please direct bug reports,suggestions or feedback to the cgi-central forums.
* http://www.cgi-central.net/forum/
*
* aMember PRO is a commercial software. Any distribution is strictly prohibited.
*/
global $config;
require_once dirname(__FILE__) . "/logiccommerce.inc.php";
require_once $config['root_dir'] . "/plugins/payment/cc_core/cc_core.inc.php";
$notebook_page = "LogicCommerce";
config_set_notebook_comment($notebook_page, $notebook_page . ' configuration');
if (file_exists($rm = dirname(__FILE__) . "/readme.txt")) {
    config_set_readme($notebook_page, $rm);
}
add_config_field('payment.logiccommerce.merchant_id', 'LogicCommerce Merchant ID', 'text', "your logiccommerce 9-digit merchant id", $notebook_page, '');
add_config_field('payment.logiccommerce.customer_id', 'LogicCommerce Customer ID', 'text', "", $notebook_page, '');
add_config_field('payment.logiccommerce.zone_id', 'LogicCommerce Zone ID', 'text', "", $notebook_page, '');
add_config_field('payment.logiccommerce.username', 'LogicCommerce Username', 'text', "", $notebook_page, '');
cc_core_add_config_items('logiccommerce', $notebook_page);
Example #3
0
if (!defined('INCLUDED_AMEMBER_CONFIG')) {
    die("Direct access to this location is not allowed");
}
/*
*
*     Author: Alex Scott
*      Email: alex@cgi-central.net
*        Web: http://www.cgi-central.net
*    Details: ipayment payment plugin config
*    FileName $RCSfile$
*    Release: 3.1.8PRO ($Revision: 3271 $)
*
* Please direct bug reports,suggestions or feedback to the cgi-central forums.
* http://www.cgi-central.net/forum/
*
* aMember PRO is a commercial software. Any distribution is strictly prohibited.
*/
global $config;
require_once $config['root_dir'] . "/plugins/payment/cc_core/cc_core.inc.php";
$notebook_page = "IPayment";
config_set_notebook_comment($notebook_page, $notebook_page . ' configuration');
if (file_exists($rm = dirname(__FILE__) . "/readme.txt")) {
    config_set_readme($notebook_page, $rm);
}
add_config_field('payment.ipayment.account_id', 'IPayment Account ID', 'text', "your ipayment account id", $notebook_page, '');
add_config_field('payment.ipayment.user_id', 'IPayment Account ID', 'text', "your ipayment user id", $notebook_page, '');
add_config_field('payment.ipayment.pass', 'IPayment Transaction Password', 'text', "ask IPayment support about", $notebook_page, '');
add_config_field('payment.ipayment.actionpass', 'IPayment Admin Action Password', 'text', "ask IPayment support about, it should be long string", $notebook_page, '');
add_config_field('payment.ipayment.currency', 'Default Currency', 'text', "ISO alpha order currency code, <br/>\n\tfor example: EUR, USD, GBP, CHF, :", $notebook_page);
cc_core_add_config_items('ipayment', $notebook_page);
Example #4
0
<?php

if (!defined('INCLUDED_AMEMBER_CONFIG')) {
    die("Direct access to this location is not allowed");
}
global $config;
require_once $config['root_dir'] . "/plugins/payment/cc_core/cc_core.inc.php";
$notebook_page = "Manual CC Processing";
config_set_notebook_comment($notebook_page, $notebook_page . ' configuration');
if (file_exists($rm = dirname(__FILE__) . "/readme.txt")) {
    config_set_readme($notebook_page, $rm);
}
add_config_field('payment.manual_cc.notification', 'Singup Notification', 'select', "How to notify about new user signup", $notebook_page, '', '', '', array('options' => array(1 => 'Send to email', 2 => 'Save to Member fields', 3 => 'Email and Save'), 'default' => 3));
cc_core_add_config_items('manual_cc', $notebook_page);
Example #5
0
<?php

if (!defined('INCLUDED_AMEMBER_CONFIG')) {
    die("Direct access to this location is not allowed");
}
$notebook_page = 'FirstPay.Net';
config_set_notebook_comment($notebook_page, 'FirstPay  configuration');
if (file_exists($rm = dirname(__FILE__) . "/readme.txt")) {
    config_set_readme($notebook_page, $rm);
}
global $config;
require_once $config['root_dir'] . "/plugins/payment/cc_core/cc_core.inc.php";
add_config_field('payment.firstpay.login', 'FirstPay.Net  merchant', 'text', "The Visa/Mastercard merchant number assigned <br/>to each individual merchant, starting with '4154...'", $notebook_page, '');
add_config_field('payment.firstpay.secret', 'Secret ID', 'text', "A secret merchant identifier that will be issued <br />by FirstPay.Net to each merchant.", $notebook_page, '');
cc_core_add_config_items('firstpay', $notebook_page);
Example #6
0
<?php

$notebook_page = 'PayPal Pro';
config_set_notebook_comment($notebook_page, 'paypal plugin configuration');
if (file_exists($rm = dirname(__FILE__) . "/readme.txt")) {
    config_set_readme($notebook_page, $rm);
}
add_config_field('payment.paypal_pro.business', 'Merchant ID', 'text', "your PayPal account PRIMARY email address", $notebook_page, '');
add_config_field('payment.paypal_pro.api_user', 'API Username', 'text', "", $notebook_page, '');
add_config_field('payment.paypal_pro.api_pass', 'API Password', 'password_c', "your API Password (it is different<br />\n                  from your PayPal account password)", $notebook_page, 'validate_password', '', '', array('store_type' => 3));
add_config_field('payment.paypal_pro.api_sig', 'API Signature', 'textarea', "it is a long string of characters from PayPal, copy&paste - it is one-line!", $notebook_page, '', '', '', array('size' => 40));
add_config_field('payment.paypal_pro.testing', 'Sandbox testing', 'select', "you have to signup here <a href='http://developer.paypal.com/'>developer.paypal.com</a><br />\n    to use this feature", $notebook_page, '', '', '', array('default' => "", 'options' => array('' => 'No', '1' => 'Yes')));
add_config_field('payment.paypal_pro.locale', 'PayPal Language Code', 'text', nl2br("This field allows you to configure PayPal page language\n    that will be displayed when customer is redirected from your website\n    to PayPal for payment. By default, this value is empty, then PayPal\n    will automatically choose which language to use. Or, alternatively,\n    you can specify for example: en (for english language), or fr\n    (for french Language) and so on. In this case, PayPal will not choose\n    language automatically. <br />\n    Default value for this field is empty string"), $notebook_page, '', '', '', array('default' => "", 'size' => 10));
if (class_exists('payment_paypal_pro')) {
    $pl =& instantiate_plugin('payment', 'paypal_pro');
    $pl->add_config_items($notebook_page);
}
cc_core_add_config_items('paypal_pro_cc', $notebook_page);
Example #7
0
<?php

if (!defined('INCLUDED_AMEMBER_CONFIG')) {
    die("Direct access to this location is not allowed");
}
$notebook_page = 'PayPal NVP';
config_set_notebook_comment($notebook_page, 'Paypal NVP configuration');
if (file_exists($rm = dirname(__FILE__) . "/readme.txt")) {
    config_set_readme($notebook_page, $rm);
}
global $config;
require_once $config['root_dir'] . "/plugins/payment/cc_core/cc_core.inc.php";
add_config_field('payment.paypal_nvp.business', 'Merchant ID', 'text', "your PayPal account PRIMARY email address", $notebook_page, '');
add_config_field('payment.paypal_nvp.api_user', 'API Username', 'text', "", $notebook_page, '');
add_config_field('payment.paypal_nvp.api_pass', 'API Password', 'password_c', "your API Password (it is different<br />\n                  from your PayPal account password)", $notebook_page, 'validate_password', '', '', array('store_type' => 3));
add_config_field('payment.paypal_nvp.api_sig', 'API Signature', 'textarea', "it is a long string of characters from PayPal, copy&paste - it is one-line!", $notebook_page, '', '', '', array('size' => 40));
add_config_field('payment.paypal_nvp.testing', 'Sandbox testing', 'select', "you have to signup here <a href='http://developer.paypal.com/'>developer.paypal.com</a><br />\n    to use this feature", $notebook_page, '', '', '', array('default' => "", 'options' => array('' => 'No', '1' => 'Yes')));
cc_core_add_config_items('paypal_nvp', $notebook_page);
Example #8
0
<?php

if (!defined('INCLUDED_AMEMBER_CONFIG')) {
    die("Direct access to this location is not allowed");
}
/*
*
*     Author: Alex Scott
*      Email: alex@cgi-central.net
*        Web: http://www.cgi-central.net
*    Details: innovative payment plugin config
*    FileName $RCSfile$
*    Release: 3.1.8PRO ($Revision: 1859 $)
*
* Please direct bug reports,suggestions or feedback to the cgi-central forums.
* http://www.cgi-central.net/forum/
*
* aMember PRO is a commercial software. Any distribution is strictly prohibited.
*/
global $config;
require_once dirname(__FILE__) . "/innovative.inc.php";
require_once $config['root_dir'] . "/plugins/payment/cc_core/cc_core.inc.php";
$notebook_page = "Innovative";
config_set_notebook_comment($notebook_page, $notebook_page . ' configuration');
if (file_exists($rm = dirname(__FILE__) . "/readme.txt")) {
    config_set_readme($notebook_page, $rm);
}
add_config_field('payment.innovative.user', 'Innovative Merchant Username', 'text', "", $notebook_page, '');
add_config_field('payment.innovative.pass', 'Innovative Merchant Password', 'password_c', "", $notebook_page, 'validate_password', '', '', array('store_type' => 3));
cc_core_add_config_items('innovative', $notebook_page);
Example #9
0
<?php

if (!defined('INCLUDED_AMEMBER_CONFIG')) {
    die("Direct access to this location is not allowed");
}
$notebook_page = 'Quickpay_CC';
config_set_notebook_comment($notebook_page, 'Quickpay_CC configuration');
if (file_exists($rm = dirname(__FILE__) . "/readme.txt")) {
    config_set_readme($notebook_page, $rm);
}
global $config;
add_config_field('payment.quickpay_cc.merchant_id', 'Quickpay Merchant ID', 'text', "", $notebook_page, '');
add_config_field('payment.quickpay_cc.secret', 'Quickpay Secret Key', 'text', "", $notebook_page, '');
add_config_field('payment.quickpay_cc.testing', 'Test Mode Enabled', 'select', "set to No after you complete testing", $notebook_page, '', '', '', array('options' => array(0 => 'No', 1 => 'Yes')));
add_config_field('payment.quickpay_cc.currency', 'The transaction currency', 'text', "as the 3-letter ISO 4217 alphabetical code", $notebook_page, '');
cc_core_add_config_items('quickpay_cc', $notebook_page);
Example #10
0
<?php

if (!defined('INCLUDED_AMEMBER_CONFIG')) {
    die("Direct access to this location is not allowed");
}
/*
*
*     Author: Alex Scott
*      Email: alex@cgi-central.net
*        Web: http://www.cgi-central.net
*    Details: echo payment plugin config
*    FileName $RCSfile$
*    Release: 2.4.0PRO ($Revision: 1848 $)
*
* Please direct bug reports,suggestions or feedback to the cgi-central forums.
* http://www.cgi-central.net/forum/
*
* aMember PRO is a commercial software. Any distribution is strictly prohibited.
*/
global $config;
require_once dirname(__FILE__) . "/luottokunta.inc.php";
require_once $config['root_dir'] . "/plugins/payment/cc_core/cc_core.inc.php";
$notebook_page = 'luottokunta';
config_set_notebook_comment($notebook_page, 'luottokunta configuration');
if (file_exists($rm = dirname(__FILE__) . "/readme.txt")) {
    config_set_readme($notebook_page, $rm);
}
add_config_field('payment.luottokunta.merchant_id', 'luottokunta Merchant Id', 'text', "your luottokunta merchant id", $notebook_page, '');
add_config_field('payment.luottokunta.secret', 'Secret key for MAC-sum', 'text', "", $notebook_page, '');
cc_core_add_config_items('luottokunta', $notebook_page);
Example #11
0
<?php

if (!defined('INCLUDED_AMEMBER_CONFIG')) {
    die("Direct access to this location is not allowed");
}
$notebook_page = 'Merchant e-Solutions';
config_set_notebook_comment($notebook_page, 'Merchant e-Solutions configuration');
if (file_exists($rm = dirname(__FILE__) . "/readme.txt")) {
    config_set_readme($notebook_page, $rm);
}
global $config;
require_once $config['root_dir'] . "/plugins/payment/cc_core/cc_core.inc.php";
add_config_field('payment.esolutions.pid', 'Merchant e-Solutions Profile ID', 'text', "your Merchant e-Solutions Profile ID", $notebook_page, '');
add_config_field('payment.esolutions.pkey', 'Merchant e-Solutions Profile KEY', 'text', "your Merchant e-Solutions Profile KEY", $notebook_page, '');
add_config_field('payment.esolutions.testing', 'Test Mode Enabled', 'select', "set to No after you complete testing", $notebook_page, '', '', '', array('options' => array(0 => 'No', 1 => 'Yes')));
cc_core_add_config_items('esolutions', $notebook_page);
Example #12
0
<?php

if (!defined('INCLUDED_AMEMBER_CONFIG')) {
    die("Direct access to this location is not allowed");
}
$notebook_page = 'PayMeNow';
config_set_notebook_comment($notebook_page, 'PayMeNow plugin configuration');
if (file_exists($rm = dirname(__FILE__) . "/readme.txt")) {
    config_set_readme($notebook_page, $rm);
}
global $config;
require_once $config['root_dir'] . "/plugins/payment/cc_core/cc_core.inc.php";
add_config_field('payment.paymenow.accid', 'PayMeNow ACCID', 'text', "use TEST0 for tests", $notebook_page, '');
cc_core_add_config_items('paymenow', $notebook_page);
Example #13
0
<?php

if (!defined('INCLUDED_AMEMBER_CONFIG')) {
    die("Direct access to this location is not allowed");
}
$notebook_page = 'Moneris';
config_set_notebook_comment($notebook_page, 'Moneris configuration');
if (file_exists($rm = dirname(__FILE__) . "/readme.txt")) {
    config_set_readme($notebook_page, $rm);
}
global $config;
require_once $config['root_dir'] . "/plugins/payment/cc_core/cc_core.inc.php";
add_config_field('payment.moneris.api_token', 'Moneris Api Token', 'text', "your Moneris Api Token", $notebook_page, '');
add_config_field('payment.moneris.store_id', 'Moneris Store ID', 'text', "your Moneris Store ID", $notebook_page, '');
add_config_field('payment.moneris.testing', 'Test Mode Enabled', 'select', "set to No after you complete testing", $notebook_page, '', '', '', array('options' => array(0 => 'No', 1 => 'Yes'), 'default' => '1'));
cc_core_add_config_items('moneris', $notebook_page);
Example #14
0
<?php

if (!defined('INCLUDED_AMEMBER_CONFIG')) {
    die("Direct access to this location is not allowed");
}
$notebook_page = 'Payvision';
config_set_notebook_comment($notebook_page, 'payvision plugin configuration');
if (file_exists($rm = dirname(__FILE__) . "/readme.txt")) {
    config_set_readme($notebook_page, $rm);
}
global $config;
require_once $config['root_dir'] . "/plugins/payment/cc_core/cc_core.inc.php";
add_config_field('payment.payvision.memberid', 'Your memberId in Payvision system', 'text', "this value is provided by Payvision\nand is used to authenticate a\nmerchant.", $notebook_page, '');
add_config_field('payment.payvision.memberguid', 'Your memberGuid in Payvision system', 'text', "This value is provided by Payvision\nand is used to authenticate a\nmerchant.", $notebook_page, '');
add_config_field('payment.payvision.testing', 'Test Mode Enabled', 'select', "set to No after you complete testing", $notebook_page, '', '', '', array('options' => array(0 => 'No', 1 => 'Yes')));
//ISO 4217
add_config_field('payment.payvision.currency', 'Currency', 'select', "", $notebook_page, '', '', '', array('options' => array("840" => "USD", "978" => "EUR")));
cc_core_add_config_items('payvision', $notebook_page);
Example #15
0
if (!defined('INCLUDED_AMEMBER_CONFIG')) {
    die("Direct access to this location is not allowed");
}
/*
*
*     Author: Alex Scott
*      Email: alex@cgi-central.net
*        Web: http://www.cgi-central.net
*    Details: efsnet payment plugin config
*    FileName $RCSfile$
*    Release: 3.1.8PRO ($Revision: 1785 $)
*
* Please direct bug reports,suggestions or feedback to the cgi-central forums.
* http://www.cgi-central.net/forum/
*
* aMember PRO is a commercial software. Any distribution is strictly prohibited.
*/
global $config;
require_once dirname(__FILE__) . "/efsnet.inc.php";
require_once $config['root_dir'] . "/plugins/payment/cc_core/cc_core.inc.php";
$notebook_page = "EFSNet";
config_set_notebook_comment($notebook_page, $notebook_page . ' configuration');
if (file_exists($rm = dirname(__FILE__) . "/readme.txt")) {
    config_set_readme($notebook_page, $rm);
}
add_config_field('payment.efsnet.store_id', 'EFSNet Store Id', 'text', "your EFSNet id", $notebook_page, '');
add_config_field('payment.efsnet.store_key', 'EFSNet Store Key', 'text', "your EFSNet store <a href='https://testsecure.todaysebiz.com/ssl/services/welcome/ChangeStoreKey.asp' target=_blank>key</a>", $notebook_page, '');
add_config_field('payment.efsnet.testing', 'Test Mode Enabled', 'select', "set to No after you complete testing", $notebook_page, '', '', '', array('options' => array(0 => 'No', 1 => 'Yes')));
cc_core_add_config_items('efsnet', $notebook_page);
Example #16
0
<?php

if (!defined('INCLUDED_AMEMBER_CONFIG')) {
    die("Direct access to this location is not allowed");
}
$notebook_page = 'PayFlow Pro';
config_set_notebook_comment($notebook_page, 'PayFlow Pro configuration');
if (file_exists($rm = dirname(__FILE__) . "/readme.txt")) {
    config_set_readme($notebook_page, $rm);
}
add_config_field('payment.payflow_pro.login', 'PayflowPro login', 'text', "your PayFlow Pro login", $notebook_page, '');
add_config_field('payment.payflow_pro.user', 'PayflowPro user', 'text', "same as login unless a Payflow Pro USER was created", $notebook_page, '');
add_config_field('payment.payflow_pro.partner', 'PayflowPro partner', 'text', "your PayFlow Pro Partner", $notebook_page, '');
add_config_field('payment.payflow_pro.password', 'PayFlow Pro Password', 'password_c', "your PayFlow Pro Password", $notebook_page, 'validate_password', '', '', array('store_type' => 3));
add_config_field('payment.payflow_pro.certification_id', 'Certification ID', 'text', "X-VPS-VIT-CLIENT-CERTIFICATION-ID - any alpha-numeric ID<br />\n\tnote: will be removed in the near future", $notebook_page, '');
add_config_field('payment.payflow_pro.testing', 'Test Mode Enabled', 'select', "set to No after you complete testing", $notebook_page, '', '', '', array('options' => array(0 => 'No', 1 => 'Yes')));
cc_core_add_config_items('payflow_pro', $notebook_page);
Example #17
0
*
*     Author: Alex Scott
*      Email: alex@cgi-central.net
*        Web: http://www.cgi-central.net
*    Details: echo payment plugin config
*    FileName $RCSfile$
*    Release: 3.1.8PRO ($Revision: 1785 $)
*
* Please direct bug reports,suggestions or feedback to the cgi-central forums.
* http://www.cgi-central.net/forum/
*
* aMember PRO is a commercial software. Any distribution is strictly prohibited.
*/
global $config;
require_once dirname(__FILE__) . "/paymentsgateway.inc.php";
require_once $config['root_dir'] . "/plugins/payment/cc_core/cc_core.inc.php";
$notebook_page = 'PaymentsGateway.Net';
config_set_notebook_comment($notebook_page, 'PaymentsGateway configuration');
if (file_exists($rm = dirname(__FILE__) . "/readme.txt")) {
    config_set_readme($notebook_page, $rm);
}
add_config_field('payment.paymentsgateway.merchant_id', 'PaymentsGateway Merchant Id', 'text', "your PaymentsGateway merchant id", $notebook_page, '');
add_config_field('payment.paymentsgateway.password', 'PaymentsGateway Password', 'password_c', "", $notebook_page, 'validate_password', '', '', array('store_type' => 3));
add_config_field('payment.paymentsgateway.avs_method0', 'AVS checking method for Credit Card/Zipcode', 'select', "\n    ", $notebook_page, '', '', '', array('options' => array(0 => "Don't check", 1 => "Check only, do not decline on fail", 2 => "Check and decline on fail")));
add_config_field('payment.paymentsgateway.avs_method1', 'AVS checking method for Credit Card/Street Number', 'select', "\n    ", $notebook_page, '', '', '', array('options' => array(0 => "Don't check", 1 => "Check only, do not decline on fail", 2 => "Check and decline on fail")));
add_config_field('payment.paymentsgateway.avs_method2', 'AVS checking method for State/Zipcode', 'select', "\n    ", $notebook_page, '', '', '', array('options' => array(0 => "Don't check", 1 => "Check only, do not decline on fail", 2 => "Check and decline on fail")));
add_config_field('payment.paymentsgateway.avs_method3', 'AVS checking method for State/Area Code', 'select', "\n    ", $notebook_page, '', '', '', array('options' => array(0 => "Don't check", 1 => "Check only, do not decline on fail", 2 => "Check and decline on fail")));
add_config_field('payment.paymentsgateway.avs_method4', 'AVS checking method for Anonymous Email', 'select', "\n    ", $notebook_page, '', '', '', array('options' => array(0 => "Don't check", 1 => "Check only, do not decline on fail", 2 => "Check and decline on fail")));
add_config_field('payment.paymentsgateway.live', 'Test/Live Mode', 'select', "\n    ", $notebook_page, '', '', '', array('options' => array(0 => "Test Mode", 1 => "Live Mode")));
cc_core_add_config_items('paymentsgateway', $notebook_page);
Example #18
0
if (!defined('INCLUDED_AMEMBER_CONFIG')) {
    die("Direct access to this location is not allowed");
}
/*
*
*     Author: Alex Scott
*      Email: alex@cgi-central.net
*        Web: http://www.cgi-central.net
*    Details: beanstream payment plugin config
*    FileName $RCSfile$
*    Release: 3.1.8PRO ($Revision: 1785 $)
*
* Please direct bug reports,suggestions or feedback to the cgi-central forums.
* http://www.cgi-central.net/forum/
*
* aMember PRO is a commercial software. Any distribution is strictly prohibited.
*/
global $config;
require_once dirname(__FILE__) . "/beanstream.inc.php";
require_once $config['root_dir'] . "/plugins/payment/cc_core/cc_core.inc.php";
$notebook_page = "BeanStream";
config_set_notebook_comment($notebook_page, $notebook_page . ' configuration');
if (file_exists($rm = dirname(__FILE__) . "/readme.txt")) {
    config_set_readme($notebook_page, $rm);
}
add_config_field('payment.beanstream.merchant_id', 'BeanStream Merchant ID', 'text', "your beanstream 9-digit merchant id", $notebook_page, '');
add_config_field('payment.beanstream.username', 'BeanStream Merchant Username', 'text', "your beanstream username", $notebook_page, '');
add_config_field('payment.beanstream.password', 'BeanStream Marchant Password', 'password_c', "your beanstream Password", $notebook_page, 'validate_password', '', '', array('store_type' => 3));
cc_core_add_config_items('beanstream', $notebook_page);
Example #19
0
<?php

if (!defined('INCLUDED_AMEMBER_CONFIG')) {
    die("Direct access to this location is not allowed");
}
$notebook_page = 'Protx VSP direct';
config_set_notebook_comment($notebook_page, 'Protx VSP direct configuration');
if (file_exists($rm = dirname(__FILE__) . "/readme.txt")) {
    config_set_readme($notebook_page, $rm);
}
global $config;
require_once $config['root_dir'] . "/plugins/payment/cc_core/cc_core.inc.php";
add_config_field('payment.protxdirect.login', 'Protx  login', 'text', "your protx username", $notebook_page, '');
add_config_field('payment.protxdirect.testing', 'Test Mode Enabled', 'select', "set to No after you complete testing", $notebook_page, '', '', '', array('options' => array(0 => 'No', 1 => 'Yes')));
cc_core_add_config_items('protxdirect', $notebook_page);
Example #20
0
<?php

if (!defined('INCLUDED_AMEMBER_CONFIG')) {
    die("Direct access to this location is not allowed");
}
$notebook_page = 'NetworkMerchants';
config_set_notebook_comment($notebook_page, 'NetworkMerchants configuration');
if (file_exists($rm = dirname(__FILE__) . "/readme.txt")) {
    config_set_readme($notebook_page, $rm);
}
global $config;
require_once $config['root_dir'] . "/plugins/payment/cc_core/cc_core.inc.php";
add_config_field('payment.networkmerchants.login', 'networkmerchants login', 'text', "", $notebook_page, '');
add_config_field('payment.networkmerchants.pass', 'networkmerchants password', 'text', "", $notebook_page, '');
cc_core_add_config_items('networkmerchants', $notebook_page);
Example #21
0
<?php

if (!defined('INCLUDED_AMEMBER_CONFIG')) {
    die("Direct access to this location is not allowed");
}
$notebook_page = 'Authorize.Net AIM';
config_set_notebook_comment($notebook_page, 'Authorize.Net configuration');
if (file_exists($rm = dirname(__FILE__) . "/readme.txt")) {
    config_set_readme($notebook_page, $rm);
}
global $config;
require_once $config['root_dir'] . "/plugins/payment/cc_core/cc_core.inc.php";
add_config_field('payment.authorize_aim.login', 'API Login ID', 'text', "can be found on the same page as transaction key", $notebook_page, '');
add_config_field('payment.authorize_aim.tkey', 'Transaction Key', 'text', "The transaction key is generated by the system <br />\n    and can be obtained from Merchant Interface. <br />\n    To obtain the transaction key from the Merchant <br />\n    Interface<br />\n1. Log into the Merchant Interface<br />\n2. Select Settings from the Main Menu<br />\n3. Click on Obtain Transaction Key in the Security section<br />\n4. Type in the answer to the secret question configured on setup<br />\n5. Click Submit<br />", $notebook_page, '');
add_config_field('payment.authorize_aim.wells_fargo', 'Wells Fargo Mode', 'select', "if you are Wells Fargo merchant, please set it to YES", $notebook_page, '', '', '', array('options' => array(0 => 'No (default)', 1 => 'Yes')));
add_config_field('payment.authorize_aim.testing', 'Test Mode Enabled', 'select', "set to No after you complete testing", $notebook_page, '', '', '', array('options' => array(0 => 'No', 1 => 'Yes')));
cc_core_add_config_items('authorize_aim', $notebook_page);
Example #22
0
<?php

if (!defined('INCLUDED_AMEMBER_CONFIG')) {
    die("Direct access to this location is not allowed");
}
$notebook_page = 'MerchantAnyWhere';
config_set_notebook_comment($notebook_page, 'MerchantAnyWhere configuration');
if (file_exists($rm = dirname(__FILE__) . "/readme.txt")) {
    config_set_readme($notebook_page, $rm);
}
global $config;
require_once $config['root_dir'] . "/plugins/payment/cc_core/cc_core.inc.php";
add_config_field('payment.merchantanywhere.merchantID', 'Your Assigned Merchant Number', 'text', "Your Assigned Merchant Number", $notebook_page, '');
add_config_field('payment.merchantanywhere.tkey', 'PRI Security Key', 'text', "", $notebook_page, '');
add_config_field('payment.merchantanywhere.testing', 'Test Mode Enabled', 'select', "set to No after you complete testing. <br/>Do not use your live CC number for tests", $notebook_page, '', '', '', array('options' => array(0 => 'No', 1 => 'Yes')));
cc_core_add_config_items('merchantanywhere', $notebook_page);
Example #23
0
<?php

if (!defined('INCLUDED_AMEMBER_CONFIG')) {
    die("Direct access to this location is not allowed");
}
$notebook_page = 'Virtual Merchant';
config_set_notebook_comment($notebook_page, 'Vertual Merchant configuration');
if (file_exists($rm = dirname(__FILE__) . "/readme.txt")) {
    config_set_readme($notebook_page, $rm);
}
global $config;
require_once $config['root_dir'] . "/plugins/payment/cc_core/cc_core.inc.php";
add_config_field('payment.vmerchant.merchant_id', 'Virtual Merchant account ID', 'text', "Set the value to the Virtual Merchant account ID.", $notebook_page, '');
add_config_field('payment.vmerchant.pin', 'PIN', 'text', "Set the value to the merchant PIN associated with the\nVirtual Merchant ID.", $notebook_page, '');
add_config_field('payment.vmerchant.user_id', 'User ID', 'text', "", $notebook_page, '');
add_config_field('payment.vmerchant.testing', 'Test Mode Enabled', 'select', "set to No after you complete testing", $notebook_page, '', '', '', array('options' => array('0' => 'No', '1' => 'Yes')));
cc_core_add_config_items('vmerchant', $notebook_page);
Example #24
0
<?php

if (!defined('INCLUDED_AMEMBER_CONFIG')) {
    die("Direct access to this location is not allowed");
}
/*
*
*     Author: Alex Scott
*      Email: alex@cgi-central.net
*        Web: http://www.cgi-central.net
*    Details: eprocessingnetwork payment plugin config
*    FileName $RCSfile$
*    Release: 3.1.9PRO ($Revision: 3933 $)
*
* Please direct bug reports,suggestions or feedback to the cgi-central forums.
* http://www.cgi-central.net/forum/
*
* aMember PRO is a commercial software. Any distribution is strictly prohibited.
*/
global $config;
require_once dirname(__FILE__) . "/eprocessingnetwork.inc.php";
require_once $config['root_dir'] . "/plugins/payment/cc_core/cc_core.inc.php";
$notebook_page = "eProcessingNetwork";
config_set_notebook_comment($notebook_page, $notebook_page . ' configuration');
if (file_exists($rm = dirname(__FILE__) . "/readme.txt")) {
    config_set_readme($notebook_page, $rm);
}
add_config_field('payment.eprocessingnetwork.account', 'eProcessingNetwork Merchant ID', 'text', "your eprocessingnetwork digital merchant id", $notebook_page, '');
add_config_field('payment.eprocessingnetwork.restrictkey', 'eProcessingNetwork RestrictKey', 'text', "Security feature, like a password to indicate it came from you.", $notebook_page, '');
cc_core_add_config_items('eprocessingnetwork', $notebook_page);
Example #25
0
<?php

if (!defined('INCLUDED_AMEMBER_CONFIG')) {
    die("Direct access to this location is not allowed");
}
$notebook_page = 'BluePay';
config_set_notebook_comment($notebook_page, 'BluePay configuration');
if (file_exists($rm = dirname(__FILE__) . "/readme.txt")) {
    config_set_readme($notebook_page, $rm);
}
global $config;
require_once $config['root_dir'] . "/plugins/payment/cc_core/cc_core.inc.php";
add_config_field('payment.bluepay.account_id', 'BluePay account ID', 'text', "", $notebook_page, '');
add_config_field('payment.bluepay.secret', 'Secret Key', 'text', "", $notebook_page, '');
add_config_field('payment.bluepay.test', 'Test Mode Enabled', 'select', "set to No after you complete testing", $notebook_page, '', '', '', array('options' => array(0 => 'No', 1 => 'Yes')));
cc_core_add_config_items('bluepay', $notebook_page);
Example #26
0
<?php

if (!defined('INCLUDED_AMEMBER_CONFIG')) {
    die("Direct access to this location is not allowed");
}
$notebook_page = 'MSCS';
config_set_notebook_comment($notebook_page, 'MSCS configuration');
if (file_exists($rm = dirname(__FILE__) . "/readme.txt")) {
    config_set_readme($notebook_page, $rm);
}
global $config;
require_once $config['root_dir'] . "/plugins/payment/cc_core/cc_core.inc.php";
add_config_field('payment.mscs.login', 'MSCS login', 'text', "Your MSCS Login ID", $notebook_page, '');
add_config_field('payment.mscs.password', 'MSCS password', 'text', "Your MSCS Password ID", $notebook_page, '');
add_config_field('payment.mscs.mid', 'Merchant ID', 'text', "Your MSCS Merchant ID Number", $notebook_page, '');
add_config_field('payment.mscs.did', 'Device ID', 'text', "Your MSCS Device ID For this Gateway", $notebook_page, '');
add_config_field('payment.mscs.testing', 'Test Mode Enabled', 'select', "set to No after you complete testing", $notebook_page, '', '', '', array('options' => array(0 => 'No', 1 => 'Yes')));
cc_core_add_config_items('mscs', $notebook_page);
Example #27
0
<?php

if (!defined('INCLUDED_AMEMBER_CONFIG')) {
    die("Direct access to this location is not allowed");
}
/*
*
*     Author: Alex Scott
*      Email: alex@cgi-central.net
*        Web: http://www.cgi-central.net
*    Details: cc_demo payment plugin config
*    FileName $RCSfile$
*    Release: 3.1.8PRO ($Revision: 1785 $)
*
* Please direct bug reports,suggestions or feedback to the cgi-central forums.
* http://www.cgi-central.net/forum/
*
* aMember PRO is a commercial software. Any distribution is strictly prohibited.
*/
global $config;
require_once $config['root_dir'] . "/plugins/payment/cc_core/cc_core.inc.php";
$notebook_page = "CCDemo";
config_set_notebook_comment($notebook_page, $notebook_page . ' configuration');
if (file_exists($rm = dirname(__FILE__) . "/readme.txt")) {
    config_set_readme($notebook_page, $rm);
}
add_config_field('payment.cc_demo.merchant_id', 'CCDemo Merchant ID', 'text', "just to demonstrate a configuration item", $notebook_page, '');
cc_core_add_config_items('cc_demo', $notebook_page);
Example #28
0
<?php

if (!defined('INCLUDED_AMEMBER_CONFIG')) {
    die("Direct access to this location is not allowed");
}
$notebook_page = 'Inspire Pay Gateway';
config_set_notebook_comment($notebook_page, 'Inspire Pay configuration');
if (file_exists($rm = dirname(__FILE__) . "/readme.txt")) {
    config_set_readme($notebook_page, $rm);
}
global $config;
require_once $config['root_dir'] . "/plugins/payment/cc_core/cc_core.inc.php";
add_config_field('payment.inspirepay.login', 'Inspire Pay  login', 'text', "", $notebook_page, '');
add_config_field('payment.inspirepay.pass', 'Inspire Pay  password', 'text', "", $notebook_page, '');
cc_core_add_config_items('inspirepay', $notebook_page);
Example #29
0
    die("Direct access to this location is not allowed");
}
/*
*
*     Author: Alex Scott
*      Email: alex@cgi-central.net
*        Web: http://www.cgi-central.net
*    Details: securepay payment plugin config
*    FileName $RCSfile$
*    Release: 3.1.8PRO ($Revision: 1785 $)
*
* Please direct bug reports,suggestions or feedback to the cgi-central forums.
* http://www.cgi-central.net/forum/
*
* aMember PRO is a commercial software. Any distribution is strictly prohibited.
*/
global $config;
require_once $config['root_dir'] . "/plugins/payment/cc_core/cc_core.inc.php";
include_once dirname(__FILE__) . "/securepay.php";
$notebook_page = "SecurePay";
config_set_notebook_comment($notebook_page, $notebook_page . ' configuration');
if (file_exists($rm = dirname(__FILE__) . "/readme.txt")) {
    config_set_readme($notebook_page, $rm);
}
add_config_field('payment.securepay.host', 'SecurePay Host', 'text', "Your SecurePay host (e.g. https://www.securepay.com/secure1/index.asp).", $notebook_page, '');
add_config_field('payment.securepay.timeout', 'SecurePay Timeout', 'text', "Custom timeout value in seconds, default 120 seconds.", $notebook_page, '');
add_config_field('payment.securepay.merchant_id', 'SecurePay Default Merchant Identifier', 'text', "Your default SecurePay Merchant Identifier (usually a number, e.g. 123456).", $notebook_page, '');
add_config_field('payment.securepay.debug', 'Test Mode Enabled', 'select', "Set to No after you complete testing.", $notebook_page, '', '', '', array('options' => array(0 => 'No', 1 => 'Yes')));
add_config_field('payment.securepay.avsreq', 'AVS Check', 'select', "Use AVS system check (The AVS system used by SecurePay.Com supports the United States)", $notebook_page, '', '', '', array('options' => array(0 => 'Do not use AVS Check', 1 => 'Full AVS (both street address and zip code)', 2 => 'AVS only, Full AVS but do not authorize the Credit Card', 3 => 'Credit Card Authorization and Zip Code AVS Only', 4 => 'AVS with Zip Code only, do not authorize the Credit Card')));
cc_core_add_config_items('securepay', $notebook_page);
Example #30
0
<?php

if (!defined('INCLUDED_AMEMBER_CONFIG')) {
    die("Direct access to this location is not allowed");
}
/*
*
*     Author: Alex Scott
*      Email: alex@cgi-central.net
*        Web: http://www.cgi-central.net
*    Details: echo payment plugin config
*    FileName $RCSfile$
*    Release: 3.1.8PRO ($Revision: 1785 $)
*
* Please direct bug reports,suggestions or feedback to the cgi-central forums.
* http://www.cgi-central.net/forum/
*
* aMember PRO is a commercial software. Any distribution is strictly prohibited.
*/
global $config;
//require_once(dirname(__FILE__)."/echo.inc.php");
require_once $config['root_dir'] . "/plugins/payment/cc_core/cc_core.inc.php";
$notebook_page = "ECHO";
config_set_notebook_comment($notebook_page, $notebook_page . ' configuration');
if (file_exists($rm = dirname(__FILE__) . "/readme.txt")) {
    config_set_readme($notebook_page, $rm);
}
add_config_field('payment.echo.merchant_id', 'ECHO Merchant ID', 'text', "your echo 10-digit merchant id", $notebook_page, '');
add_config_field('payment.echo.pin', 'ECHO PIN number', 'password_c', "your PIN number, issued by ECHO", $notebook_page, 'validate_password', '', '', array('store_type' => 3));
cc_core_add_config_items('echo', $notebook_page);