diff --git a/view/frontend/web/js/view/cart/donmo-block.js b/view/frontend/web/js/view/cart/donmo-block.js index 6e35a58..df4baae 100644 --- a/view/frontend/web/js/view/cart/donmo-block.js +++ b/view/frontend/web/js/view/cart/donmo-block.js @@ -25,7 +25,6 @@ define([ } const payload = { - cartId, donationAmount }; @@ -53,6 +52,7 @@ define([ { publicKey: this.donmoConfig.publicKey, isBackendBased: true, + elementId: 'donmo-roundup', language: this.donmoConfig.language, orderId: quote.getQuoteId(), integrationTitle: this.donmoConfig.integrationTitle, diff --git a/view/frontend/web/js/view/checkout/summary/donmo-block.js b/view/frontend/web/js/view/checkout/summary/donmo-block.js index 6e35a58..df4baae 100644 --- a/view/frontend/web/js/view/checkout/summary/donmo-block.js +++ b/view/frontend/web/js/view/checkout/summary/donmo-block.js @@ -25,7 +25,6 @@ define([ } const payload = { - cartId, donationAmount }; @@ -53,6 +52,7 @@ define([ { publicKey: this.donmoConfig.publicKey, isBackendBased: true, + elementId: 'donmo-roundup', language: this.donmoConfig.language, orderId: quote.getQuoteId(), integrationTitle: this.donmoConfig.integrationTitle,