Commit Graph

9 Commits

Author SHA1 Message Date
Fabien Meghazi 14bb6060d7 [REM] Removed @website.route() decorator
Need trunk-website-al Rev#5151

bzr revid: fme@openerp.com-20140120153733-ve3dn2kwvha7n3yl
2014-01-20 16:37:33 +01:00
Thibault Delavallée e0d1233f48 [FIX] [IMP] paypal
- fixed controller: when using urlopen and read, the response is already a text (bug coming
from the removal of requests lib)
- cleaned and fixed paypal data validation, now working
- remove paypal_username field, not used; added paypal_seller_id that is the unique ID of the
seller, to check that paypal data is correct
- various code cleaning

bzr revid: tde@openerp.com-20131204160738-q9paazleyg5v5hjo
2013-12-04 17:07:38 +01:00
Thibault Delavallée 382829686d [CLEAN] payment_acquirer and acquirer implementation: cleaned code, removing duplicate code for managing transaction and partner values. Also removed dependency towards requests library. Updated acquirers data, not in no update.
bzr revid: tde@openerp.com-20131203142501-4cibxmcuvyp8uof9
2013-12-03 15:25:01 +01:00
Thibault Delavallée abb4fdc647 [FIX] payment_acquirer_paypal: fixed return url management in DPN controller
bzr revid: tde@openerp.com-20131127160218-v4qkzcike1rm8g6b
2013-11-27 17:02:18 +01:00
Thibault Delavallée 5b7e07c19f [CLEAN] paymant_acquirer_paypal: cleaned controllers code
bzr revid: tde@openerp.com-20131122114831-6id2u613e92yzwcy
2013-11-22 12:48:31 +01:00
Thibault Delavallée 882f398666 [FIX] payment_acquirer_paypal: fixed paypal in shop
- added paypal_get_form_action_url, used when re-routing form data
- added validation on dpn controller

bzr revid: tde@openerp.com-20131118130208-6k8pklb2638ccogr
2013-11-18 14:02:08 +01:00
Thibault Delavallée 7c372e8f28 [IMP] payment_acquirer_paypal: improvements
- cleaned feedback: same method naming as ogone, cleaned method, now called
by the controller. IPN basically works.
- cleaned controllers
- cleaned test module website_payment a bit about paypal
- added support of custom, to give and receive back custom values with paypal

bzr revid: tde@openerp.com-20131118123314-jkfomek10ncq7mlu
2013-11-18 13:33:14 +01:00
Thibault Delavallée f5a6f12ead [IMP] payment_acquirer_paypal: improved urls in rendered button, now using urljoin; improve dbutton; removed dead method; slightly improved controllers
bzr revid: tde@openerp.com-20131115133133-qhij4k0c48k96mfq
2013-11-15 14:31:33 +01:00
Thibault Delavallée b2ea74e4e6 [REF] payment: moved paypal and ogone stuff into their dedicated modules.
Added payment_acquirer_paypal and .._ogone modules. Those modules hold
the model / data / controllers related to the specific acquirer.

Also updated website_payment, to use website.menu instead of custom change
in header, as menus are now editable.

bzr revid: tde@openerp.com-20131107180444-bbzobquqq9o6pctv
2013-11-07 19:04:44 +01:00