dasonix,
I've just checked and if you set the callback URL to:
you must also make a change inCode:https://<wpdisplay item="MC_callback">
includes/modules/payment.worldpay.php at line 129
from:
to:Code:$worldpay_callback = explode('http://', $callback_url);
Hope this helps,Code:$worldpay_callback = explode('https://', $callback_url);
Alan



