From 8da8b3a341a2632bccae96e8442bb0aa0074d6ab Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 29 May 2012 14:47:27 +0200 Subject: [PATCH] fix documentation of the PaymentResponse documentation --- eopayment/common.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/eopayment/common.py b/eopayment/common.py index 78cd010..443275b 100644 --- a/eopayment/common.py +++ b/eopayment/common.py @@ -25,9 +25,7 @@ class PaymentResponse(object): result -- holds the declarative result of the transaction, does not use it to validate the payment in your backoffice, it's just for informing the user that all is well. - signed_result -- holds the signed result of the transaction, when it is - not None, it contains the result of the transaction as asserted by the - bank with an electronic signature. + signed -- holds whether the message was signed bank_data -- a dictionnary containing some data depending on the bank, you have to log it for audit purpose. return_content -- when handling a response in a callback endpoint, i.e.