On Fri, 21 Dec 2018, Fischel via curl-library wrote: (Translations within parentheses)
Cual es el CURLOPT_ que deberia usar. Con el curl:
(What is the CURLOPT_ you should use.)
CURL --REQUEST GET https://api.mercadopago.com/v1/payments/search -d"external_reference=9012&access_token=APP_USR-6597814349505137-101914-aa306ddf62b409ec7a276ccaa36cfb12-339169521"
Add "--libcurl code.c" to the command line and have curl generate the code for you!
Funciona correctamente con el certificado curl-ca-bundle.crt
(It works properly with the curl-ca-bundle.crt certificate) Then add that to the command line with "--cacert curl-ca-bundle.crt". -- / daniel.haxx.se ------------------------------------------------------------------- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html
