Zen Cart Logo
Forums / Addon Payment Modules / HSBC Integration - nearly there!

HSBC Integration - nearly there!

Locked

Views: 2,018

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
16 Jan 2007, 6:29 PM
#1
crystalclear avatar

crystalclear

New Zenner

Join Date:
Jan 2007
Posts:
1
Plugin Contributions:
0

HSBC Integration - nearly there!

hi all / someone,
have read all other posts on the hsbc payment module stuff and the issue i have isn't really covered.

have set everything up fine, so all info is generated (inc hash) and posted to hsbc site. enter all card details and progresses to confirm order on the hsbc site. then my problem comes to light - with the ...
hsbc_return.php page. i get the following error:

Fatal error: Call to a member function on a non-object in /home/sites/myclientwebsite.com/public_html/hsbc_return.php on line 51

and line 51 is : $hash=$hsbc->getHash($post_2);

the cpiResult is 0 so the transaction is approved by hsbc, i just can't get this to work:sleepy:

the hsbc_return.php is on a secure server, which is on redhat linux.

any ideas greatly appreciated.

29 Apr 2008, 10:27 AM
#2
sdclee avatar

sdclee

New Zenner

Join Date:
Apr 2008
Location:
Cumbria, England
Posts:
24
Plugin Contributions:
0

Re: HSBC Integration - nearly there!

I am looking into that issue now - $GLOBALS['hsbc'] is undefined within the module. Hopefully I'll crack that soon - or someone else will be prompted to ;-)