Skip to content

Commit d38e62e

Browse files
rebeccaellisamanda-tarafa
authored andcommitted
Update RemoveFulfillmentPlacesSample.cs
1 parent b1c510d commit d38e62e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

retail/interactive-tutorial/RetailProducts.Samples/RemoveFulfillmentPlacesSample.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
// See the License for the specific language governing permissions and
1414
// limitations under the License.
1515

16+
// [START retail_remove_fulfillment_places]
17+
1618
using Google.Cloud.Retail.V2;
1719
using Google.Protobuf.WellKnownTypes;
1820
using System;
@@ -89,3 +91,5 @@ public static void PerformAddRemoveFulfillment()
8991
DeleteProductSample.DeleteRetailProduct(createdProduct.Name);
9092
}
9193
}
94+
95+
// [END retail_remove_fulfillment_places]

0 commit comments

Comments
 (0)