Add content type json to all fetch ajax endpoints

This commit is contained in:
Emili Castells Guasch 2023-03-22 17:26:58 +01:00
parent 5ceb39c9e0
commit 8d97954f42
7 changed files with 21 additions and 0 deletions

View file

@ -84,6 +84,9 @@ const ppcp_onboarding = {
fetch(PayPalCommerceGatewayOnboarding.pui_endpoint, {
method: 'POST',
headers: {
'Content-Type': 'application/json'
},
credentials: 'same-origin',
body: JSON.stringify({
nonce: PayPalCommerceGatewayOnboarding.pui_nonce,