Merge pull request #5145 from agh1/case-insensitive-headers
[civicrm-core.git] / api / v3 / examples / TaxContributionPage / CreateWithNestedLineItems.php
index 6a2645e15ae5d085b1b59b91bde0dbb418733718..8dd40f54730bcbae3264c6c02be19b42c92351ab 100644 (file)
@@ -1,10 +1,4 @@
 <?php
-/**
- * @file
- * Test Generated API Example.
- * See bottom of this file for more detail.
- */
-
 /**
  * Test Generated example of using tax_contribution_page create API.
  *
@@ -183,7 +177,7 @@ function tax_contribution_page_create_expectedresult() {
 * http://wiki.civicrm.org/confluence/display/CRMDOC/Using+the+API
 *
 * Browse the api on your own site with the api explorer
-* http://MYSITE.ORG/path/to/civicrm/api/explorer
+* http://MYSITE.ORG/path/to/civicrm/api
 *
 * Read more about testing here
 * http://wiki.civicrm.org/confluence/display/CRM/Testing