# File lib/active_merchant/billing/integrations/moneybookers/notification.rb, line 26 def status case status_code when '2' 'Completed' when '0' 'Pending' when '-1' 'Cancelled' when '-2' 'Failed' when '-3' 'Reversed' else 'Error' end end