Basil Dubyk
Basil Dubyk
Many thanks for this library! Currently, "normal" installation with `npm`/`yarn` supports only version `2.0.2` (the last release), but as I can see in the `master` branch you already have version...
refs #6427 * `AND` - If failed permission has a message, it will be returned. * `OR` - If both permissions will be failed: a) if both permissions have messages...
For example, I have Pay-In with the next data (screenshot from the dashboard):  When I check this Pay-In in the terminal I have: ```python In [3]: p = DirectDebitWebPayIn.get('xxxxxxxxxx')...
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` ^