module OffsitePayments::Integrations::BitPay

Public Class Methods

helper(order, account, options = {}) click to toggle source
# File lib/offsite_payments/integrations/bit_pay.rb, line 14
def self.helper(order, account, options = {})
  Helper.new(order, account, options)
end
notification(post, options = {}) click to toggle source
# File lib/offsite_payments/integrations/bit_pay.rb, line 10
def self.notification(post, options = {})
  Notification.new(post, options)
end
return(query_string, options = {}) click to toggle source
# File lib/offsite_payments/integrations/bit_pay.rb, line 18
def self.return(query_string, options = {})
  Return.new(query_string)
end