????

Your IP : 18.225.254.112


Current Path : /home/thenclexdoctor.com/public_html/app/Models/Observers/
Upload File :
Current File : /home/thenclexdoctor.com/public_html/app/Models/Observers/OrderNumberObserver.php

<?php

namespace App\Models\Observers;

use App\Models\Order;

class OrderNumberObserver
{
    public function saving(Order $model)
    {
        // Check if the number is below zero

        if ($model->tax < 0) {
            $model->tax = 0;
        }

        if ($model->total_amount < 0) {
            $model->total_amount = 0;
        }

        if ($model->total_discount < 0) {
            $model->total_discount = 0;
        }
    }
}

Page not found | The NCLEX Doctor

Page not found!

Sorry, this page is not available...