# File lib/active_merchant/billing/integrations/dwolla/notification.rb, line 41 def acknowledge true end
# File lib/active_merchant/billing/integrations/dwolla/notification.rb, line 8 def complete? status == "Completed" end
# File lib/active_merchant/billing/integrations/dwolla/notification.rb, line 24 def currency "USD" end
# File lib/active_merchant/billing/integrations/dwolla/notification.rb, line 32 def error params['Message'] end
# File lib/active_merchant/billing/integrations/dwolla/notification.rb, line 28 def gross params['Amount'] end
# File lib/active_merchant/billing/integrations/dwolla/notification.rb, line 20 def item_id params['OrderId'] end
# File lib/active_merchant/billing/integrations/dwolla/notification.rb, line 12 def status params["Status"] end
Generated with the Darkfish Rdoc Generator 2.