Open samitnuk opened 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.
snake_case
resources.py
lowerCamelCase
E.g.: https://github.com/Mangopay/mangopay2-python-sdk/blob/a04b8d6fc4fb259c6ee3a34391d16a41bf2a1931/mangopay/resources.py#L915-L921 processedDate ^
processedDate
https://github.com/Mangopay/mangopay2-python-sdk/blob/a04b8d6fc4fb259c6ee3a34391d16a41bf2a1931/mangopay/resources.py#L1487-L1496 isActive ^
isActive
Hello @samitnuk,
Thank you for your suggestion. We are reviewing it.
Have a nice day,
The
snake_case
is used mostly for all field names in theresources.py
. But for some fields thelowerCamelCase
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
^