Skip to content

Commit 502ccc7

Browse files
committed
string fixes
1 parent 754cdb6 commit 502ccc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ function api_buy_license($sid, $ip, $service_type, $coupon = '', $use_prepay = n
273273
$prepay = get_prepay_related_amount([], $module);
274274
if ($prepay <= $service_cost && $prepay_low_funds_triggers_error == true) {
275275
$return['status'] = 'error';
276-
$return['status_text'] .= "You do not have enough Pre-Pay This (Available for a new license: ${$prepay} vs License Cost {$service_cost})\n";
276+
$return['status_text'] .= "You do not have enough Pre-Pay This (Available for a new license: \${$prepay} vs License Cost {$service_cost})\n";
277277
$continue = false;
278278
}
279279
}

0 commit comments

Comments
 (0)