Skip to content

Commit 7e70bd2

Browse files
committed
[BUGFIX][NAU-646] Removed set customAttributes on shipping address create
1 parent 946d556 commit 7e70bd2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.2.2 (2021-02-08)
2+
3+
[View Release](git@github.com:experius/Magento-2-Module-Experius-ExtraCheckoutAddressFields.git/commits/tag/1.2.2)
4+
5+
* [BUGFIX][NAU-646] Removed set customAttributes on shipping address create *(Lewis Voncken)*
6+
7+
18
## 1.2.1 (2021-02-08)
29

310
[View Release](git@github.com:experius/Magento-2-Module-Experius-ExtraCheckoutAddressFields.git/commits/tag/1.2.1)

view/frontend/web/js/action/create-shipping-address-mixin.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ define([
2020
value = value['value'];
2121
}
2222

23-
messageContainer['customAttributes'][key] = value;
2423
messageContainer['extension_attributes'][key] = value;
2524
});
2625
}

0 commit comments

Comments
 (0)