lib/centaman/object/coupon_check.rb in centaman-0.1.11 vs lib/centaman/object/coupon_check.rb in centaman-0.1.12

- old
+ new

@@ -18,9 +18,10 @@ Centaman::Attribute.new( centaman_key: 'CouponCode', app_key: :coupon_code, type: :integer ), + Centaman::Attribute.new( centaman_key: 'LimitedUse', app_key: :limited_use, type: :boolean ),