I have integrated the Magento rewards program to be the main currency insted of money. Users have to earn points and spend them as the methhod of payment for all products.
Currently I am experiencing an issue where the User tries to add items to the cart, it allows to add items over the value which could be spent.
ex : Current points = 20000 Cart value = 22000
But when I go to back end and save the product again it works fine and trows the message "Not enough points to check out".
Tried all the various things clearing cache, re-indexing, updating product programatically etc. nothing works.