conekta / conekta-python

Python Bindings for conekta.io
https://developers.conekta.com
MIT License
24 stars 34 forks source link

Change: request refactor #38

Closed edenriquez closed 7 years ago

edenriquez commented 7 years ago

Change: build_http_request method refactor This change will deprecate httplib2 changing by requests, this stands to get compliance with tlsv1.2 because our current library uses tlsv1.0 (insecure version of transfer layer secutiry) by default, and is an immutable setup. By using requests it uses your local tls version 1.2 as standard


issue