mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Always include buttons and messages components when in editor
This commit is contained in:
parent
a33d8dea3d
commit
6d450d587f
4 changed files with 21 additions and 1 deletions
|
@ -43,7 +43,7 @@ export default function Edit( { attributes, clientId, setAttributes } ) {
|
|||
} : {
|
||||
...scriptParams.url_params,
|
||||
...{
|
||||
components: 'messages',
|
||||
components: 'messages,buttons,funding-eligibility',
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue