magento-plugin/lib/bitpay/bp_options.php

30 lines
514 B
PHP
Raw Normal View History

2012-10-01 12:28:57 -07:00
<?php
global $bpOptions;
// do not edit this file
// all values are set via config settings or upon use
$bpOptions['SSLcert'] = '';
$bpOptions['SSLkey'] = '';
$bpOptions['secret'] = '';
$bpOptions['verifyPos'] = true;
2012-10-01 12:28:57 -07:00
$bpOptions['notificationEmail'] = '';
$bpOptions['notificationURL'] = '';
$bpOptions['redirectURL'] = '';
$bpOptions['currency'] = '';
$bpOptions['physical'] = 'true';
$bpOptions['fullNotifications'] = 'true';
$bpOptions['transactionSpeed'] = 'low';
?>