File tree 1 file changed +4
-4
lines changed
app/code/Magento/Checkout/view/frontend/web/js
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ define([
48
48
return {
49
49
/**
50
50
* Setting the selected shipping address pulled from persistence storage.
51
- *
51
+ *
52
52
* @param {Object } data
53
53
*/
54
54
setSelectedShippingAddress : function ( data ) {
@@ -60,7 +60,7 @@ define([
60
60
61
61
/**
62
62
* Pulling the selected shipping address from persistence storage.
63
- *
63
+ *
64
64
* @return {* }
65
65
*/
66
66
getSelectedShippingAddress : function ( ) {
@@ -80,7 +80,7 @@ define([
80
80
} ,
81
81
82
82
/**
83
- * Pulling the shipping address from persistence storage.
83
+ * Pulling the shipping address from persistence storage.
84
84
*
85
85
* @return {* }
86
86
*/
@@ -122,7 +122,7 @@ define([
122
122
} ,
123
123
124
124
/**
125
- * Pulling the selected shipping rate from local storge
125
+ * Pulling the selected shipping rate from local storage.
126
126
*
127
127
* @return {* }
128
128
*/
You can’t perform that action at this time.
0 commit comments