X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FPayment%2FPaymentExpress.php;h=7b181db47f369d0324cd3cee623c095fb717763d;hb=266a559f66f8242321969f8181b9c0f8c1ef5799;hp=ee7f4b59dc0396c61c04af38672b26081d33fc78;hpb=49414d6faa37375cef1ea0a156054ddd9cc6ae8d;p=civicrm-core.git diff --git a/CRM/Core/Payment/PaymentExpress.php b/CRM/Core/Payment/PaymentExpress.php index ee7f4b59dc..7b181db47f 100644 --- a/CRM/Core/Payment/PaymentExpress.php +++ b/CRM/Core/Payment/PaymentExpress.php @@ -46,7 +46,6 @@ class CRM_Core_Payment_PaymentExpress extends CRM_Core_Payment { * pattern and cache the instance in this variable * * @var object - * @static */ static private $_singleton = NULL; @@ -171,12 +170,12 @@ class CRM_Core_Payment_PaymentExpress extends CRM_Core_Payment { } /* - * Build the private data string to pass to DPS, which they will give back to us with the - * - * transaction result. We are building this as a comma-separated list so as to avoid long URLs. - * - * Parameters passed: a=contactID, b=contributionID,c=contributionTypeID,d=invoiceID,e=membershipID,f=participantID,g=eventID - */ + * Build the private data string to pass to DPS, which they will give back to us with the + * + * transaction result. We are building this as a comma-separated list so as to avoid long URLs. + * + * Parameters passed: a=contactID, b=contributionID,c=contributionTypeID,d=invoiceID,e=membershipID,f=participantID,g=eventID + */ $privateData = "a={$params['contactID']},b={$params['contributionID']},c={$params['contributionTypeID']},d={$params['invoiceID']}"; @@ -210,8 +209,8 @@ class CRM_Core_Payment_PaymentExpress extends CRM_Core_Payment { CRM_Utils_Hook::alterPaymentProcessorParams($this, $params, $dpsParams); /* - * determine whether method is pxaccess or pxpay by whether signature (mac key) is defined - */ + * determine whether method is pxaccess or pxpay by whether signature (mac key) is defined + */ if (empty($this->_paymentProcessor['signature'])) { /*