# File lib/active_merchant/billing/gateways/orbital/orbital_soft_descriptors.rb, line 21 def initialize(options = {}) self.merchant_name = options[:merchant_name] self.merchant_city = options[:merchant_city] self.merchant_phone = options[:merchant_phone] self.merchant_url = options[:merchant_url] self.merchant_email = options[:merchant_email] end