I've noticed that in the module Money (https://github.com/FriendsOfCXML/cxml-php/blob/main/src/CXml/Model/Money.php#L22) you assume that the price comes in cents, meaning 2 decimal places.
For JPY it's actually 0.
For BHD, and some other Asian currencies, it's 3.
Do you plan to add support for these currencies?
I've noticed that in the module Money (https://github.com/FriendsOfCXML/cxml-php/blob/main/src/CXml/Model/Money.php#L22) you assume that the price comes in cents, meaning 2 decimal places.
For JPY it's actually 0.
For BHD, and some other Asian currencies, it's 3.
Do you plan to add support for these currencies?