Skip to content

PAY-3830: Updated readme #124

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,16 @@ simple, canonical set of reference data that we use throughout Flow.

## JSON Data

JSON data files can be found in the
New reference data should be added to csv files in [data/original](https://github.com/flowcommerce/json-reference/tree/main/data/original)

To generate JSON data execute:

`go run reference.go all`

The script might create a lot of unrelated changes (removed currencies, locales, etc) that can be breaking.
Therefore, every modification that is not desirable should be manually reverted before merging changes.

The final JSON data files can be found in the
[data/final](https://github.com/flowcommerce/json-reference/tree/main/data/final)
directory.

Expand Down Expand Up @@ -41,7 +50,6 @@ directory.
- [Scala Library](https://github.com/flowcommerce/lib-reference-scala)
- [JavaScript Library](https://github.com/flowcommerce/lib-reference-javascript)

`go run reference.go all`

## Local development

Expand Down