halturin / applepay

a Python library for decrypting Apple Pay payment tokens.
MIT License
59 stars 15 forks source link

Correcting issue in payment init where load_der_x509_certificate was … #1

Closed cjcooper closed 7 years ago

cjcooper commented 7 years ago

There was a bug in the init method. if you pass the root_ca_der and aai_ca_der it would fail to load because the load_der_x509_certificate requires two parameters. this corrects the issue so all calls to load_der_x509_certificate passes two parameters.