Payment Gateway Audit page

This commit is contained in:
Ibnu Maksum
2024-08-01 17:55:58 +07:00
parent efdb0fc6bc
commit b64e841bde
10 changed files with 242 additions and 34 deletions

View File

@ -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();