AAAAwww/administrator/components/com_chronoforms/form_actions/paypal_listener/paypal_listener.ctp 0000604 00000004604 15137477027 0032170 0 ustar 00 home/academiac
Header(array('config' => 'Config', 'help' => 'Help'), 'paypal_listener_config_{n}'); ?>
tabStart('config'); ?>
input('action_paypal_listener_{n}_sandbox_config', array('type' => 'select', 'label' => 'Use Sandbox', 'options' => array(0 => 'No', 1 => 'Yes'), 'smalldesc' => 'Do you need a testing redirection to the PayPal Sandbox ?')); ?>
tabEnd(); ?>
tabStart('help'); ?>
- This plugin will process the response coming from the Paypal IPN for some transaction.
- You should have the IPN enabled under your Paypal account settings and set the "notify url" to the url to the form event loading this action.
- The Verified event is when PayPal verifies that the data processed belongs to your account and the payment status is Completed, Invalid means that its some kind of spam, Error means that your server doesn't have the fsockopen function enabled!.
tabEnd(); ?>