From: Seamus Lee Date: Tue, 1 Mar 2022 02:14:07 +0000 (+1100) Subject: Update Contribution Recur DAO following regen X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d78a8ccd0624121b835d5b887b1c80f619be86d5;p=civicrm-core.git Update Contribution Recur DAO following regen --- diff --git a/CRM/Contribute/DAO/ContributionRecur.php b/CRM/Contribute/DAO/ContributionRecur.php index 830712e5f3..2806acb2d8 100644 --- a/CRM/Contribute/DAO/ContributionRecur.php +++ b/CRM/Contribute/DAO/ContributionRecur.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contribute/ContributionRecur.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:6d77881ddf63ce2b56752b87c0d37ee8) + * (GenCodeChecksum:6dcf9956d80db83ef6e3d871c1b973d0) */ /** @@ -167,7 +167,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { public $payment_token_id; /** - * unique transaction id. may be processor id, bank id + trans id, or account number + check number... depending on payment_method + * unique transaction id (deprecated - use processor_id) * * @var string|null * (SQL type: varchar(255)) @@ -612,7 +612,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'name' => 'trxn_id', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Transaction ID'), - 'description' => ts('unique transaction id. may be processor id, bank id + trans id, or account number + check number... depending on payment_method'), + 'description' => ts('unique transaction id (deprecated - use processor_id)'), 'maxlength' => 255, 'size' => CRM_Utils_Type::HUGE, 'where' => 'civicrm_contribution_recur.trxn_id',