Merge pull request #14004 from mfb/set-utf8
[civicrm-core.git] / CRM / Core / Payment / eWAY.php
index 97359f040cd5c514ba1313ef0982b0b484b54394..68992819af9ac616b5d3b40efd7ab09d9814df4d 100644 (file)
@@ -410,6 +410,7 @@ class CRM_Core_Payment_eWAY extends CRM_Core_Payment {
 
     return $params;
   }
+
   // end function doDirectPayment
 
   /**
@@ -465,7 +466,7 @@ class CRM_Core_Payment_eWAY extends CRM_Core_Payment {
    * *****************************************************************************************
    */
   public function checkConfig() {
-    $errorMsg = array();
+    $errorMsg = [];
 
     if (empty($this->_paymentProcessor['user_name'])) {
       $errorMsg[] = ts('eWAY CustomerID is not set for this payment processor');