fix variable inside ', it must be inside "
This commit is contained in:
parent
d506dd66ff
commit
4a441c5763
@ -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
@ -1,3 +1,3 @@
|
||||
{
|
||||
"version": "2025.3.19"
|
||||
"version": "2025.3.20"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user