fixed misspelling
Some checks are pending
tests / unit (push) Waiting to run
tests / coverage (push) Waiting to run

This commit is contained in:
2025-07-23 04:32:47 +03:00
parent 3e6c8fbc05
commit 1e2c591a70

View File

@@ -836,7 +836,7 @@ type CreateOrUpdateProductPDF struct {
Name string `json:"name"` Name string `json:"name"`
// File address // File address
URL string `json:"url"` SrcUrl string `json:"src_url"`
} }
type CreateOrUpdateProductResponse struct { type CreateOrUpdateProductResponse struct {