Skip to content

Commit

Permalink
updated Order dropin
Browse files Browse the repository at this point in the history
  • Loading branch information
KostiantynFandeliuk committed Feb 18, 2025
1 parent cd326fd commit 5692bbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blocks/commerce-checkout/commerce-checkout.js
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ export default async function decorate(block) {
const giftOptions = document.createElement('div');

OrderProvider.render(GiftOptions, {
item: ctx.product,
item: ctx.item,
view: 'product',
dataSource: 'cart',
isEditable: false,
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5692bbf

Please sign in to comment.