woocommerce / woocommerce-paypal-payments

https://wordpress.org/plugins/woocommerce-paypal-payments/
GNU General Public License v2.0
62 stars 48 forks source link

Axo Block: Add the tracking meta tag in the Block Checkout (3757) #2805

Closed danieldudzic closed 3 days ago

danieldudzic commented 1 week ago

Description

This PR adds the ppcp.axo.enabled meta tag in the Block Checkout when Axo is enabled.

Steps to test

  1. Enable ACDC and Fastlane.
  2. Add the Checkout block to a page.
  3. 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.
  4. 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.

Screenshots

N/A

stracker-phil commented 3 days ago

I'm closing this PR in favor of #2834