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 4ef527b commit 0bd43dfCopy full SHA for 0bd43df
app/code/Magento/Paypal/view/frontend/layout/catalog_product_view_type_bundle.xml
@@ -18,6 +18,12 @@
18
<item name="payLater" xsi:type="array">
19
<item name="config" xsi:type="array">
20
<item name="refreshSelector" xsi:type="string">#bundle-slide</item>
21
+ <item name="displayAmount" xsi:type="boolean">true</item>
22
+ <item name="amountComponentConfig" xsi:type="array">
23
+ <item name="component" xsi:type="string">
24
+ Magento_Paypal/js/view/amountProviders/product
25
+ </item>
26
27
</item>
28
29
0 commit comments