Skip to content

Commit b9f8caf

Browse files
author
Oleksandr Dubovyk
committed
MAGETWO-43776: Category page load time increased 20+ seconds due to image from paypalobjects.com
1 parent 17f6984 commit b9f8caf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Paypal/etc/adminhtml/system/express_checkout.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@
546546
</group>
547547
<group id="express_checkout_frontend" translate="label" showInDefault="1" showInWebsite="1" showInStore="1" sortOrder="120">
548548
<label>Frontend Experience Settings</label>
549-
<field id="logo" translate="label comment" type="select" sortOrder="10" showInDefault="0" showInWebsite="0" showInStore="0">
549+
<field id="logo" translate="label comment" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
550550
<label>PayPal Product Logo</label>
551551
<comment>Displays on catalog pages and homepage.</comment>
552552
<config_path>paypal/style/logo</config_path>

app/code/Magento/Paypal/etc/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<paypal>
1111
<bncode>Magento_Cart_Community</bncode>
1212
<style>
13-
<logo>nowAccepting_150x60</logo>
13+
<logo></logo>
1414
</style>
1515
<wpp>
1616
<api_password backend_model="Magento\Config\Model\Config\Backend\Encrypted" />

0 commit comments

Comments
 (0)