Skip to content

Commit

Permalink
ContributionRecur DAO - Regenerate based on current XML
Browse files Browse the repository at this point in the history
The 'description' here appears to be from 'master' rather than '5.47'.
Otherwise, it's identical.
  • Loading branch information
totten committed Mar 5, 2022
1 parent 0e503fb commit 382ed85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CRM/Contribute/DAO/ContributionRecur.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Contribute/ContributionRecur.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:6dcf9956d80db83ef6e3d871c1b973d0)
* (GenCodeChecksum:6d77881ddf63ce2b56752b87c0d37ee8)
*/

/**
Expand Down Expand Up @@ -167,7 +167,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
public $payment_token_id;

/**
* unique transaction id (deprecated - use processor_id)
* unique transaction id. may be processor id, bank id + trans id, or account number + check number... depending on payment_method
*
* @var string|null
* (SQL type: varchar(255))
Expand Down Expand Up @@ -612,7 +612,7 @@ public static function &fields() {
'name' => 'trxn_id',
'type' => CRM_Utils_Type::T_STRING,
'title' => ts('Transaction ID'),
'description' => ts('unique transaction id (deprecated - use processor_id)'),
'description' => ts('unique transaction id. may be processor id, bank id + trans id, or account number + check number... depending on payment_method'),
'maxlength' => 255,
'size' => CRM_Utils_Type::HUGE,
'where' => 'civicrm_contribution_recur.trxn_id',
Expand Down

0 comments on commit 382ed85

Please sign in to comment.