Commit 5e770080 authored by Łukasz Nowak's avatar Łukasz Nowak

Mark method to be not implemented.

parent a91456c9
......@@ -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"""
......
16
\ No newline at end of file
17
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment