| Current Path : /home/users/unlimited/www/eshop.codeskitter.site/application/config/ |
| Current File : /home/users/unlimited/www/eshop.codeskitter.site/application/config/paypal.php |
<?php if (!defined('BASEPATH')) exit('No direct script access allowed');
// ------------------------------------------------------------------------
// Paypal library configuration
// ------------------------------------------------------------------------
$config['sandbox'] = $config['Sandbox'] = FALSE; // FALSE for live environment
$config['business'] = 'paypal@nonvoip.com';
// What is the default currency?
$config['paypal_lib_currency_code'] = 'USD';
// Where is the button located at?
$config['paypal_lib_button_path'] = 'assets/images/';
// If (and where) to log ipn response in a file
$config['paypal_lib_ipn_log'] = TRUE;
$config['paypal_lib_ipn_log_file'] = BASEPATH . 'logs/paypal_ipn.log';