Skip to content

Commit

Permalink
[FIX] website_sendcloud_official: added import statement so that Webs…
Browse files Browse the repository at this point in the history
…iteSaleDelivery widget is loaded properly
  • Loading branch information
ByteMeAsap committed Dec 17, 2024
1 parent ad47a8a commit 368cf1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website_sendcloud_official/static/src/js/frontend.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
import concurrency from 'web.concurrency';
import { loadJS } from "@web/core/assets";
import publicWidget from "@web/legacy/js/public/public_widget";
import { session } from "@web/session";
import { qweb } from 'web.core';
import { session } from "@web/session";
import "website_sale_delivery.checkout";
const WebsiteSaleDeliverySendcloudWidget = publicWidget.registry.websiteSaleDelivery;

WebsiteSaleDeliverySendcloudWidget.include({
Expand Down

0 comments on commit 368cf1a

Please sign in to comment.