lib/active_merchant/billing/gateways/d_local.rb in activemerchant-1.129.0 vs lib/active_merchant/billing/gateways/d_local.rb in activemerchant-1.130.0

- old
+ new

@@ -186,9 +186,10 @@ post[:card][:descriptor] = options[:dynamic_descriptor] if options[:dynamic_descriptor] post[:card][:capture] = (action == 'purchase') post[:card][:installments] = options[:installments] if options[:installments] post[:card][:installments_id] = options[:installments_id] if options[:installments_id] post[:card][:force_type] = options[:force_type].to_s.upcase if options[:force_type] + post[:card][:save] = options[:save] if options[:save] end def parse(body) JSON.parse(body) end