Skip to content

Commit

Permalink
changle the file upload use the url
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Dec 9, 2024
1 parent a3954e3 commit c735c3a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class ProductCustomConfiguration {
* title="checkoutItems",
* description="Product checkout items configuration",
* format="string",
* example="[]"
* example="{}"
* )
*
* @var string
Expand All @@ -26,7 +26,7 @@ class ProductCustomConfiguration {
* title="sellPoints",
* description="Product sell points configuration",
* format="string",
* example="[]"
* example="{}"
*
* )
*
Expand Down

0 comments on commit c735c3a

Please sign in to comment.