Hi people,
I'm developing a shopping cart with payment through Paypal, and when I click in the "checkout with paypal" button I get the following answer:
Code:
Notice: Undefined variable: response in /home/diego/www/siri/apps/frontend/modules/cart/templates/paypalfunctions.php on line 345
Notice: Undefined index: ACK in /home/diego/www/siri/apps/frontend/modules/cart/templates/paypalfunctions.php on line 91
Notice: Undefined index: ACK in /home/diego/www/siri/apps/frontend/modules/cart/templates/checkoutSuccess.php on line 49
Notice: Undefined index: L_ERRORCODE0 in /home/diego/www/siri/apps/frontend/modules/cart/templates/checkoutSuccess.php on line 57
Notice: Undefined index: L_SHORTMESSAGE0 in /home/diego/www/siri/apps/frontend/modules/cart/templates/checkoutSuccess.php on line 58
Notice: Undefined index: L_LONGMESSAGE0 in /home/diego/www/siri/apps/frontend/modules/cart/templates/checkoutSuccess.php on line 59
Notice: Undefined index: L_SEVERITYCODE0 in /home/diego/www/siri/apps/frontend/modules/cart/templates/checkoutSuccess.php on line 60
SetExpressCheckout API call failed. Detailed Error Message: Short Error Message: Error Code: Error Severity Code:
I got the checkout and paypal functions php files but I can't make it work. I have the test account in the sandbox and I put the API credentials.
Does anybody know what this error is related to?
Regards,