lorenzodonini / ocpp-go

Open Charge Point Protocol implementation in Go
MIT License
275 stars 126 forks source link

Remove validation for IdToken in RequestStartTransactionRequest #179

Closed lorenzodonini closed 1 year ago

lorenzodonini commented 1 year ago

The validation tag on types.IdToken should not be idTokenType. Regardless, the validation here didn't serve any purpose and was therefore removed.