style fixes
authorKurund Jalmi <kurund@yahoo.com>
Mon, 31 Aug 2015 19:42:32 +0000 (12:42 -0700)
committerKurund Jalmi <kurund@yahoo.com>
Mon, 31 Aug 2015 19:42:32 +0000 (12:42 -0700)
CRM/Contact/Form/Edit/CustomData.php
CRM/Core/Payment/GoogleIPN.php
CRM/Core/Payment/PayflowPro.php

index d6b030945820717934e2ca16ea4167bd510fc5b3..03005de06a9cbb2ef899ba3693b04f4ba84e59ef 100644 (file)
@@ -32,7 +32,7 @@
  */
 
 /**
- *Form helper class for an Demographics object.
+ * Form helper class for an Demographics object.
  */
 class CRM_Contact_Form_Edit_CustomData {
 
index b3832b5b2ccb46a25c1f632a125f3564973218c5..ec61179aee51078c39c1a76cb52c1551473a5399 100644 (file)
  * Response handler code.
  *
  * This will be invoked every time a notification or request is sent by the Google Server.
 *
 * To allow this code to receive responses, the url for this file
 * must be set on the seller page under Settings->Integration as the
 * "API Callback URL'
 * Order processing commands can be sent automatically by placing these
 * commands appropriately
 *
 * To use this code for merchant-calculated feedback, this url must be
 * set also as the merchant-calculations-url when the cart is posted
 * Depending on your calculations for shipping, taxes, coupons and gift
 * certificates update parts of the code as required.
 */
+ *
+ * To allow this code to receive responses, the url for this file
+ * must be set on the seller page under Settings->Integration as the
+ * "API Callback URL'
+ * Order processing commands can be sent automatically by placing these
+ * commands appropriately
+ *
+ * To use this code for merchant-calculated feedback, this url must be
+ * set also as the merchant-calculations-url when the cart is posted
+ * Depending on your calculations for shipping, taxes, coupons and gift
+ * certificates update parts of the code as required.
+ */
 
 define('GOOGLE_DEBUG_PP', 0);
 
index a28a840ee9f593407b5be05f124b2a4fe01f73a7..ee5a2bddc41ea2d62b855fe20c37afd65ff6d6c9 100644 (file)
@@ -25,7 +25,7 @@ class CRM_Core_Payment_PayflowPro extends CRM_Core_Payment {
    */
   static private $_singleton = NULL;
 
-  /*
+  /**
    * Constructor
    *
    * @param string $mode