mirror of
https://github.com/node-ebics/node-ebics-client.git
synced 2024-11-22 06:02:09 +00:00
9 lines
189 B
JavaScript
9 lines
189 B
JavaScript
'use strict';
|
|
|
|
module.exports = document => ({
|
|
version: 'h004',
|
|
orderDetails: { OrderType: 'CCS', OrderAttribute: 'OZHNN', StandardOrderParams: {} },
|
|
operation: 'upload',
|
|
document,
|
|
});
|