Skip to content

Commit

Permalink
[UPDATE]:added scale_name attribute in updateattribute call
Browse files Browse the repository at this point in the history
  • Loading branch information
shahbazcedcoss committed Feb 15, 2024
1 parent dcf6621 commit c44070f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cedcommerce/etsy-php",
"version": "3.0.5",
"version": "3.0.6",
"description": "Etsy API SDK For V3",
"license": "MIT",
"require": {
Expand Down
6 changes: 4 additions & 2 deletions src/Etsy/methods.json
Original file line number Diff line number Diff line change
Expand Up @@ -610,12 +610,14 @@
"property_id": "int",
"value_ids": "array(int)",
"values": "array(string)",
"scale_id": "int"
"scale_id": "int",
"scale_name": "string"
},
"defaults": {
"value_ids": null,
"values": null,
"scale_id": null
"scale_id": null,
"scale_name": null
},
"type": "PropertyValue",
"visibility": "private",
Expand Down

0 comments on commit c44070f

Please sign in to comment.