Mastercard / client-encryption-python

Library for Mastercard API compliant payload encryption/decryption.
https://developer.mastercard.com/platform/documentation/security-and-authentication/securing-sensitive-data-using-payload-encryption/
MIT License
17 stars 10 forks source link

Reduce code complexity #7

Closed pqlMC closed 5 years ago

pqlMC commented 5 years ago

Too many conditions in json_path_utils.py. Moving None check to a separate function and place it as first statement.

ech0s7r commented 5 years ago

:+1: !