Exemplo n.º 1
0
 public function _initSetupForm(Am_Form_Setup $form)
 {
     $form->addText("merchant_id")->setLabel('Your Realex Merchant ID');
     $form->addPassword('secret')->setLabel('Secret key');
     $form->addAdvcheckbox('testing')->setLabel('Testing mode');
 }