I reply to all queries on the forums and via email, once per day, Monday to Friday (not weekends).

If you are new here, please see some information on how to ask for support. Thank you!

Reply To: Getting the following error when paying out WCMP Commissions

#8279
d3vnu77
Participant

The problems seems to lay in the wcmp_transaction_update_meta_data method of WCMP it looks like.
classes\class-wcmp-ledger.php

When setting the balance key in the $data array… it can be fixed by changing the line to this:

'balance' => isset($unpaid_commission_total['total'])?$unpaid_commission_total['total']:0,

Should I forward that on to WCMP you think? Or am I not digging into it enough?