X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FPayment%2FRealex.php;h=c757923468daca684c2fe0e7dab62e2158b36548;hb=22cae9c16b7d4a67b02c64729a34efc1fad41760;hp=6f148380bb1cdcc966e4d4e598164cdbafe43e12;hpb=695f5ebdf8c60a9ad53232f7f88f454037715ef8;p=civicrm-core.git diff --git a/CRM/Core/Payment/Realex.php b/CRM/Core/Payment/Realex.php index 6f148380bb..c757923468 100644 --- a/CRM/Core/Payment/Realex.php +++ b/CRM/Core/Payment/Realex.php @@ -1,7 +1,7 @@ get('verifySSL')); curl_setopt($submit, CURLOPT_HEADER, 0); // take caching out of the picture @@ -296,7 +296,13 @@ class CRM_Core_Payment_Realex extends CRM_Core_Payment { } /** - * Format the params from the form ready for sending to Realex. Also perform some validation + * Format the params from the form ready for sending to Realex. + * + * Also perform some validation + * + * @param array $params + * + * @return bool */ public function setRealexFields(&$params) { if ((int) $params['amount'] <= 0) {