Subversion Repositories SmartDukaan

Rev

Rev 11171 | Rev 11389 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11171 Rev 11387
Line 200... Line 200...
200
$config['topup-special'] = array(6,7,19,17);
200
$config['topup-special'] = array(6,7,19,17);
201
$config['DthIdAliasMap'] = array(0 => "Account Number :",1=>"VC Number :",2=>"Smart Card Number :",3=>"Smart Card Number :",4=>"Subscriber Id :",5=>"Customer Id :",26=>"Customer Id :");
201
$config['DthIdAliasMap'] = array(0 => "Account Number :",1=>"VC Number :",2=>"Smart Card Number :",3=>"Smart Card Number :",4=>"Subscriber Id :",5=>"Customer Id :",26=>"Customer Id :");
202
$config['username'] = array('letsgomo','shop2020');
202
$config['username'] = array('letsgomo','shop2020');
203
$config['password'] = array('reddevil','letsgomo123');
203
$config['password'] = array('reddevil','letsgomo123');
204
$config['cdn_version'] = 1;
204
$config['cdn_version'] = 1;
205
 
-
 
-
 
205
$config['email_list'] = array('yashmeet@letsgomo.com');
-
 
206
$config['email_params'] = array('protocol'  => 'smtp','smtp_host' => 'ssl://smtp.gmail.com','smtp_port' => 465,'smtp_user' => 'mobile@letsgomo.com','smtp_pass' => 'turbo124','charset'   => 'utf-8','Content-Type' =>'text/html');
206
 
207
 
207
208