mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 13:44:42 +08:00
Use the "product_preview" for now instead of custom
This commit is contained in:
parent
13716bfa16
commit
71c0da5c35
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ document.addEventListener( 'DOMContentLoaded', () => {
|
|||
partnerClientId: PcpPayLaterConfigurator.partnerClientId,
|
||||
partnerName: 'WooCommerce',
|
||||
bnCode: 'Woo_PPCP',
|
||||
placements: ['cart', 'checkout', 'product', 'category', 'homepage', 'custom_placement'],
|
||||
placements: ['cart', 'checkout', 'product', 'category', 'homepage', 'product_preview'],
|
||||
styleOverrides: {
|
||||
button: publishButtonClassName,
|
||||
header: PcpPayLaterConfigurator.headerClassName,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue