Skip to content

Commit

Permalink
[ECP-9158] Include extension attributes builder in the payload (#94)
Browse files Browse the repository at this point in the history
Co-authored-by: Can Demiralp <[email protected]>
  • Loading branch information
candemiralp and Can Demiralp authored Oct 2, 2024
1 parent ea2c096 commit aa750c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion view/frontend/web/js/applepay/button.js
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,8 @@ define([
additional_data: {
brand_code: 'applepay',
stateData: JSON.stringify(componentData)
}
},
extension_attributes: getExtensionAttributes(event.payment)
}
};

Expand Down

0 comments on commit aa750c4

Please sign in to comment.