From 1e2c591a70e9b7f50866ce84f40df85de1458c52 Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 23 Jul 2025 04:32:47 +0300 Subject: [PATCH] fixed misspelling --- ozon/products.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ozon/products.go b/ozon/products.go index e5bd9e5..ae6ecdb 100644 --- a/ozon/products.go +++ b/ozon/products.go @@ -836,7 +836,7 @@ type CreateOrUpdateProductPDF struct { Name string `json:"name"` // File address - URL string `json:"url"` + SrcUrl string `json:"src_url"` } type CreateOrUpdateProductResponse struct {