We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.:
mangopay2-python-sdk/mangopay/resources.py
Lines 915 to 921 in a04b8d6
processedDate
Lines 1487 to 1496 in a04b8d6
isActive
The text was updated successfully, but these errors were encountered:
Hello @samitnuk,
Thank you for your suggestion. We are reviewing it.
Have a nice day,
Sorry, something went wrong.
No branches or pull requests
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.:
mangopay2-python-sdk/mangopay/resources.py
Lines 915 to 921 in a04b8d6
processedDate
^mangopay2-python-sdk/mangopay/resources.py
Lines 1487 to 1496 in a04b8d6
isActive
^The text was updated successfully, but these errors were encountered: