CakePHP-Paypal-IPN-Plugin
CakePHP-Paypal-IPN-Plugin copied to clipboard
Not able to setup Paypal IPN plugin
Hi nick, i am using your cakephp paypal ipn plugin and i am unable to setup. i have followed all the instructions and i am getting this error
Fatal error: PaypalIpnConfig: The configuration could not be loaded. in /var/app/current/app/Plugin/PaypalIpn/View/Helper/PaypalHelper.php on line 45 Fatal error: PaypalIpnConfig: The configuration could not be loaded. in /var/app/current/app/Plugin/PaypalIpn/View/Helper/PaypalHelper.php on line 45
can u please help me out with this issue. i am using cakephp 2.*
Quick hack:
In app/Plugin/PaypalIpn/View/Helper/PaypalHelper.php
Change line 34 to:
'file' => APP . DS .'Plugin'. DS .'PaypalIpn'. DS .'Config' . DS . 'paypal_ipn_config.php'