This commit is contained in:
2025-05-27 21:03:10 +00:00
parent 9e46a55057
commit e4c762658d
9 changed files with 232 additions and 10 deletions

View File

@ -73,7 +73,8 @@ tap.test('ERR-10: Configuration Errors - should handle configuration errors', as
houseNumber: '1',
postalCode: '12345',
city: 'Test City',
country: 'DE'
country: 'DE',
countryCode: 'DE'
},
status: 'active',
foundedDate: { year: 2020, month: 1, day: 1 },
@ -97,7 +98,8 @@ tap.test('ERR-10: Configuration Errors - should handle configuration errors', as
houseNumber: '2',
postalCode: '54321',
city: 'Customer City',
country: 'DE'
country: 'DE',
countryCode: 'DE'
}
};
@ -111,6 +113,9 @@ tap.test('ERR-10: Configuration Errors - should handle configuration errors', as
vatPercentage: 19
}];
einvoice.currency = 'EUR';
einvoice.accountingDocType = 'invoice';
// Try to export after error
let canRecover = false;
try {