This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* DataDome Cloudflare Workers module. | |
* | |
* @version 1.16.3 | |
* @author DataDome (https://datadome.co) | |
*/ | |
/** | |
* DataDome default config. | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* DataDome Cloudflare Workers module. | |
* | |
* @version 1.16.3 | |
* @author DataDome (https://datadome.co) | |
*/ | |
/** | |
* DataDome default config. | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* DataDome Cloudflare Workers module. | |
* | |
* @version 1.16.3 | |
* @author DataDome (https://datadome.co) | |
*/ | |
/** | |
* DataDome default config. | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const util = require("../../assemblydelivery/utilities"); | |
var _ = require("underscore"); | |
var DiscountClient = require("mozu-node-sdk/clients/commerce/catalog/admin/discount.js"); | |
module.exports = function (context, callback) { | |
try { | |
let cart = context.get.cart(); | |
let lostGhostSkuls = []; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const util = require("../../assemblydelivery/utilities"); | |
var _ = require("underscore"); | |
var DiscountClient = require("mozu-node-sdk/clients/commerce/catalog/admin/discount.js"); | |
module.exports = function (context, callback) { | |
try { | |
let cart = context.get.cart(); | |
let lostGhostSkuls = []; |