In $_SESSION['cot_gv'] to be exact, I just wonder if this will need to be used later or something, since Im writing a module that is similar to GiftCard.

If not, I would rather store it in class param and retrieve it from DB every time, since things can get nasty if the amount in SESSION is different from the amount in DB

Regards.