Merge pull request #1226 from kurund/CRM-11137
[civicrm-core.git] / api / v3 / ParticipantPayment.php
index d195bb0eea7e84ce347ceac52d618c735d54fae7..f2d3dccfd76f1f029de06a4b093229b21f2ddf36 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 /*
  +--------------------------------------------------------------------+
@@ -41,7 +40,6 @@
 /**
  * Files required for this package
  */
-require_once 'CRM/Event/BAO/ParticipantPayment.php';
 
 /**
  * Create a Event Participant Payment
@@ -70,9 +68,10 @@ function civicrm_api3_participant_payment_create($params) {
 
   return civicrm_api3_create_success($payment, $params);
 }
-/*
+
+/**
  * Adjust Metadata for Create action
- * 
+ *
  * The metadata is used for setting defaults, documentation & validation
  * @param array $params array or parameters determined by getfields
  */