|
@@ -18,12 +18,8 @@ |
|
|
block discarded – undo |
|
18
|
18
|
/** |
|
19
|
19
|
* Test constructing a new tax record. |
|
20
|
20
|
* |
|
21
|
|
- * @param int $taxSource Should be one of the tax record source consts. |
|
22
|
21
|
* @param int |
|
23
|
22
|
* @param int |
|
24
|
|
- * @param int|null $itemId Address level taxes may not have an associated item id. |
|
25
|
|
- * @param ITax $taxPayload|null SDK payload of tax data to use to populate the tax record. |
|
26
|
|
- * @param array $recordData Tax record data to be set directly on the tax record. May be used in place of an ITax payload. |
|
27
|
23
|
* @return EbayEnterprise_Tax_Model_Record |
|
28
|
24
|
*/ |
|
29
|
25
|
public function testCreateTaxRecord() |
Please login to merge, or discard this patch.