From 5e770080af85ec0fd955d6f06b7568f91fb50a81 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Thu, 6 Oct 2011 16:23:17 +0200
Subject: [PATCH] Mark method to be not implemented.

---
 .../DocumentTemplateItem/PayzenService.py                | 9 ++++++---
 bt5/erp5_payzen_secure_payment/bt/revision               | 2 +-
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/bt5/erp5_payzen_secure_payment/DocumentTemplateItem/PayzenService.py b/bt5/erp5_payzen_secure_payment/DocumentTemplateItem/PayzenService.py
index a620bcb813..64986e88e5 100644
--- a/bt5/erp5_payzen_secure_payment/DocumentTemplateItem/PayzenService.py
+++ b/bt5/erp5_payzen_secure_payment/DocumentTemplateItem/PayzenService.py
@@ -23,9 +23,12 @@ class PayzenService(XMLObject):
     pass
 
   def navigate(self, REQUEST=None, **kw):
-    """Redirect to payzen.eu"""
-    self.Base_checkConsistency()
-    raise NotImplementedError
+    """Navigation not implemented
+
+    Payzen.eu assumes that POST is done directly to the website thus there is
+    no need to provide "proxy" method.
+    """
+    raise NotImplementedError('Method will not be implemented')
 
   def notifySuccess(self, REQUEST=None, **kw):
     """See Payment Service Interface Documentation"""
diff --git a/bt5/erp5_payzen_secure_payment/bt/revision b/bt5/erp5_payzen_secure_payment/bt/revision
index 19c7bdba7b..8e2afd3427 100644
--- a/bt5/erp5_payzen_secure_payment/bt/revision
+++ b/bt5/erp5_payzen_secure_payment/bt/revision
@@ -1 +1 @@
-16
\ No newline at end of file
+17
\ No newline at end of file
-- 
2.30.9