DEBUG"contract ID $contract_id month period costs $month_customer_cost (customer), $month_reseller_cost (reseller) exceed $fraud_limit_type limit of $fraud_limit";
INFO"contract ID $contract_id month period costs $month_customer_cost (customer), $month_reseller_cost (reseller) exceed $fraud_limit_type limit of $fraud_limit";
}else{
$month_lock=undef;
DEBUG"contract ID $contract_id month period costs $month_customer_cost (customer), $month_reseller_cost (reseller)";
INFO"contract ID $contract_id month period costs $month_customer_cost (customer), $month_reseller_cost (reseller)";
DEBUG"contract ID $contract_id day period costs $day_customer_cost (customer), $day_reseller_cost (reseller) exceed $fraud_limit_type limit of $fraud_limit";
INFO"contract ID $contract_id day period costs $day_customer_cost (customer), $day_reseller_cost (reseller) exceed $fraud_limit_type limit of $fraud_limit";
}else{
$daily_lock=undef;
DEBUG"contract ID $contract_id day period costs $day_customer_cost (customer), $day_reseller_cost (reseller)";
INFO"contract ID $contract_id day period costs $day_customer_cost (customer), $day_reseller_cost (reseller)";