Files
medusa-store/packages
Oliver Windall Juhl 7bee57f7c5 fix(medusa-js): Fix stringifyNullProperties util (#1766)
**What**
Changes the order of object type evaluation to properly handle null properties.

Previously, `stringifyNullProperties({ test: null })` would fail in the 2nd iteration due to an attempt to iterate `null` in `Object.keys(obj)`.
2022-07-02 15:29:27 +00:00
..
2022-01-11 16:54:08 +01:00
2022-05-01 15:16:35 +02:00
2022-01-11 16:54:08 +01:00