We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04795a6 commit 7f6e442Copy full SHA for 7f6e442
app/code/Magento/Braintree/view/frontend/templates/paypal/button.phtml
@@ -27,7 +27,7 @@ $config = [
27
data-locale="<?php /* @noEscape */ echo $block->getLocale(); ?>"
28
data-amount="<?php /* @noEscape */ echo $block->getAmount(); ?>"
29
id="<?php /* @noEscape */ echo $id; ?>"
30
- class="action-braintree-paypal-logo">
+ class="action-braintree-paypal-logo" disabled>
31
<img class="braintree-paypal-button-hidden"
32
src="https://checkout.paypal.com/pwpp/2.17.6/images/pay-with-paypal.png"
33
alt="Pay with PayPal"/>
0 commit comments