From 9c9928851f31c784cb1f14edcdfbea2d0adc5383 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Sat, 11 Jan 2020 10:38:23 +1100 Subject: [PATCH] [NFC] Explicitly specify that it is the Payment processor Type Name not Payment Procesor name field. --- CRM/Financial/DAO/PaymentProcessorType.php | 8 ++++---- xml/schema/Financial/PaymentProcessorType.xml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CRM/Financial/DAO/PaymentProcessorType.php b/CRM/Financial/DAO/PaymentProcessorType.php index 1ec35e96d775..fc9627c09065 100644 --- a/CRM/Financial/DAO/PaymentProcessorType.php +++ b/CRM/Financial/DAO/PaymentProcessorType.php @@ -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 @@ 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, diff --git a/xml/schema/Financial/PaymentProcessorType.xml b/xml/schema/Financial/PaymentProcessorType.xml index 27273978a9a1..72ea65d2b245 100644 --- a/xml/schema/Financial/PaymentProcessorType.xml +++ b/xml/schema/Financial/PaymentProcessorType.xml @@ -19,10 +19,10 @@ name - Payment Processor variable name to be used in code + Payment Processor Type variable name to be used in code varchar 64 - Payment Processor Name. + Payment Processor Type Name. 1.8 true