Skip to content

Commit 0bd43df

Browse files
MC-42440: Amount attribute is not sent to Paypal
1 parent 4ef527b commit 0bd43df

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/code/Magento/Paypal/view/frontend/layout/catalog_product_view_type_bundle.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
<item name="payLater" xsi:type="array">
1919
<item name="config" xsi:type="array">
2020
<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+
</item>
2127
</item>
2228
</item>
2329
</item>

0 commit comments

Comments
 (0)