Module: ActiveMerchant::Billing::Integrations::BitPay

Defined in:
lib/active_merchant/billing/integrations/bit_pay.rb,
lib/active_merchant/billing/integrations/bit_pay/helper.rb,
lib/active_merchant/billing/integrations/bit_pay/notification.rb

Defined Under Namespace

Classes: Helper, Notification

Class Method Summary collapse

Class Method Details

.helper(order, account, options = {}) ⇒ Object



19
20
21
# File 'lib/active_merchant/billing/integrations/bit_pay.rb', line 19

def self.helper(order, , options = {})
  Helper.new(order, , options)
end

.notification(post) ⇒ Object



15
16
17
# File 'lib/active_merchant/billing/integrations/bit_pay.rb', line 15

def self.notification(post)
  Notification.new(post)
end