lib/centaman/object/coupon_check.rb in centaman-0.1.13 vs lib/centaman/object/coupon_check.rb in centaman-0.2.0

- old
+ new

@@ -16,12 +16,12 @@ def attributes [ Centaman::Attribute.new( centaman_key: 'CouponCode', app_key: :coupon_code, - type: :integer + type: :string ), - + Centaman::Attribute.new( centaman_key: 'LimitedUse', app_key: :limited_use, type: :boolean ),