Skip to content

Commit

Permalink
added Nigerian Naira to currency list in (reactioncommerce#2366)
Browse files Browse the repository at this point in the history
private/data/Shops.json
  • Loading branch information
casoetan authored and Aaron Judd committed May 31, 2017
1 parent c1c4b3f commit df6739d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions private/data/Shops.json
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,11 @@
"format": "%s%v",
"symbol": "$"
},
"NGN": {
"enabled": true,
"format": "%s%v",
"symbol": ""
},
"PHP": {
"enabled": false,
"format": "%s %v",
Expand Down Expand Up @@ -3609,6 +3614,11 @@
"format": "%s%v",
"symbol": "$"
},
"NGN": {
"enabled": true,
"format": "%s%v",
"symbol": ""
},
"PHP": {
"enabled": false,
"format": "%s %v",
Expand Down

0 comments on commit df6739d

Please sign in to comment.