INFRA-132 - CRM/Core - phpcbf
[civicrm-core.git] / CRM / Core / Payment / PayJunction.php
index e77af1420921d5a96af247b4169b8a85c77a8969..c25ea1fb3e2fb6fe7d34c900134e07bd3912543e 100644 (file)
@@ -60,7 +60,7 @@ class CRM_Core_Payment_PayJunction extends CRM_Core_Payment {
    * @return object
    * @static
    */
-  public static function &singleton($mode, &$paymentProcessor, &$paymentForm = NULL, $force = false) {
+  public static function &singleton($mode, &$paymentProcessor, &$paymentForm = NULL, $force = FALSE) {
     if (!empty($paymentProcessor['id'])) {
       $cacheKey = $paymentProcessor['id'];
     }
@@ -135,7 +135,6 @@ class CRM_Core_Payment_PayJunction extends CRM_Core_Payment {
     // set customer info (level 3 data) for the transaction
     $pjpgTxn->setCustInfo($pjpgCustInfo);
 
-
     // empty installments convert to 999 because PayJunction do not allow open end donation
     if ($params['installments'] == "") {
       $params['installments'] = "999";