odoo-shopinvader icon indicating copy to clipboard operation
odoo-shopinvader copied to clipboard

[14.0][FIX] shopinvader: return of dispatch should be something else than dict

Open acsonefho opened this issue 2 years ago • 0 comments

In some case (using shopinvader/payment/adyen/webhook for example), the return value is a str (dict is expected). That raise an exception.

The question is:

  • Adyen expect this value? If yes, so this PR should be merged;
  • If no, we have to fix into invader_payment_adyen and return a dict.

https://github.com/shopinvader/odoo-shopinvader-payment/blob/14.0/invader_payment_adyen/services/payment_adyen.py#L575

acsonefho avatar Feb 24 '23 13:02 acsonefho