Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author swicks

    (@swicks)

    Have you tried changing the order method from invoice to quote under the KashFlow tab?

    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.

    Plugin Author swicks

    (@swicks)

    Can you please send me the debug log and let me know what invoice number had failed.
    If the debug log isn’t enabled please enable in woocommerce settings, under the kashflow tab. Reproduce the issue and let me know what invoice number that has failed and email the log file to support AT devicesoftware.com.
    What line did you commented out to resolve the issue?

    Sorry for the short notice but I’m only around tomorrow after that I away for 2 weeks

    Best Regards

    Steve

    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 ) );

    Plugin Author swicks

    (@swicks)

    thanks I will take a look and see what we can do.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Payments being assigned to wrong invoices’ is closed to new replies.