Skip to content

Commit

Permalink
Enable PPCP method in all environments except test and production
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldcain committed Nov 22, 2024
1 parent a64e60f commit 711d2ef
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config/horizon.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"checkout/ebanx-pix": true,
"checkout/google-pay": true,
"checkout/vat-form": true,
"checkout/paypal-ppcp": false,
"checkout/paypal-ppcp": true,
"checkout/checkout-version": false,
"checkout/razorpay": false,
"cloudflare": true,
Expand Down
2 changes: 1 addition & 1 deletion config/jetpack-cloud-development.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"checkout/ebanx-pix": true,
"checkout/google-pay": false,
"checkout/vat-form": true,
"checkout/paypal-ppcp": false,
"checkout/paypal-ppcp": true,
"checkout/checkout-version": false,
"checkout/razorpay": false,
"current-site/domain-warning": false,
Expand Down
2 changes: 1 addition & 1 deletion config/jetpack-cloud-horizon.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"checkout/ebanx-pix": true,
"checkout/google-pay": true,
"checkout/vat-form": true,
"checkout/paypal-ppcp": false,
"checkout/paypal-ppcp": true,
"checkout/checkout-version": false,
"checkout/razorpay": false,
"current-site/domain-warning": false,
Expand Down
2 changes: 1 addition & 1 deletion config/jetpack-cloud-stage.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"checkout/ebanx-pix": true,
"checkout/google-pay": false,
"checkout/vat-form": true,
"checkout/paypal-ppcp": false,
"checkout/paypal-ppcp": true,
"checkout/checkout-version": false,
"checkout/razorpay": false,
"current-site/domain-warning": false,
Expand Down
2 changes: 1 addition & 1 deletion config/stage.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"catch-js-errors": true,
"checkout/ebanx-pix": true,
"checkout/google-pay": true,
"checkout/paypal-ppcp": false,
"checkout/paypal-ppcp": true,
"checkout/vat-form": true,
"checkout/checkout-version": true,
"checkout/razorpay": false,
Expand Down
2 changes: 1 addition & 1 deletion config/wpcalypso.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"checkout/ebanx-pix": true,
"checkout/google-pay": true,
"checkout/vat-form": true,
"checkout/paypal-ppcp": false,
"checkout/paypal-ppcp": true,
"checkout/checkout-version": true,
"checkout/razorpay": false,
"cloudflare": true,
Expand Down

0 comments on commit 711d2ef

Please sign in to comment.