# File lib/active_merchant/billing/integrations/two_checkout/notification.rb, line 79
          def status
            case params['credit_card_processed']
            when 'Y'
              'Completed'
            when 'K'
              'Pending'
            else
              'Failed'
            end
          end