-1
Good afternoon, I’m trying to implement Cielo’s payment method in Woocommerce (plugin https://github.com/greguly/cielo-woocommerce/). When I try to make a purchase in production mode the following log error appears:
Novo erro: 11-12-2019 @ 15:32:16 - Requesting a transaction for order 13657 with the follow data: WC_Cielo_XML Object
(
[@attributes] => Array
(
[id] => 13657-1573583536
[versao] => 1.3.0
)
[dados-pedido] => WC_Cielo_XML Object
(
[numero] => 13657
[valor] => 56879
[moeda] => 986
[data-hora] => 2019-11-12T15:23:54
[idioma] => PT
)
[forma-pagamento] => WC_Cielo_XML Object
(
[bandeira] => visa
[produto] => 1
[parcelas] => 1
)
[url-retorno] => WC_Cielo_XML Object
(
)
[autorizar] => 3
[capturar] => true
[gerar-token] => false
)
11-12-2019 @ 15:32:16 - An error occurred while requesting the transaction: WP_Error Object
(
[errors] => Array
(
[http_request_failed] => Array
(
[0] => cURL error 52: Empty reply from server
)
)
[error_data] => Array
(
)
)
Does anyone know what it can be?
Hello, the plugin is already updated, so much so that appears the Merchant ID and the access key. In version 1.5 was only required Merchant. There are more people with this problem but no one knows what it can be, so I’m constantly talking to the website hosting support to try a help but they also don’t know what it can be.
– ssesporte