Closed (won't fix)
Project:
Commerce Transbank Webpay
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
9 Sep 2020 at 03:09 UTC
Updated:
11 May 2022 at 19:09 UTC
Jump to comment: Most recent
Comments
Comment #2
miltondiaz commentedThe problem was detected.
The reason was that Chrome since the version 80.1 add a new security policy related with the attribute "Samesite" and the transfer of cookies between tho websites. The function afected was "getTransactionResult".
The workaround for avoid the error was add to the settings.php
For more details: https://www.asesora2.cl/servicios/img/cms/GoogleChromeV2-0.pdf
Please test the solution and try to find a way to keep it inside of the module. Thank you.
Comment #3
mnico commentedThis should be fixed by the core or by doing what you propose in the settings.php. This problem is present in other payment methods and properly defining the SameSite=None attribute finally helps.