Thread Starter
ritdaw
(@ritdaw)
Commented out these two lines. I haven’t had a chance to do anything else testing wise as this has had the desired outcome for me.
//$invoice_response = $this->api->insert_invoice_payment($invoice_payment);
//$this->logit( ‘sales invoice payment – ‘ . print_r( $invoice_response, true ) );
Thread Starter
ritdaw
(@ritdaw)
No, but I don’t want to be generating quotes for each order. It would be fine if it at least assigned the payment to the correct invoice but it keeps deciding to assign payments to unrelated invoices in kashflow. I’ve commented out a line in the plugin for the time being.