[NFC] Explicitly specify that it is the Payment processor Type Name not Payment Proce...
authorSeamus Lee <seamuslee001@gmail.com>
Fri, 10 Jan 2020 23:38:23 +0000 (10:38 +1100)
committerSeamus Lee <seamuslee001@gmail.com>
Fri, 10 Jan 2020 23:38:23 +0000 (10:38 +1100)
CRM/Financial/DAO/PaymentProcessorType.php
xml/schema/Financial/PaymentProcessorType.xml

index 1ec35e96d775899979b5d85246405c5ba8238e7c..fc9627c090651b730d78867fd1414f6f86f2a29b 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Financial/PaymentProcessorType.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:5c1b8ad9b5ebf8ee399cf5d5268349bc)
+ * (GenCodeChecksum:1133a3c9eb58738c315a8509fea39d72)
  */
 
 /**
@@ -36,7 +36,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO {
   public $id;
 
   /**
-   * Payment Processor Name.
+   * Payment Processor Type Name.
    *
    * @var string
    */
@@ -194,8 +194,8 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO {
         '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,
index 27273978a9a1a4fb2eb97aaba4322afec0d1b75c..72ea65d2b245ce5233dbf2566087949a3d2e32b5 100644 (file)
   </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>