Genability / genability-js

Node.js and Browser Javascript SDK for Genability APIs.
MIT License
0 stars 2 forks source link

fix `Tariff` field `lseCode` #208

Closed jasonriley closed 3 years ago

jasonriley commented 3 years ago

The Tariff interface field lseCode?: null | number; should actually be lseCode?: null | string;. Please fix the code and also cover in unit tests.