0
Use Woocommerce and I’m trying to implement the payment through Cielo using the Gabriel Reguly plugin.
https://github.com/greguly/cielo-woocommerce/
However, when I am on the checkout page and select the option Cielo does not show any card options or installments. When I click Checkout, an error JSON is returned, but I cannot identify where this JSON comes from.
{"result":"failure","messages":"","refresh":"false","reload":"false"}
I can not identify if the error is Woocommerce or Plugin.
I am using version 3.0.0 of the plugin. And Wordpress 3.9.1.
From now on, thank you!
Probably the Development Version in the
trunk
: http://wordpress.org/plugins/cielo-woocommerce/developers/– brasofilo
@brasofilo what is in
trunk
is version 2.0.10. We are keeping the development only by Github, just so it is simpler for other people to contribute the code and the in Wordpress.org we use only to serve the versions.– Claudio Sanches
Ah, Sorry, I got confused reading here "production version" :)
– brasofilo
Version 3.0.0 is now available for production on http://wordpress.org/plugins/cielo-woocommerce/
– Claudio Sanches