Closed (fixed)
Project:
UC Linkpoint API
Version:
6.x-1.8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
9 May 2011 at 21:38 UTC
Updated:
23 May 2011 at 22:02 UTC
The first data api specifies comments field is a maximum of 1024 characters. Sometimes if you send a very long comment it will reject the transaction with:
Error Code: SGS-002301: Comments string is too large
Limit the length of comments in our module to 1024 chars to prevent this error.
Comments
Comment #1
jrust commentedDidn't see that this had already been addressed in #1104808. After some testing found that it works fine up to about 1,000 characters, so I updated the length limit.