Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' into release/2.20200122.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhu authored Feb 13, 2020
2 parents 3a6abb5 + 311264c commit 18a9af7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/Api/CatalogApiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,8 @@ public function test_batchDeleteCatalogObjects() {
* BatchRetrieveCatalogObjects
*
*/

/*
public function test_batchRetrieveCatalogObjects() {
$coffeeId = $this->idMap[self::COFFEE_CLIENT_ID];
$salesTaxId = $this->idMap[self::SALES_TAX_CLIENT_ID];
Expand Down Expand Up @@ -349,6 +351,7 @@ public function test_batchRetrieveCatalogObjects() {
$this->assertEquals($salesTaxId, $salesTax->getId());
$this->assertEquals("Sales Tax", $salesTax->getTaxData()->getName());
}
*/

/**
* Test case for batchUpsertCatalogObjects
Expand Down

0 comments on commit 18a9af7

Please sign in to comment.