We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a550e0 commit a896758Copy full SHA for a896758
app/code/Magento/CheckoutAgreements/view/frontend/web/js/model/agreements-assigner.js
@@ -29,10 +29,10 @@ define([
29
agreementIds.push(item.value);
30
});
31
32
- if (paymentData['extension_attributes'] == undefined) {
+ if (paymentData['extension_attributes'] === undefined) {
33
paymentData['extension_attributes'] = {}
34
}
35
-
+
36
paymentData['extension_attributes']['agreement_ids'] = agreementIds;
37
38
0 commit comments