UltraCart / rest_api_v2_sdk_php

UltraCart REST API PHP Client
Apache License 2.0
3 stars 4 forks source link

Increase max character limit for extended_description #5

Open ryanjkelly opened 6 years ago

ryanjkelly commented 6 years ago

I was getting the following error message when querying certain sets of items while using the content _expand value:

InvalidArgumentException: invalid length for $extended_description when calling ItemContent., must be smaller than or equal to 2000.

Increasing the character limit to 2500 fixed this issue for me.