File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
app/code/Magento/Paypal/view/frontend
web/js/view/amountProviders Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ define([
5050
5151 $ ( this . qtyFieldSelector ) . on ( 'change' , this . _onQtyChange . bind ( this ) ) ;
5252
53- this . _updateAmount ( ) ;
53+ priceBox . trigger ( 'updatePrice' ) ;
5454
5555 return this ;
5656 } ,
You can’t perform that action at this time.
0 commit comments