e-clearing-net / OCHP

Open Clearing House Protocol
http://ochp.eu
MIT License
50 stars 33 forks source link

Missing Field Type #46

Open Athulya-Nair opened 4 years ago

Athulya-Nair commented 4 years ago

@anas-smartlab Figure 1 Figure 2 Figure 3

  1. Field Name „connectorStandard“ has the field type „ConnectorStandardType“. However, this field type is not referenced anywhere instead “ConnectorStandard“ has the enum defined under it. Error: Should be ConnectorStandardType enum instead of ConnectorStandard enum (Refer Figure 1 and 2)

  2. connectorFormat (field name) and ConnectorFormatType also has the same problem. Error: Should be ConnectorFormatType enum instead of ConnectorFormat enum (Refer Figure 3)