diff --git a/commerce_coupon.info.inc b/commerce_coupon.info.inc index dff3018..f47a28a 100644 --- a/commerce_coupon.info.inc +++ b/commerce_coupon.info.inc @@ -36,7 +36,7 @@ function commerce_coupon_entity_property_info() { 'schema field' => 'price_component_name', ); $properties['type'] = array( - 'type' => 'commerce_coupon_type', + 'type' => 'text', 'label' => t('Type'), 'description' => t('The human readable name of the coupon type.'), 'setter callback' => 'entity_property_verbatim_set', @@ -60,7 +60,7 @@ function commerce_coupon_entity_property_info() { 'schema field' => 'changed', ); - // Add metadata anpit coupon type properties. + // Add metadata about coupon type properties. $properties = &$info['commerce_coupon_type']['properties']; $properties['type'] = array(