Closed bummzack closed 9 years ago
I stumbled accross a weird issue, where quantity was of type SS_HTTPRequest, resulting in the following error message showing up in the logs:
SS_HTTPRequest
[Warning] trim() expects parameter 1 to be string, object given
This PR ensures that quantity is always numeric.
Thanks @bummzack
I stumbled accross a weird issue, where quantity was of type
SS_HTTPRequest
, resulting in the following error message showing up in the logs:This PR ensures that quantity is always numeric.