Skip to content
Snippets Groups Projects
Commit b0b9153c authored by Denis Ledoux's avatar Denis Ledoux
Browse files

[FIX] payment_paypal: SUPERUSER_ID removed by inadvertence in...

[FIX] payment_paypal: SUPERUSER_ID removed by inadvertence in 1826f6d4
parent 1826f6d4
Branches
Tags
No related merge requests found
......@@ -54,7 +54,7 @@ class PaypalController(http.Controller):
resp = uopen.read()
if resp == 'VERIFIED':
_logger.info('Paypal: validated data')
res = request.registry['payment.transaction'].form_feedback(cr, uid, post, 'paypal', context=context)
res = request.registry['payment.transaction'].form_feedback(cr, SUPERUSER_ID, post, 'paypal', context=context)
elif resp == 'INVALID':
_logger.warning('Paypal: answered INVALID on data verification')
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment