The scope name is :
{{currency}}
I coded this in view. the output is:
[{"code":"USD","value":"0.00670000"}]
I want to get only value USD in front end.
The scope name is :
{{currency}}
I coded this in view. the output is:
[{"code":"USD","value":"0.00670000"}]
I want to get only value USD in front end.
js code
Html code
or