Currency symbol appends on both side when direction is rtl
Created 7 years ago by lckamal

While 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?

lckamal  —  7 years ago

Solved it by removing $prefix from $suffix = $prefix = $this->symbol($currency); on line71 of Anomaly\Streams\Platform\Support\Currency http://take.ms/Xr8sp