Currency symbol appends on both side when direction is rtl
Created 7 years ago by lckamalWhile adding new currency for arabic country it has to be set to be rtl. But in streams platform the helper currency_format appends it in both side of price. http://take.ms/E8Tfl
When I checked on USD by putting rtl the case is same. Am I missing something?
Solved it by removing $prefix from
$suffix = $prefix = $this->symbol($currency);
on line71 ofAnomaly\Streams\Platform\Support\Currency
http://take.ms/Xr8sp