File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
app/code/Magento/GiftMessage Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 3
3
* Copyright © Magento, Inc. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
+
6
7
namespace Magento \GiftMessage \Block \Cart ;
7
8
8
9
use Magento \Backend \Block \Template \Context ;
9
10
use Magento \Framework \Json \Encoder ;
10
11
use Magento \GiftMessage \Model \CompositeConfigProvider ;
11
12
12
13
/**
14
+ * Gift options cart block.
15
+ *
13
16
* @api
14
17
* @since 100.0.2
15
18
*/
@@ -63,6 +66,8 @@ public function __construct(
63
66
}
64
67
65
68
/**
69
+ * Retrieve encoded js layout.
70
+ *
66
71
* @return string
67
72
*/
68
73
public function getJsLayout ()
Original file line number Diff line number Diff line change 3
3
* Copyright © Magento, Inc. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
+
6
7
namespace Magento \GiftMessage \Model \Type \Plugin ;
7
8
9
+ /**
10
+ * Add gift message to quote plugin.
11
+ */
8
12
class Onepage
9
13
{
10
14
/**
@@ -30,6 +34,8 @@ public function __construct(
30
34
}
31
35
32
36
/**
37
+ * Add gift message ot quote.
38
+ *
33
39
* @param \Magento\Checkout\Model\Type\Onepage $subject
34
40
* @param array $result
35
41
* @return array
You can’t perform that action at this time.
0 commit comments