16 17 18 19 20
# File 'lib/klarna/checkout/cart.rb', line 16 def as_json json_sanitize({ :items => @items.map(&:as_json) }) end