aec04f0085
_calculate_traffic_price treated unlimited traffic as free because base_gb=0 triggered the `if base_gb > 0 else 0` guard, skipping the price lookup. Added early return for total_gb==0 to use the configured unlimited tier price.