-
Notifications
You must be signed in to change notification settings - Fork 2.5k
OPPS-335 Additional currencies for orbital gateway #5438
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
OPPS-335 Additional currencies for orbital gateway #5438
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good Job, just a comment requesting a change
'MWK' => '454', # Malawi Kwacha | ||
'MYR' => '458', # Malaysian Ringgit | ||
'MVR' => '462', # Maldive Rufiyaa | ||
'MRO' => '478', # Mauritania Ouguiya |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'USD' => '840', # U.S. Dollar | ||
'UZS' => '860', # Uzbekistan Sum | ||
'VUV' => '548', # Vanuatu Vatu | ||
'VEB' => '862', # Venezuelan Bolivar |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be VES. It used to be VEB but was replaced to VEF in 2018 then it was changed to VES.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code for VES is 928 but in doc, 862 is mentioned for Venezuelan Bolivar
'VEB' => '862', # Venezuelan Bolivar | ||
'VND' => '704', # Vietnamese Dong | ||
'YER' => '886', # Yemeni Rial | ||
'ZMK' => '894', # Zambian Kwacha |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be ZMW. These currency codes are confusing I do see ZWK but it looks like it was change to ZMW
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code for ZMW is is 967 but in doc its 894 for Zambian Kwacha
'VND' => '704', # Vietnamese Dong | ||
'YER' => '886', # Yemeni Rial | ||
'ZMK' => '894', # Zambian Kwacha | ||
'ZWD' => '716' # Zimbabwe Dollar |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm seeing this as ZWL
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code for ZWL is is 932 but in doc its 716 for Zimbabwe Dollar
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
165f5ac
to
424fecd
Compare
cb376cf
to
812df7e
Compare
Remote Tests (11 failing, WIP) Finished in 286.595268 seconds. 137 tests, 552 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 100% passed 0.48 tests/s, 1.93 assertions/s
812df7e
to
0e5758a
Compare
Summary
Add Support for additional currencies in Orbital Gateway
OPPS-335
Unit Tests
Finished in 1.478374 seconds.
154 tests, 929 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed
104.17 tests/s, 628.39 assertions/s
Remote Tests (11 failing, WIP)
Finished in 286.595268 seconds.
137 tests, 552 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed
0.48 tests/s, 1.93 assertions/s
Rubocop
809 files inspected, no offenses detected