Skip to content

Commit

Permalink
[NFC] Explicitly specify that it is the Payment processor Type Name n…
Browse files Browse the repository at this point in the history
…ot Payment Procesor name field.
  • Loading branch information
seamuslee001 committed Jan 10, 2020
1 parent 300f9c7 commit 9c99288
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CRM/Financial/DAO/PaymentProcessorType.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Financial/PaymentProcessorType.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:5c1b8ad9b5ebf8ee399cf5d5268349bc)
* (GenCodeChecksum:1133a3c9eb58738c315a8509fea39d72)
*/

/**
Expand Down Expand Up @@ -36,7 +36,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO {
public $id;

/**
* Payment Processor Name.
* Payment Processor Type Name.
*
* @var string
*/
Expand Down Expand Up @@ -194,8 +194,8 @@ public static function &fields() {
'name' => [
'name' => 'name',
'type' => CRM_Utils_Type::T_STRING,
'title' => ts('Payment Processor variable name to be used in code'),
'description' => ts('Payment Processor Name.'),
'title' => ts('Payment Processor Type variable name to be used in code'),
'description' => ts('Payment Processor Type Name.'),
'required' => TRUE,
'maxlength' => 64,
'size' => CRM_Utils_Type::BIG,
Expand Down
4 changes: 2 additions & 2 deletions xml/schema/Financial/PaymentProcessorType.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
</primaryKey>
<field>
<name>name</name>
<title>Payment Processor variable name to be used in code</title>
<title>Payment Processor Type variable name to be used in code</title>
<type>varchar</type>
<length>64</length>
<comment>Payment Processor Name.</comment>
<comment>Payment Processor Type Name.</comment>
<add>1.8</add>
<required>true</required>
</field>
Expand Down

0 comments on commit 9c99288

Please sign in to comment.