Merge pull request #5971 from PalanteJon/activityreportfix
[civicrm-core.git] / CRM / Core / Payment / PaymentExpress.php
index 0aba51b29e4777db47bb73386d5aea5a4ec622b0..b87834024ab645acbde16ca909020cdde1e444e6 100644 (file)
@@ -50,7 +50,7 @@ class CRM_Core_Payment_PaymentExpress extends CRM_Core_Payment {
   static private $_singleton = NULL;
 
   /**
-   * Constructor
+   * Constructor.
    *
    * @param string $mode
    *   The mode of operation: live or test.
@@ -67,7 +67,7 @@ class CRM_Core_Payment_PaymentExpress extends CRM_Core_Payment {
   }
 
   /**
-   * This function checks to see if we have the right config values
+   * This function checks to see if we have the right config values.
    *
    * @internal param string $mode the mode we are operating in (live or test)
    *
@@ -134,7 +134,7 @@ class CRM_Core_Payment_PaymentExpress extends CRM_Core_Payment {
   }
 
   /**
-   * Main transaction function
+   * Main transaction function.
    *
    * @param array $params
    *   Name value pair of contribution data.