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
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

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