mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-22 03:44:28 +02:00
Payment Gateway Audit page
This commit is contained in:
parent
efdb0fc6bc
commit
b64e841bde
10 changed files with 242 additions and 34 deletions
|
@ -460,7 +460,6 @@ switch ($action) {
|
|||
} else {
|
||||
$d->price = ($plan['price'] + $add_cost + $tax);
|
||||
}
|
||||
//$d->price = ($plan['price'] + $add_cost);
|
||||
$d->created_date = date('Y-m-d H:i:s');
|
||||
$d->status = 1;
|
||||
$d->save();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue