CakePHP-Paypal-IPN-Plugin icon indicating copy to clipboard operation
CakePHP-Paypal-IPN-Plugin copied to clipboard

Not able to setup Paypal IPN plugin

Open WaseemAR opened this issue 9 years ago • 1 comments

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.*

WaseemAR avatar Jun 24 '15 09:06 WaseemAR

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'

jfrei avatar Sep 23 '15 21:09 jfrei