X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContribute%2FBAO%2FContributionRecur.php;h=ee81af0b638291f1e2a1deaa213a141f0cbd3e74;hb=eee2530fb5cb0ffa6c790079b2ef38c30e61229a;hp=5f5ca6024c999611f099cc258973e12203c7bdf2;hpb=95d8ddc04c08360567c00283822622fb8bcb0b35;p=civicrm-core.git diff --git a/CRM/Contribute/BAO/ContributionRecur.php b/CRM/Contribute/BAO/ContributionRecur.php index 5f5ca6024c..ee81af0b63 100644 --- a/CRM/Contribute/BAO/ContributionRecur.php +++ b/CRM/Contribute/BAO/ContributionRecur.php @@ -35,7 +35,7 @@ class CRM_Contribute_BAO_ContributionRecur extends CRM_Contribute_DAO_ContributionRecur { /** - * Create recurring contribution + * Create recurring contribution. * * @param array $params * (reference ) an assoc array of name/value pairs. @@ -48,7 +48,7 @@ class CRM_Contribute_BAO_ContributionRecur extends CRM_Contribute_DAO_Contributi } /** - * Takes an associative array and creates a contribution object + * Takes an associative array and creates a contribution object. * * the function extract all the params it needs to initialize the create a * contribution object. the params array could contain additional unused name/value @@ -104,7 +104,7 @@ class CRM_Contribute_BAO_ContributionRecur extends CRM_Contribute_DAO_Contributi } /** - * Check if there is a recurring contribution with the same trxn_id or invoice_id + * Check if there is a recurring contribution with the same trxn_id or invoice_id. * * @param array $params * (reference ) an assoc array of name/value pairs. @@ -321,7 +321,7 @@ SELECT r.payment_processor_id } /** - * Get list of recurring contribution of contact Ids + * Get list of recurring contribution of contact Ids. * * @param int $contactId * Contact ID.