• Resolved Matt Thiessen

    (@stillatmylinux)


    In /divido-for-woocommerce/gateway-divido.php, you need to update how you access the product id because it is private.

    Change
    $product->id
    to
    $product->get_id()

  • The topic ‘Accessing private product ID’ is closed to new replies.