fix variable inside ', it must be inside "

This commit is contained in:
iBNu Maksum 2025-03-20 10:43:52 +07:00
parent d506dd66ff
commit 4a441c5763
No known key found for this signature in database
GPG Key ID: 7FC82848810579E5
3 changed files with 327 additions and 1099 deletions

View File

@ -371,7 +371,7 @@ switch ($action) {
$d->trx_invoice = $result;
$d->status = 2;
$d->save();
r2(getUrl('order/view/$trx_id'), 's', Lang::T("Success to send package"));
r2(getUrl("order/view/$trx_id"), 's', Lang::T("Success to send package"));
} else {
$errorMessage = "Send Package with Balance Failed\n\n#u$user[username] #send \n" . $plan['name_plan'] .
"\nRouter: " . $router_name .

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,3 @@
{
"version": "2025.3.19"
"version": "2025.3.20"
}