Method: ActiveMerchant::Billing::IppGateway#initialize
- Defined in:
- lib/active_merchant/billing/gateways/ipp.rb
#initialize(options = {}) ⇒ IppGateway
24 25 26 27 28 |
# File 'lib/active_merchant/billing/gateways/ipp.rb', line 24 def initialize( = {}) ActiveMerchant.deprecated('IPP gateway is now named Bambora Asia-Pacific') requires!(, :username, :password) super end |