
Originally Posted by
balihr
Are you 100% sure the module doesn't require an SSL certificate? Can you confirm that with the processor? Because, this was the case with Google Checkout - although SSL certificate was not *required*, return notifications didn't work without one. It's an offsite payment module so you don't need a certificate, but there's a chance that the information about successful payment can not be sent back to your site if the connection isn't secure...
Keep in mind that I'm just guessing here... First step - check with payment processor if SSL is required for return notifications. Second step - post here whatever you find out. You'll either help someone else or will continue asking for help... :)
balihr thank you for your reply. i have resolved the problem. yes, the module doesn't require an SSL certificate when in our shop. but it need SSL certificate if your pay via your credit card.
the problem in here:
PHP Code:
function before_process()
need some change. different module different modify. hope my post can help others. :)
thanks. bye.
PS, how can i close this thread?