Why shop.accepts_gift_cards always returning true?

I am working with gift card object, but I am facing issue that even all the gift cards are deactivated from the store still this object is returning true : {{ shop.accepts_gift_cards }} as it should have to return false. Is there an issue with this object or I am accessing wrong object to know whether the shop is accepting a giftcard or not?