fix(subscriptions): fix getRate() returning truthy '0.00' for missing service codes
PHP's ?: operator treats '0.00' as truthy, preventing fallback to generic
service codes. Now returns empty string for missing/zero rows, with hard
fallback defaults as last resort.
Co-Authored-By:
Claude Opus 4.6 <noreply@anthropic.com>
Showing
Please register or sign in to comment