update
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user