module Bluepay::Interface
Public Instance Methods
data()
click to toggle source
# File lib/bluepay/interface.rb, line 11 def data { 'ACCOUNT_ID' => Bluepay.account_id }.merge(request_params) end
path()
click to toggle source
# File lib/bluepay/interface.rb, line 7 def path self.class::PATH end