Added the prices.price_strategy_enabled parameter to the method request

This commit is contained in:
diPhantxm
2023-07-20 02:46:27 +03:00
committed by Kirill
parent baeeef9b46
commit 7beee39eb2
3 changed files with 29 additions and 6 deletions

View File

@@ -448,12 +448,13 @@ func TestUpdatePrices(t *testing.T) {
&UpdatePricesParams{
Prices: []UpdatePricesPrice{
{
AutoActionEnabled: "UNKNOWN",
CurrencyCode: "RUB",
MinPrice: "800",
OldPrice: "0",
Price: "1448",
ProductId: 1386,
AutoActionEnabled: "UNKNOWN",
CurrencyCode: "RUB",
MinPrice: "800",
OldPrice: "0",
Price: "1448",
ProductId: 1386,
PriceStrategyEnabled: PriceStrategyUnknown,
},
},
},