diff --git a/demo/demo.ts b/demo/demo.ts index 5333f30..ea4800b 100644 --- a/demo/demo.ts +++ b/demo/demo.ts @@ -186,7 +186,7 @@ setupForm("#pedido", async () => { })), Customer: { CustomerID: 1, - User: "ADMIN", + User: customer.BusinessName, IVACategoryCode: customer.IvaCategoryCode, Email: "api@axoft.com", // En prod: customer.Email, tenemos que usar esto porque el usuario de prueba no tiene Email ProvinceCode: customer.ProvinceCode,