Example #1
0
 public function _initSetupForm(Am_Form_Setup $form)
 {
     Am_Paysystem_PaypalApiRequest::initSetupForm($form);
 }
Example #2
0
 public function _initSetupForm(Am_Form_Setup $form)
 {
     Am_Paysystem_PaypalApiRequest::initSetupForm($form);
     $form->addAdvCheckbox("dont_verify")->setLabel("Disable IPN verification\n" . "<b>Usually you DO NOT NEED to enable this option.</b>\n            However, on some webhostings PHP scripts are not allowed to contact external\n            web sites. It breaks functionality of the PayPal payment integration plugin,\n            and aMember Pro then is unable to contact PayPal to verify that incoming\n            IPN post is genuine. In this case, AS TEMPORARY SOLUTION, you can enable\n            this option to don't contact PayPal server for verification. However,\n            in this case \"hackers\" can signup on your site without actual payment.\n            So if you have enabled this option, contact your webhost and ask them to\n            open outgoing connections to www.paypal.com port 80 ASAP, then disable\n            this option to make your site secure again.");
     $form->addText('localecode')->setLabel(array('Locale Code', 'By default: US'));
 }
Example #3
0
 public function _initSetupForm(Am_Form_Setup $form)
 {
     Am_Paysystem_PaypalApiRequest::initSetupForm($form);
     $form->addAdvCheckbox('send_shipping')->setLabel("Send user's address as shipping address to PayPal");
 }