• Resolved rasax56649

    (@rasax56649)


    Hi all,

    So I need instant delivery of webhook after an user renew the subscription so that I can update the user record instantly and I did this
    add_filter( 'woocommerce_webhook_deliver_async', '__return_false' );

    But after doing this, I am getting an old JSON.
    I always end up getting “status”:”on-hold” but not the latest data with “status”:”active”.
    So at last I only receive the on-hold status and nothing after that.

    Even when a new subscription is purchased I old get “status”:”pending”

    How to fix this?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not getting latest status after woocommerce_webhook_deliver_async set to false’ is closed to new replies.