Skip to content
Snippets Groups Projects
Commit 5be40868 authored by Christophe Simonis's avatar Christophe Simonis
Browse files

[MERGE] forward port branch saas-6 up to a5dfe2f0

parents 3a7f211f a5dfe2f0
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ class PaypalController(http.Controller):
self.paypal_validate_data(**post)
return ''
@http.route('/payment/paypal/dpn', type='http', auth="none", methods=['POST'], csrf=False)
@http.route('/payment/paypal/dpn', type='http', auth="none", methods=['POST', 'GET'], csrf=False)
def paypal_dpn(self, **post):
""" Paypal DPN """
_logger.info('Beginning Paypal DPN form_feedback with post data %s', pprint.pformat(post)) # debug
......
Slovenia, 2016-09-05
GoOpen, računalniške storitve, Aleš Ferlan s.p. agrees to the terms of the
Odoo Corporate Contributor License Agreement v1.0.
I declare that I am authorized and able to make this agreement and sign this
declaration.
Signed,
Aleš Ferlan alefer89@protonmail.com
List of contributors:
Aleš Ferlan alefer89@protonmail.com
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment