Hi,
I'm doing some simple subtraction:
$difference = ($payment_total - $order_total);
When I print out each of the above values, the $order_totals and $payment_totals always look normal, but sometimes the $difference gives me something like: 5.6843418860808e-14. Any ideas on what might be causing this?
Thanks,
JD