'how to add "Return Product" after "Product Delivery" functionality in node.js

I have build a product delivery application, and un-able to implement "Return Product" after "Product Delivery" using node.js. Can someone please guide.

I set a variable associated to product_id, when it become true then the product delivery is successful and set a countdown of 7 days, within which if a user clicks on "Return Product" then it will become a return will be initiated. But it's not working.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source