Skip to content

Commit

Permalink
Merge pull request #5 from ulandj/product_required_of_category_specifics
Browse files Browse the repository at this point in the history
Add ProductRequired field to ValidationRules of CategorySpecifics
  • Loading branch information
main24 authored May 7, 2018
2 parents 6cdfc98 + 74de358 commit ba1b619
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/ebay/types/recommendation_validation_rules.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module Types # :nodoc:
# text_node :variation_picture, 'VariationPicture', :optional => true
# text_node :variation_specifics, 'VariationSpecifics', :optional => true
# text_node :value_format, 'ValueFormat', :optional => true
# text_node :product_required, 'ProductRequired', :optional => true
class RecommendationValidationRules
include XML::Mapping
include Initializer
Expand All @@ -25,6 +26,7 @@ class RecommendationValidationRules
text_node :variation_picture, 'VariationPicture', :optional => true
text_node :variation_specifics, 'VariationSpecifics', :optional => true
text_node :value_format, 'ValueFormat', :optional => true
text_node :product_required, 'ProductRequired', :optional => true
end
end
end
Expand Down

0 comments on commit ba1b619

Please sign in to comment.