WAMP and PAYPAL
Posted by: aravot (203.129.220.---)
Date: May 01, 2006 12:14PM

Hi All,

I have taken following steps:

1. Installed WAMP with addon for PHP4.4.2
2. Installed PEAR
3. Installed php-sdk and following steps were taken for the purpose

3.1 copy sdk in php directory
3.2 From commend line gave following command:
php c:\wamp\php4\php-sdk\install.php
3.3 Installed the sdk in c:\wamp\www\projectfolder

4. I target my browser to samples/php
5. pressed "Use default account" button
6. Clicked DoDirectPayment--Sale link
7. Clicked Submit button
8. got following error--

Fatal error: Call to undefined function: getack() in

\samples\php\DoDirectPaymentReceipt.php on line 135

Am I doing something wrong?

What should I do?

Please help.

Thanks in advance

Ranjan

Options: ReplyQuote
Re: WAMP and PAYPAL
Posted by: aravot (203.129.220.---)
Date: May 01, 2006 01:05PM


So in the sample transaction mentioned above the problem of getack() function not defined has been solved.

For details please visit following thread:

[www.paypaldev.org]

I have simply done following change in php.ini:

short_open_tag = Off

to

short_open_tag = On

Regards,
Ranjan

Options: ReplyQuote


Sorry, only registered users may post in this forum.