Merge pull request #4962 from totten/master-angular-ts
[civicrm-core.git] / CRM / Core / Payment.php
index 97f9417ae3d9fbc9c1b4829584808541f6c94a95..187f1c67eaf28d8d026647935b93c35f77f16a3d 100644 (file)
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 use Civi\Payment\System;
 
@@ -671,4 +671,5 @@ INNER JOIN civicrm_contribution con ON ( con.contribution_recur_id = rec.id )
     // Else default
     return $this->_paymentProcessor['url_recur'];
   }
+
 }