I’ve found wooocommerce logs, but there is not errors.
You can see:
[notification_url] => https://argengamestore.com/wc-api/WC_MercadoPago_Gateway/
)
08-20-2016 @ 17:00:41 - Getting client credentials...
08-20-2016 @ 17:00:41 - Received valid response from MercadoPago
08-20-2016 @ 17:00:42 - Payment link generated with success from MercadoPago
08-20-2016 @ 17:20:45 - Payment arguments for order 3144: Array
(
[back_urls] => Array
(
[success] => https://argengamestore.com/checkout/order-received/3144?key=wc_order_57b8bb9c22e0e
[pending] => https://argengamestore.com/checkout/order-received/3144?key=wc_order_57b8bb9c22e0e
)
[payer] => Array
(
[name] => Name
[surname] => Surname
[email] => email
)
[external_reference] => MP-3144
[items] => Array
(
[0] => Array
(
[quantity] => 1
[unit_price] => xxx
[currency_id] => ARS
[title] => Pedido 3144 - product x 1
)
)
You can see when someone buy, the first status it’s success, the second one, pending. But my customer paid (Mercadopago send me the mail notification, he paid for the product) and woocommerce still showing ‘pending’. Maybe that is the error?