Called to undefined function
-
There is error of undefined function On this file
woocommerce-gateway-cardcom-2014/cardcom.php:388
$order_discount = number_format( $order->get_order_discount(), 2, '.', '');
Should be changed into:
$order_discount = number_format( $order->get_total_discount(), 2, '.', '');
- The topic ‘Called to undefined function’ is closed to new replies.