[FIX] Test build error (cf. logs/test-js.txt)

bzr revid: ddm@openerp.com-20131204105924-ktiaxmp5j7dvknl9
This commit is contained in:
ddm 2013-12-04 11:59:24 +01:00
parent b79e56d1af
commit 3a5112426f
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ class AdyenController(http.Controller):
@website.route([
'/payment/adyen/return/',
], type='http', auth='public')
], type='http', auth='public', methods=['POST'])
def adyen_return(self, **post):
""" Paypal IPN. """
_logger.info('Beginning Adyen form_feedback with post data %s', pprint.pformat(post)) # debug