feature/IO-3357-Reynolds-and-Reynolds-DMS-API-Integration - Checkpoint
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
const { RRClient } = require("./lib/index.cjs");
|
||||
const { getRRConfigFromBodyshop } = require("./rr-config");
|
||||
const RRLogger = require("./rr-logger");
|
||||
const InstanceManager = require("../utils/instanceMgr").default;
|
||||
|
||||
/**
|
||||
* Country code map for normalization
|
||||
@@ -189,7 +190,7 @@ const buildCustomerPayloadFromJob = (job, overrides = {}) => {
|
||||
firstName: firstName || undefined,
|
||||
lastName: lastName || undefined,
|
||||
customerName: companyName || undefined,
|
||||
createdBy: overrides.createdBy || "ImEX Online",
|
||||
createdBy: overrides.createdBy || InstanceManager({ imex: "ImEX Online", rome: "Rome Online" }),
|
||||
customerType: overrides.customerType || "R", // Retail default
|
||||
addresses,
|
||||
phones,
|
||||
|
||||
Reference in New Issue
Block a user