lib/support/gateway_support.rb in activemerchant-1.108.0 vs lib/support/gateway_support.rb in activemerchant-1.109.0
- old
+ new
@@ -1,10 +1,10 @@
require 'rubygems'
require 'active_support'
require 'active_merchant'
class GatewaySupport #:nodoc:
- ACTIONS = [:purchase, :authorize, :capture, :void, :credit, :recurring]
+ ACTIONS = %i[purchase authorize capture void credit recurring]
include ActiveMerchant::Billing
attr_reader :gateways