Fix https://github.com/wayfair-contribs/plentymarkets-plugin/issues/140 by making the KeyValueRepository's putOrReplace method handle nulls correctly by avoiding saving new entries for null and/or by deleting old entries when someone attempts to set a value to null. Also, make Stock Buffer and Default Order Status settings optional to the plugin's user.
Fix https://github.com/wayfair-contribs/plentymarkets-plugin/issues/140 by making the
KeyValueRepository
'sputOrReplace
method handle nulls correctly by avoiding saving new entries for null and/or by deleting old entries when someone attempts to set a value to null. Also, makeStock Buffer
andDefault Order Status
settings optional to the plugin's user.Fix https://github.com/wayfair-contribs/plentymarkets-plugin/issues/143 by having the user pick from the real set of order statuses, instead of typing in their own:
Fix https://github.com/wayfair-contribs/plentymarkets-plugin/issues/142 by casting
Default Order Status
tofloat
instead ofint
.