Cart work for payments and Paypal work to test
This commit is contained in:
@@ -16,7 +16,7 @@ return array(
|
||||
'cache_type' => 'file',
|
||||
'email_from' => array('noreply@graytech.net.au'=>'Graytech Hosting'),
|
||||
'email_admin_only'=> array(
|
||||
'adsl_traffic_notice'=>array('deon@c5t61p.leenooks.vpn'=>'Deon George'),
|
||||
// 'adsl_traffic_notice'=>array('deon@leenooks.vpn'=>'Deon George'),
|
||||
),
|
||||
'method_directory'=> array( // Out method paths for the different functions
|
||||
'admin',
|
||||
@@ -26,6 +26,9 @@ return array(
|
||||
'user',
|
||||
),
|
||||
'method_security' => TRUE, // Enables Method Security. Setting to false means any method can be run without authentication
|
||||
'session_change_trigger'=>array( // Updates to tables to make when our session ID is changed
|
||||
'Cart'=>'session_id',
|
||||
),
|
||||
'site' => array(
|
||||
'172.31.9.4'=>1,
|
||||
'www.graytech.net.au'=>1,
|
||||
|
Reference in New Issue
Block a user