Method: ActiveMerchant::Billing::PayuInGateway#initialize
- Defined in:
- lib/active_merchant/billing/gateways/payu_in.rb
#initialize(options = {}) ⇒ PayuInGateway
Returns a new instance of PayuInGateway.
19 20 21 22 |
# File 'lib/active_merchant/billing/gateways/payu_in.rb', line 19 def initialize( = {}) requires!(, :key, :salt) super end |