From 9f0e968e8677c411685b8092245898454b74add7 Mon Sep 17 00:00:00 2001
From: "gitauto-ai[bot]" <161652217+gitauto-ai[bot]@users.noreply.github.com>
Date: Wed, 11 Dec 2024 00:16:01 +0000
Subject: [PATCH] Update Src/VTEX/VTEXContext.cs
---
Src/VTEX/VTEXContext.cs | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/Src/VTEX/VTEXContext.cs b/Src/VTEX/VTEXContext.cs
index 9894fb2c1..660410731 100644
--- a/Src/VTEX/VTEXContext.cs
+++ b/Src/VTEX/VTEXContext.cs
@@ -1482,8 +1482,7 @@ CancellationToken token
/// The specifications list.
/// The product identifier.
/// The token.
- public async Task UpdateSpecificationsAsync(
- public async Task UpdateSpecificationsAsync(
+ public async Task UpdateProductSpecificationsAsync(
List specifications,
int productId,
CancellationToken token)