lib/active_merchant/billing/gateways/hdfc.rb in activemerchant-1.112.0 vs lib/active_merchant/billing/gateways/hdfc.rb in activemerchant-1.113.0

- old
+ new

@@ -132,10 +132,10 @@ ACTIONS = { 'purchase' => '1', 'refund' => '2', 'authorize' => '4', - 'capture' => '5', + 'capture' => '5' } def commit(action, post) post[:id] = @options[:login] post[:password] = @options[:password]