add new order type XZ53 and removed repeated dateRange to consts

This commit is contained in:
anandsahil
2019-08-01 14:00:07 +02:00
parent 01d4634d86
commit 5ff3147124
7 changed files with 36 additions and 48 deletions

View File

@@ -0,0 +1,13 @@
'use strict';
const utils = require('../consts');
module.exports = (start = null, end = null) => ({
version: 'h004',
orderDetails: {
OrderType: 'Z53',
OrderAttribute: 'DZHNN',
StandardOrderParams: utils.dateRange(start, end),
},
operation: 'download',
});