mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
Replace place order text in block
This commit is contained in:
parent
2dcfd115a9
commit
f232946afa
3 changed files with 35 additions and 22 deletions
|
@ -323,6 +323,7 @@ if (config.usePlaceOrder && !config.scriptData.continuation) {
|
|||
label: <div dangerouslySetInnerHTML={{__html: config.title}}/>,
|
||||
content: <div dangerouslySetInnerHTML={{__html: config.description}}/>,
|
||||
edit: <div dangerouslySetInnerHTML={{__html: config.description}}/>,
|
||||
placeOrderButtonLabel: config.placeOrderButtonText,
|
||||
ariaLabel: config.title,
|
||||
canMakePayment: () => config.enabled,
|
||||
supports: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue