This PR adds the ppcp.axo.enabled meta tag in the Block Checkout when Axo is enabled.
Steps to test
Enable ACDC and Fastlane.
Add the Checkout block to a page.
Ensure that the <meta name="ppcp.axo" content="ppcp.axo.enabled"> meta tag is present when Fastlane is enabled and present in the Block Checkout.
Ensure that the <meta name="ppcp.axo" content="ppcp.axo.disabled"> meta tag is present when Fastlane is disabled and not present in the Block Checkout.
Description
This PR adds the
ppcp.axo.enabled
meta tag in the Block Checkout when Axo isenabled
.Steps to test
ACDC
andFastlane
.Checkout
block to a page.<meta name="ppcp.axo" content="ppcp.axo.enabled">
meta tag is present when Fastlane is enabled and present in the Block Checkout.<meta name="ppcp.axo" content="ppcp.axo.disabled">
meta tag is present when Fastlane is disabled and not present in the Block Checkout.Screenshots
N/A