# File lib/active_merchant/billing/integrations/world_pay/notification.rb, line 42
          def test?
            params.key?('testMode') && params['testMode'] != '0'
          end