Skip to content

Commit

Permalink
Merge pull request #24 from donmo-roundup/update-integration-views-wi…
Browse files Browse the repository at this point in the history
…th-elementId

update integration with new param elementId
  • Loading branch information
DavidVin357 committed Aug 15, 2023
2 parents 61460e5 + e88d002 commit 35f7298
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion view/frontend/web/js/view/cart/donmo-block.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ define([
}

const payload = {
cartId,
donationAmount
};

Expand Down Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion view/frontend/web/js/view/checkout/summary/donmo-block.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ define([
}

const payload = {
cartId,
donationAmount
};

Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 35f7298

Please sign in to comment.