diff --git a/models/Carpayment_model.php b/models/Carpayment_model.php index 0e5e72b..b2ccd4a 100644 --- a/models/Carpayment_model.php +++ b/models/Carpayment_model.php @@ -394,6 +394,10 @@ class Carpayment_model extends CI_Model { $station_local_ip = '192.168.9.201'; } + else if($cario['station_no'] == 12171) + { + $station_local_ip = '192.168.0.201'; + } else { $station_local_ip = STATION_LOCAL_IP;