mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
Merge pull request #2506 from woocommerce/PCP-3492-static-meta-comment-in-html-source-when-fastlane-is-active
Update static meta value for Fastlane feature detection (3492)
This commit is contained in:
commit
31afc7263e
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@ class AxoModule implements ModuleInterface {
|
||||||
}
|
}
|
||||||
|
|
||||||
printf(
|
printf(
|
||||||
'<meta name="ppcp.axo" content="%s" />',
|
'<meta name="ppcp.axo" content="ppcp.axo.%s" />',
|
||||||
$axo_enabled ? 'enabled' : 'disabled'
|
$axo_enabled ? 'enabled' : 'disabled'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue