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

Encryption params header fix #5

Closed pqlMC closed 5 years ago

pqlMC commented 5 years ago

When encryption params are passed in header, those values are accessed by args and not by kwargs The argument position of header is 4

README refactor: promote release to stable status

pqlMC commented 5 years ago

is this a compatible change?

Yes it is, no change to the add_encryption_layer function, it fixes the header retrieval only