Add missing ZMW currency (#58959)

This commit is contained in:
Robert Hillis
2021-11-02 23:21:56 -04:00
committed by Franck Nijhof
parent dff98b024c
commit 4163ba5dbf

View File

@@ -1444,6 +1444,7 @@ currency = vol.In(
"YER", "YER",
"ZAR", "ZAR",
"ZMK", "ZMK",
"ZMW",
"ZWL", "ZWL",
}, },
msg="invalid ISO 4217 formatted currency", msg="invalid ISO 4217 formatted currency",