SKProductDiscount price is 0

I'm trying to implement some promotion for our subscriptions, but strangely when I request product I get SKProductDiscount object and all fields are populated except price. Type isn't free. What could be wrong?

My bad, didn't notice that price is NSDecimalNumber and in log I formated it as %f, so value lost in the void.

SKProductDiscount price is 0
 
 
Q