use analysis order id as valis tellimuse id (#92)
* use order analysis id as valis tellimuse id * send analysis order id in xml
This commit is contained in:
@@ -8,8 +8,7 @@ const isProd = process.env.NODE_ENV === 'production';
|
||||
export const getPais = (
|
||||
sender: string,
|
||||
recipient: string,
|
||||
createdAt: Date,
|
||||
orderId: string,
|
||||
orderId: number,
|
||||
packageName = "OL",
|
||||
) => {
|
||||
if (isProd) {
|
||||
|
||||
Reference in New Issue
Block a user