# File lib/active_merchant/billing/integrations/payflow_link/notification.rb, line 48 def status params['RESULT'] == '0' ? 'Completed' : 'Failed' end