Fix unreleased regression where processors using getPaymentDescription get a fatal
[civicrm-core.git] / CRM / Core / Payment / eWAY.php
index 49759569803f7a29ad72dffb99671eec41c46c9c..8f198b46c82483316aab9c4c28be5fcbbd42e14c 100644 (file)
@@ -99,7 +99,7 @@ require_once 'eWAY/eWAY_GatewayResponse.php';
  * Class CRM_Core_Payment_eWAY.
  */
 class CRM_Core_Payment_eWAY extends CRM_Core_Payment {
-  # (not used, implicit in the API, might need to convert?)
+  // (not used, implicit in the API, might need to convert?)
   const CHARSET = 'UTF-8';
 
   /**
@@ -410,6 +410,7 @@ class CRM_Core_Payment_eWAY extends CRM_Core_Payment {
 
     return $params;
   }
+
   // end function doDirectPayment
 
   /**