File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Checkout/view/frontend/web/js/model Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ define([
14
14
/**
15
15
* Free method filter
16
16
* @param {Object } paymentMethod
17
- * @returns {Boolean }
17
+ * @return {Boolean }
18
18
*/
19
19
var isFreePaymentMethod = function ( paymentMethod ) {
20
20
return paymentMethod . method === 'free' ;
21
21
} ,
22
22
23
23
/**
24
24
* Grabs the grand total from quote
25
- * @returns {Number }
25
+ * @return {Number }
26
26
*/
27
27
getGrandTotal = function ( ) {
28
28
return quote . totals ( ) [ 'grand_total' ] ;
@@ -81,7 +81,7 @@ define([
81
81
82
82
/**
83
83
* Get the list of available payment methods.
84
- * @returns {Array }
84
+ * @return {Array }
85
85
*/
86
86
getAvailablePaymentMethods : function ( ) {
87
87
var allMethods = methodList ( ) . slice ( ) ,
You can’t perform that action at this time.
0 commit comments