class Payola::Configuration

Attributes

payment_gateway_adapter[RW]
payment_gateway_api_key[RW]

Public Instance Methods

payment_gateway_adapter=(other) click to toggle source
# File lib/payola/configuration.rb, line 6
def payment_gateway_adapter=(other)
  Payola::Registry[:payment_gateway_adapter] = other
end