mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
Checkout block: Remove the erroneous component overide
This commit is contained in:
parent
f82074a56e
commit
4c43482fc4
1 changed files with 0 additions and 1 deletions
|
@ -616,7 +616,6 @@ if (block_enabled) {
|
|||
ariaLabel: config.title,
|
||||
canMakePayment: async () => {
|
||||
if (!paypalScriptPromise) {
|
||||
config.scriptData.url_params.components = 'buttons';
|
||||
paypalScriptPromise = loadPaypalScriptPromise(config.scriptData);
|
||||
paypalScriptPromise.then(() => {
|
||||
const messagesBootstrap = new BlockCheckoutMessagesBootstrap(config.scriptData);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue