Skip to content

Commit

Permalink
Allow payment processor field to use the Password QuickForm Field type
Browse files Browse the repository at this point in the history
  • Loading branch information
seamuslee001 committed Jul 13, 2017
1 parent 2c6536b commit 9d69a39
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 33 deletions.
4 changes: 2 additions & 2 deletions CRM/Financial/DAO/PaymentProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*
* Generated from xml/schema/CRM/Financial/PaymentProcessor.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:0e75917439817823f9c6d99cd640ff98)
* (GenCodeChecksum:223b44e4b9e2994f724d2dbd79f575e4)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
Expand Down Expand Up @@ -327,7 +327,7 @@ static function &fields() {
'bao' => 'CRM_Financial_BAO_PaymentProcessor',
'localizable' => 0,
'html' => array(
'type' => 'Text',
'type' => 'Password',
) ,
) ,
'signature' => array(
Expand Down
60 changes: 30 additions & 30 deletions sql/civicrm_generated.mysql

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion xml/schema/Financial/PaymentProcessor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
<length>255</length>
<add>1.8</add>
<html>
<type>Text</type>
<type>Password</type>
</html>
</field>
<field>
Expand Down

0 comments on commit 9d69a39

Please sign in to comment.