Skip to content

Commit

Permalink
Bugfix: 'Site' is not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
dumega committed Aug 8, 2023
1 parent c086664 commit b424c48
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ var Resource = require('dw/web/Resource');
var Transaction = require('dw/system/Transaction');
var OrderMgr = require('dw/order/OrderMgr');
var HttpResult = require('dw/svc/Result');
var Site = require("dw/system/Site");

// Script includes
var collections = require('*/cartridge/scripts/util/collections');
Expand Down

0 comments on commit b424c48

Please sign in to comment.