*
* Generated from xml/schema/CRM/Financial/PaymentProcessorType.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:5c1b8ad9b5ebf8ee399cf5d5268349bc)
+ * (GenCodeChecksum:1133a3c9eb58738c315a8509fea39d72)
*/
/**
public $id;
/**
- * Payment Processor Name.
+ * Payment Processor Type Name.
*
* @var string
*/
'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,
</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>