mirror of
https://github.com/OpenBankProject/API-Explorer.git
synced 2026-02-06 10:47:23 +00:00
Merge pull request #197 from hongwei1/develop
feature/use CNBV9 instead of MXOF for Mexican Standard
This commit is contained in:
commit
f422f2901c
@ -66,7 +66,7 @@ object ObpAPI extends Loggable {
|
||||
final val PAPIVersionV2111 = "PAPIv2.1.1.1"
|
||||
final val AUv100 = "AUv1.0.0"
|
||||
final val STETv14 = "STETv1.4"
|
||||
final val MXOFv100 = "MXOFv1.0.0"
|
||||
final val CNBV9v100 = "CNBV9v1.0.0"
|
||||
final val VersionV133 = "v1.3.3"
|
||||
final val DisplayEqualNone = "display: none"
|
||||
final val ResourceStyleCss = ".resource [style]"
|
||||
|
||||
@ -376,7 +376,7 @@ WIP to add comments on resource docs. This code copied from Sofit.
|
||||
AUv100,
|
||||
BahrainOBFVersionV100,
|
||||
"0.6v1",
|
||||
MXOFv100,
|
||||
CNBV9v100,
|
||||
"b1")
|
||||
|
||||
// Set the version to use.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user