Mangopay / mangopay2-python-sdk

SDK Python for MANGOPAY
https://pypi.org/project/mangopaysdk/
MIT License
33 stars 43 forks source link

Inconsistency in fields naming #268

Open samitnuk opened 3 years ago

samitnuk commented 3 years ago

The snake_case is used mostly for all field names in the resources.py. But for some fields the lowerCamelCase is used for some reason.

E.g.: https://github.com/Mangopay/mangopay2-python-sdk/blob/a04b8d6fc4fb259c6ee3a34391d16a41bf2a1931/mangopay/resources.py#L915-L921 processedDate ^

https://github.com/Mangopay/mangopay2-python-sdk/blob/a04b8d6fc4fb259c6ee3a34391d16a41bf2a1931/mangopay/resources.py#L1487-L1496 isActive ^

fredericdelordm commented 3 years ago

Hello @samitnuk,

Thank you for your suggestion. We are reviewing it.

Have a nice day,