WEBAPP: подчистка лишних комментов
This commit is contained in:
parent
83b0c75a3b
commit
27bd43afb5
@ -107,7 +107,6 @@ const deepCopyObject = obj => JSON.parse(JSON.stringify(obj));
|
||||
//Конвертация объекта в Base64 XML
|
||||
const object2Base64XML = (obj, builderOptions) => {
|
||||
const builder = new XMLBuilder(builderOptions);
|
||||
//onOrderChanged({ orders: btoa(ordersBuilder.build(newOrders)) });
|
||||
return btoa(unescape(encodeURIComponent(builder.build(obj))));
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user