• On line 227 you need to change
    $order_amount = 100 * intval( $order->order_total );
    to
    $order_amount = 100 * $order->order_total;

    Your plugin strips the cents away from the transactions using intval.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Will be perfect when changes are made’ is closed to new replies.