This plugin works man. I use it all the time on krbecrypto.com
One line of code I did add to the plugin is
after line 468 ‘$order->payment_complete();’
I added:
$order->update_status(‘completed’);
Which set orders that successfully pinged back via IPN to complete.