Skip to content

Commit 222f058

Browse files
rebeccaellisglasnt
andauthored
fix(retail): add region tag for Java - Update remove fulfillment places (#10114)
* Update SearchWithPagination.java * Update RemoveFulfillmentPlaces.java --------- Co-authored-by: Katie McLaughlin <[email protected]>
1 parent fa09e72 commit 222f058

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

retail/interactive-tutorials/src/main/java/product/RemoveFulfillmentPlaces.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
package product;
1818

19+
// [START retail_remove_fulfillment_places]
20+
1921
import static setup.SetupCleanup.createProduct;
2022
import static setup.SetupCleanup.deleteProduct;
2123
import static setup.SetupCleanup.getProduct;
@@ -82,3 +84,5 @@ public static void removeFulfillmentPlaces(String productName, String storeId)
8284
}
8385
}
8486
}
87+
88+
// [END retail_remove_fulfillment_places]

0 commit comments

Comments
 (0)