Method: ActiveShipping::UPS#mapped_country_code

Defined in:
lib/active_shipping/carriers/ups.rb

#mapped_country_code(country_code) ⇒ Object (protected)



1210
1211
1212
# File 'lib/active_shipping/carriers/ups.rb', line 1210

def mapped_country_code(country_code)
  COUNTRY_MAPPING[country_code].presence || country_code
end