mirror of
https://github.com/node-ebics/node-ebics-client.git
synced 2025-12-15 16:21:26 +00:00
Async read and write keys
This commit is contained in:
@@ -118,8 +118,8 @@ const process = {
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
use(order, client) {
|
||||
const keys = client.keys();
|
||||
async use(order, client) {
|
||||
const keys = await client.keys();
|
||||
const { orderDetails, transactionId } = order;
|
||||
const { xmlOptions, xmlSchema, productString } = genericSerializer(client.host, transactionId);
|
||||
const orderType = orderDetails.OrderType.toUpperCase();
|
||||
|
||||
Reference in New Issue
Block a user