Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mipadrino

    (@mipadrino)

    So it ended up being a stuck cron job that clears pending payment status’ after a certain amount of time. Once I got the cron unstuck it started working as expected. I am seeing some errors showing in the admin with the newest version of the plugins though.

    Notice: Trying to get property ‘total’ of non-object in wp-content/plugins/sezzle-woocommerce-payment/woocommerce-gateway-sezzle.php on line 641

    Looks like you are hooking into the woocommerce_available_payment_gateways filter and checking for a total in a cart object. Can fix this on line 640 with a if(is_admin()) return $available_gateways;

    Thread Starter mipadrino

    (@mipadrino)

    The pending payments used to switch to canceled and now just remain with a pending status. The custom workflows we had setup checked orders on status change and if the order used sezzle as a gateway and the status moved from pending to canceled it would fire off emails for follow up. Can you explain why that feature was removed or point me in the direction of the version it was changed on so I can look at the code myself and see if I can create or hook into the process to replicate it myself.

Viewing 2 replies - 1 through 2 (of 2 total)