feature/IO-3357-Reynolds-and-Reynolds-DMS-API-Integration - Checkpoint
This commit is contained in:
@@ -46,7 +46,7 @@ function stageFail(name, error) {
|
||||
* @param {Object} options - { insertVehicleIfMissing: boolean }
|
||||
* @returns {Promise<Object>} normalized result
|
||||
*/
|
||||
async function exportJobToRome(socket, job, bodyshopConfig, options = {}) {
|
||||
async function exportJobToRR(socket, job, bodyshopConfig, options = {}) {
|
||||
const { customer = {}, vehicle = {} } = job || {};
|
||||
const { insertVehicleIfMissing = true } = options;
|
||||
|
||||
@@ -154,5 +154,5 @@ async function exportJobToRome(socket, job, bodyshopConfig, options = {}) {
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
exportJobToRome
|
||||
exportJobToRR
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user