X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FPayment%2FeWAY.php;h=8f198b46c82483316aab9c4c28be5fcbbd42e14c;hb=3209a807f26543c3d1b0c1e5121bbab26afe3713;hp=49759569803f7a29ad72dffb99671eec41c46c9c;hpb=d48669c33083785178028c56352f2c1e839829a4;p=civicrm-core.git diff --git a/CRM/Core/Payment/eWAY.php b/CRM/Core/Payment/eWAY.php index 4975956980..8f198b46c8 100644 --- a/CRM/Core/Payment/eWAY.php +++ b/CRM/Core/Payment/eWAY.php @@ -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 /**