search for: ship_to_country

Displaying 1 result from an estimated 1 matches for "ship_to_country".

2007 Oct 13
4
Chapter 9
...ngth_of :ship_to_first_name, :in => 2..255 validates_length_of :ship_to_last_name, :in => 2..255 validates_length_of :ship_to_address, :in => 2..255 validates_length_of :ship_to_city, :in => 2..255 validates_length_of :ship_to_postal_code, :in => 2..255 validates_length_of :ship_to_country, :in => 2..255 validates_length_of :phone_number, :in => 7..20 validates_length_of :customer_ip, :in => 7..15 validates_format_of :email, :with => /^([^@\s]+)@((?:[-a-z0-9]+\.)+ [a-z]{2,})$/i validates_inclusion_of :status, :in => %w(open processed closed failed) validates...