}
/**
- * Test Get.
+ * Test Get Payment api.
*/
public function testGetPayment() {
$p = array(
));
}
+ /**
+ * Test create payment api with no line item in params
+ */
public function testCreatePaymentNoLineItems() {
-
$params = array(
'contact_id' => $this->_individualId,
'receive_date' => '20120511',
));
}
+ /**
+ * Test create payment api with line item in params
+ */
public function testCreatePaymentLineItems() {
-
// Create priceset & price fields
$this->createPriceSet();
));
}
+ /**
+ * function to delete data
+ */
public function cleanUpAfterPriceSets() {
$this->quickCleanUpFinancialEntities();
$this->contactDelete($this->_ids['contact']);