The problem is, we forced SSL for Checkout in HIkashop, that is when the issue started. We disable the SSL in hikashop back to what it was but the relay_URL is still https://...... from what we could see in the console.
We just installed SSL two days ago so the relay_url could not have worked before with HTTPS which means it was HTTP://.....
I guess when we forced SSL for checkout that URL has changed to https but then never changed back.
how do I change that back to HTTP://?
I know its defined somewhere in HIkashop $vars["x_relay_url"] = HIKASHOP_LIVE.'index.php?option=com_hikashop&ctrl=checkout&task=notify¬if_payment=authorize&tmpl=component&lang='.$this->locale.$this->url_itemid;
HIKASHOP_LIVE must defined in hikashop configuration somewhere, but i don't know where. Please advice.
Thanks