Skip to content

Commit c7ad7f8

Browse files
Merge pull request #39 from Borja-de-la-Fuente/change-shippingperiod-documentation
EPT-1932 Change documentation for maxDays and minDays
2 parents ec27839 + 98e2af8 commit c7ad7f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/beyond_api/resources/products.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ def all(params = {})
9898
# }
9999
# },
100100
# "shippingPeriod" : {
101-
# "minDays" : 2,
102-
# "maxDays" : 4,
101+
# "min" : 2,
102+
# "max" : 4,
103103
# "displayUnit" : "WEEKS"
104104
# }
105105
# }'
@@ -157,8 +157,8 @@ def all(params = {})
157157
# }
158158
# },
159159
# "shippingPeriod": {
160-
# "minDays": 2,
161-
# "maxDays": 4,
160+
# "min": 2,
161+
# "max": 4,
162162
# "displayUnit": "WEEKS"
163163
# }
164164
# }

0 commit comments

Comments
 (0)