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 18
18
<item name =" payLater" xsi : type =" array" >
19
19
<item name =" config" xsi : type =" array" >
20
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
+ </item >
21
27
</item >
22
28
</item >
23
29
</item >
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ define([
50
50
51
51
$ ( this . qtyFieldSelector ) . on ( 'change' , this . _onQtyChange . bind ( this ) ) ;
52
52
53
- this . _updateAmount ( ) ;
53
+ priceBox . trigger ( 'updatePrice' ) ;
54
54
55
55
return this ;
56
56
} ,
You can’t perform that action at this time.
0 commit comments