File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
app/code/Magento/Checkout Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -165,8 +165,8 @@ public function getItems()
165
165
}
166
166
167
167
/**
168
- * Verify if display pager on shopping cart
169
- * If cart block has custom_items and items qty in the shopping cart<limit from stores configuration
168
+ * Verify if display pager on shopping cart if cart block has custom_items and items qty in the shopping cart<limit
169
+ * from stores configuration
170
170
*
171
171
* @return bool
172
172
*/
Original file line number Diff line number Diff line change @@ -69,6 +69,9 @@ define([
69
69
confirm ( {
70
70
content : $ . mage . __ ( 'Are you sure you want to remove all items from your shopping cart?' ) ,
71
71
actions : {
72
+ /**
73
+ * Confirmation modal handler to execute clear cart action
74
+ */
72
75
confirm : function ( ) {
73
76
self . clearCart ( ) ;
74
77
}
You can’t perform that action at this time.
0 commit comments