From 55a4f119d673babb70ce70153a0c76a93c6b309a Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Thu, 16 Jul 2015 14:12:53 +0200 Subject: [PATCH] eopayment: fix Payment.request() docstring (#7496) --- eopayment/__init__.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/eopayment/__init__.py b/eopayment/__init__.py index 4f3a039..adb1f9c 100644 --- a/eopayment/__init__.py +++ b/eopayment/__init__.py @@ -94,12 +94,9 @@ class Payment(object): - the first gives a string value to later match the payment with the invoice, - kind gives the type of the third value, payment.URL or - payment.HTML, + payment.HTML or payment.FORM, - the third is the URL or the HTML form to contact the payment server, which must be sent to the customer browser. - - kind of the third argument, it can be URL or HTML, the third is the - corresponding value as string containing HTML or an URL ''' return self.backend.request(amount, **kwargs)