• Hola,

    Estoy usando: WC 3.0.5, WP 4.7.4 y MP 2.2.5 con el Checkout personalizado.
    Me esta dando problemas para poder pasar las ordenes a Procesando.
    Por más que el pago se haga efectivo se ve que hay algo que no se esta haciendo bien ya que en el listado de pedidos no cambia, sino que hay que cambiarlos manualmente.

    
    05-16-2017 @ 00:18:53 - [process_http_request] - Received _get content: {
        "topic": "payment",
        "id": "2734534789"
    }
    05-16-2017 @ 00:18:53 - [check_ipn_request_is_valid] - data_id or type not set: {
        "topic": "payment",
        "id": "2734534789"
    }
    05-16-2017 @ 00:18:53 - [process_http_request] - Received _get content: {
        "topic": "payment",
        "id": "2734534789"
    }
    05-16-2017 @ 00:18:53 - [check_ipn_request_is_valid] - data_id or type not set: {
        "topic": "payment",
        "id": "2734534789"
    }
    05-16-2017 @ 00:18:55 - [update_checkout_status] - updating order of ID 9289
    

    Este es el log de los ultimos pedidos que llegan y previo a esto esta la recepcion del pago:

    
    05-16-2017 @ 00:18:51 - [create_url] - payment link generated with success from mercado pago, with structure as follow: {
        "status": 201,
        "response": {
            "id": 2734534789,
            "date_created": "2017-05-15T23:18:50.000-04:00",
            "date_approved": "2017-05-15T23:18:51.000-04:00",
            "date_last_updated": "2017-05-15T23:18:51.000-04:00",
            "money_release_date": "2017-05-17T23:18:51.000-04:00",
            "operation_type": "regular_payment",
            "issuer_id": "338",
            "payment_method_id": "visa",
            "payment_type_id": "credit_card",
            "status": "approved",
            "status_detail": "accredited",
    

    Si se fijan son 2 segundos antes que comience a recibir la notificacion del IPN pero el change de estatus no pasa!

    Saben por que puede ser? Tienen pensado arreglar esto?

    • This topic was modified 7 years, 6 months ago by israelmw.
Viewing 1 replies (of 1 total)
  • Plugin Author Mercado Pago

    (@mercadopago)

    Hi @israelmw,

    How are you proceeding to make your tests? I’d like to remember you that IPN do not change/process any status if your environment is localhost.

Viewing 1 replies (of 1 total)
  • The topic ‘Cambio de estado de las ordenes’ is closed to new replies.