From dc8c98f90da08922057e0c7b83c740c4d1494c23 Mon Sep 17 00:00:00 2001 From: Can Demiralp Date: Wed, 3 Jul 2024 09:07:46 +0200 Subject: [PATCH] [ECP-9158] Include extension attributes builder in the payload --- view/frontend/web/js/applepay/button.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/view/frontend/web/js/applepay/button.js b/view/frontend/web/js/applepay/button.js index e20ba0b..a7ccffc 100644 --- a/view/frontend/web/js/applepay/button.js +++ b/view/frontend/web/js/applepay/button.js @@ -480,7 +480,8 @@ define([ additional_data: { brand_code: 'applepay', stateData: JSON.stringify(componentData) - } + }, + extension_attributes: getExtensionAttributes(event.payment) } };