mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-03 08:37:53 +08:00
Add content type json to all fetch ajax endpoints
This commit is contained in:
parent
5ceb39c9e0
commit
8d97954f42
7 changed files with 21 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue