lib/yoti/util/age_processor.rb in yoti-1.9.0 vs lib/yoti/util/age_processor.rb in yoti-1.10.0

- old
+ new

@@ -1,9 +1,9 @@ module Yoti # # Process age attribute # - # @deprecated 2.0.0 - replaced by Yoti::AgeVerification + # @deprecated will be removed in 2.0.0 - replaced by Yoti::AgeVerification # class AgeProcessor AGE_PATTERN = 'age_(over|under):[1-9][0-9]?[0-9]?' # check if the key matches the format age_[over|under]:[1-999]