Skip to content

Commit e9946e1

Browse files
committed
GraphQL-296: [Cart Operations] Set Billing Address
1 parent 64f7f69 commit e9946e1

File tree

1 file changed

+2
-3
lines changed
  • app/code/Magento/QuoteGraphQl/Model/Cart/Address/Mapper

1 file changed

+2
-3
lines changed

app/code/Magento/QuoteGraphQl/Model/Cart/Address/Mapper/Address.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
3-
* @author Atwix Team
4-
* @copyright Copyright (c) 2018 Atwix (https://www.atwix.com/)
3+
* Copyright © Magento, Inc. All rights reserved.
4+
* See COPYING.txt for license details.
55
*/
66
declare(strict_types=1);
77

@@ -16,7 +16,6 @@
1616
*/
1717
class Address
1818
{
19-
2019
/**
2120
* Converts Address model data to nested array
2221
*

0 commit comments

Comments
 (0)