Commit 00c2198e authored by Łukasz Nowak's avatar Łukasz Nowak

Revert "Propose some methods."

This reverts commit a91456c9.

Conflicts:

	bt5/erp5_payzen_secure_payment/bt/revision
parent 44d4564a
......@@ -44,13 +44,3 @@ class PayzenService(XMLObject):
"""See Payment Service Interface Documentation"""
raise NotImplementedError
return self._getTypeBasedMethod("abortPayment")(**kw)
# proposed methods
def getFormString(self, document, **kw):
"""Returns form string of against passed document"""
def getSignature(self, document):
"""Returns signature for current document"""
def validateSignature(self, document, signature):
"""Checks if documents validates against signature"""
17
\ No newline at end of file
18
\ 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