The Currency code for "Iranian Rial" is in code RIAL instead of IRR.
https://github.com/WordImpress/Give/blob/9fc6c7c583a7713914fd823935cab149a5e08c40/includes/misc-functions.php#L97
https://en.wikipedia.org/wiki/Iranian_rial
We can not replace RIAL immediately with IRR because currency code attaches to many logic. In some case, we store it in the database also.
Small issues need to fixed this as well
http://screencast-o-matic.com/watch/cbliln2Cr4
I Have also check with Euro it's working fine for it
Opened by mistake, I will reopen this when @raftaar1191 will reconfirm issue.
Most helpful comment
We can not replace
RIALimmediately withIRRbecause currency code attaches to many logic. In some case, we store it in the database also.