flake8
passed.
JSHint
passed.
Review Request #10235 — Created Oct. 17, 2018 and submitted
Depending on the database backend used, we ended up with
longinstead
ofintvalues in webhook payloads. This wasn't explicitly supported,
and ended up breaking for some users. This change addresses this and
further future-proofs by adding the remaininglongandfloattypes
to the validation.
Unit tests pass.