# File lib/active_merchant/billing/integrations/gestpay/notification.rb, line 36
          def status
            case params['PAY1_TRANSACTIONRESULT']
            when 'OK'
              'Completed'
            else
              'Failed'
            end
          end