Skip to content

Commit

Permalink
Merge branch 'master' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronjudd committed Jun 12, 2017
2 parents da41bc0 + df6739d commit 754e66b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,7 @@ Integration tests can be run at the command line with `reaction test`.
We ensure that all releases are deployable as [Docker](https://www.docker.com/) containers. While we don't regularly test other methods of deployment, our community has documented deployment strategies for AWS, [Digital Ocean](https://gist.github.com/jshimko/745ca66748846551692e24c267a56060), and Galaxy.

For an introduction to Docker deployment, [the Reaction deployment guide](https://docs.reactioncommerce.com/reaction-docs/master/deploying) has detailed examples. Reaction Commerce also offers a managed deployment platform integrated with the Reaction command line.

### License

Copyright © [GNU General Public License v3.0](./LICENSE.md)
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 @@ -3618,6 +3623,11 @@
"format": "%s%v",
"symbol": "$"
},
"NGN": {
"enabled": true,
"format": "%s%v",
"symbol": ""
},
"PHP": {
"enabled": false,
"format": "%s %v",
Expand Down

0 comments on commit 754e66b

Please sign in to comment.