Class/Module Index [+]

Quicksearch

ActiveMerchant::Billing::Integrations::Dwolla::Notification

Public Instance Methods

acknowledge() click to toggle source
# File lib/active_merchant/billing/integrations/dwolla/notification.rb, line 41
def acknowledge      
  true
end
complete?() click to toggle source
# File lib/active_merchant/billing/integrations/dwolla/notification.rb, line 8
def complete?
  status == "Completed"
end
currency() click to toggle source
# File lib/active_merchant/billing/integrations/dwolla/notification.rb, line 24
def currency
  "USD"
end
error() click to toggle source
# File lib/active_merchant/billing/integrations/dwolla/notification.rb, line 32
def error
  params['Message']
end
gross() click to toggle source
# File lib/active_merchant/billing/integrations/dwolla/notification.rb, line 28
def gross
  params['Amount']
end
item_id() click to toggle source
# File lib/active_merchant/billing/integrations/dwolla/notification.rb, line 20
def item_id
  params['OrderId']
end
status() click to toggle source
# File lib/active_merchant/billing/integrations/dwolla/notification.rb, line 12
def status
  params["Status"]
end
test?() click to toggle source

Was this a test transaction?

# File lib/active_merchant/billing/integrations/dwolla/notification.rb, line 37
def test?
  params['TestMode']
end
transaction_id() click to toggle source
# File lib/active_merchant/billing/integrations/dwolla/notification.rb, line 16
def transaction_id
  params['TransactionId']
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.