Merge branch 'story/114871365-address-cc-upcase' into staging

This commit is contained in:
Vladimir Krylov 2016-03-24 15:33:48 +02:00
commit 536b62b229

View file

@ -55,7 +55,7 @@ namespace :convert do
if if_object if if_object
h = c.object h = c.object
h["country_code"] = h["country_code"].upcase h["country_code"] = h["country_code"].try(:upcase)
c.object = h c.object = h
end end