Skip to content

Commit

Permalink
fix(gtfs.yml): add more currency types for fares
Browse files Browse the repository at this point in the history
fixes #550
  • Loading branch information
landonreed committed Apr 6, 2020
1 parent a106298 commit 18702dd
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions gtfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -629,9 +629,28 @@
inputType: DROPDOWN
bulkEditEnabled: true
options:
- value: 'USD'
- value: 'EUR'
- value: 'GBP'
- value: USD
text: US dollar (USD)
- value: AUD
text: Australian dollar (AUD)
- value: CAD
text: Canadian dollar (CAD)
- value: CHF
text: Swiss franc (CHF)
- value: CNH
text: Chinese renminbi (CNH)
- value: EUR
text: Euro (EUR)
- value: GBP
text: Pound sterling (GBP)
- value: JPY
text: Japanese yen (JPY)
- value: MXN
text: Mexican peso (MXN)
- value: NZD
text: New Zealand dollar (NZD)
- value: SEK
text: Swedish krona (SEK)
columnWidth: 12
helpContent: "The currency_type field defines the currency used to pay the fare. Please use the ISO 4217 alphabetical currency codes which can be found at the following URL:http://en.wikipedia.org/wiki/ISO_4217."
- name: "payment_method"
Expand Down

0 comments on commit 18702dd

Please sign in to comment.