I've made a product attribute "inbound" and it has two options, yes and no, I have assigned "no" to it initially but when I'm checking out I'm using an observer to change its value to "yes" programmatically if product quantity less then 100, everything is working fine but can't able to change its value to yes.
Thanks in advance