-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpatches.json
24 lines (24 loc) · 1.01 KB
/
patches.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"MDVA-25602": {
"magento/magento2-base": {
"Fixes issue with PayPal Payflow Pro payment method and treating cookies as SameSite=Lax by default in the Chrome 80 browser and API response redirect to customer login page": {
">=2.3.3 <2.3.5": {
"file": "os/MDVA-25602__PayflowPro_checkout_broken_with_SameSite_Cookie__2.3.4.patch"
},
">=2.3.0 <2.3.2": {
"file": "os/MDVA-25602__PayflowPro_checkout_broken_with_SameSite_Cookie__2.3.0.patch"
},
">=2.3.2 <2.3.3": {
"file": "os/MDVA-25602__PayflowPro_checkout_broken_with_SameSite_Cookie__2.3.2.patch"
}
}
},
"magento/magento2-ee-base": {
"Fixes issue with PayPal Payflow Pro payment method and treating cookies as SameSite=Lax by default in the Chrome 80 browser and API response redirect to customer login page": {
">=2.3.0 <2.3.5": {
"file": "commerce/MDVA-25602__PayflowPro_API_response_302_redirect_to_login_page__2.3.4.patch"
}
}
}
}
}