Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SECpay -


tyrant

Recommended Posts

Posted

Ok i have trawled just about every post made regarding SECpay and can not find a suitable answer. I was hoping you folks would be kind enough to offer me a prompt responce.

 

Like everyone i suffer the same problem

 

1, Payment is recieved and processed by SECpay.

2, Secpay returns you to: checkout_payment.php showing a payment error. List no information and fails to record the sale.

 

Now... I have checked my digest key in both secpay.php & on secpay.com and they match. I have left the standard secpay template. Should i adjust this in someway to resolve this problem?

 

(Please note: I have read all posts regarding this but still no clue as to how to fix it - try it if u dont believe me :)

 

Thxs in advance for any help !!!!

 

Bows.

Posted

this appears to be the line that might be cauing the problem

 

tep_draw_hidden_field('callback', tep_href_link(FILENAME_CHECKOUT_PROCESS, '', 'SSL', false) . ';' . tep_href_link(FILENAME_CHECKOUT_PAYMENT, 'payment_error=' . $this->code, 'SSL', false)) .

 

Can anyone advise?

Posted

Lo guys.. Please help... SEC pay would help me but they are shut for two days... Please you will be rewarded in heaven 4 your help !!!

Posted

Bumping of posts is not allowed under forum rules, and neither is double posting - both of which you have done.

 

Vger

Posted
Bumping of posts is not allowed under forum rules, and neither is double posting - both of which you have done.

 

Vger

 

 

Vger it is / was not my intention to upset anyone. However SECpay is displaying some serious basic problems. An extensive review of the forums shows clearly that numerious people are having great difficulty getting the latest update to work. In addition no one todate has provide a fix / guide or help towards resolving this.

 

It is the last step of my website and as you can imagine the desire to complete it is killing me.....

 

Soz...

Posted

Probably not this - But try removing java/ from your includes/spider.txt file if it exists.

Your online success is Paramount.

Posted
Probably not this - But try removing java/ from your includes/spider.txt file if it exists.

 

 

Thanks but thats already done and made no difference !! I am pretty sure now that it is something to do with the way the digest key has been inputed or should be inputed. Am i correct in saying that the digest key is just a password you make up yourself to apply to both the secpay.php file and to the secpay website?

 

if ($HTTP_GET_VARS['code'] == 'A' && !empty($HTTP_GET_VARS['auth_code']) && empty($HTTP_GET_VARS['resp_code']) && !empty($HTTP_GET_VARS['osCsid'])) {
//	  Hard code Digest Key here if required.  
  $DIGEST_PASSWORD = "secpay";		
	list($REQUEST_URI, $CHECK_SUM) = split("hash=", $_SERVER['REQUEST_URI']); 
	if ($HTTP_GET_VARS['hash'] != MD5($REQUEST_URI.MODULE_PAYMENT_SECPAY_READERS_DIGEST)) {
	   tep_redirect(tep_href_link(FILENAME_CHECKOUT_PAYMENT, tep_session_name() . '=' . $HTTP_GET_VARS[tep_session_name()] . '&payment_error=' . $this->code, 'SSL', false, false));

 

The problem is somewhere in the above. I set the secpay password as secpay on the secpay admin panel too... Is it because of the " " ?? Anyclues or anymore comments would be great ;)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...