lib/active_merchant/lib/validateable.rb in activemerchant-1.1.0 vs lib/active_merchant/lib/validateable.rb in activemerchant-1.2.0
- old
+ new
@@ -26,10 +26,10 @@
end
end
end
# This hash keeps the errors of the object
- class Errors < Hash
+ class Errors < HashWithIndifferentAccess
def initialize(base)
@base = base
end
\ No newline at end of file