Merge pull request #2080 from woocommerce/PCP-2691-integrate-pay-later-messaging-block-with-the-messaging-configurator

Integrate pay later messaging block with the messaging configurator (2691)
This commit is contained in:
Emili Castells 2024-03-12 17:09:06 +01:00 committed by GitHub
commit dd60e736a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 57 additions and 65 deletions

View file

@ -40,7 +40,7 @@ document.addEventListener( 'DOMContentLoaded', () => {
partnerClientId: PcpPayLaterConfigurator.partnerClientId,
partnerName: 'WooCommerce',
bnCode: 'Woo_PPCP',
placements: ['cart', 'checkout', 'product', 'category', 'homepage', 'custom_placement'],
placements: ['cart', 'checkout', 'product', 'shop', 'home', 'product_preview'],
styleOverrides: {
button: publishButtonClassName,
header: PcpPayLaterConfigurator.headerClassName,