#6403 - mrwIntegration #2005
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#2005
Loading…
Reference in New Issue
No description provided.
Delete Branch "6403-mrwIntegration"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
WIP: 6403-mrwIntegrationto 6403-mrwIntegration6403-mrwIntegrationto #6403 - mrwIntegrationUsar try catch con rollback para poder usar rollback en los tests
@ -0,0 +39,4 @@
const xmlString = response.data;
const parser = new DOMParser();
const xmlDoc = parser.parseFromString(xmlString, 'text/xml');
const resultElement = xmlDoc.getElementsByTagName('Mensaje')[0];
Se pot subsituir per
const [resultElement] = xmlDoc.getElementsByTagName('Mensaje');
@ -0,0 +35,4 @@
let options;
fdescribe('MRWConfig createShipment()', () => {
beforeAll(async() => {
Gastar beforeEach i afterEach per a fer rollback
New commits pushed, approval review dismissed automatically according to repository settings
@ -339,2 +339,2 @@
"No tickets to invoice": "No hay tickets para facturar"
}
"No tickets to invoice": "No hay tickets para facturar",
"1) El servicio solicitado no existe o no es un servicio válido.": "1) El servicio solicitado no existe o no es un servicio válido."
1 ) ?
New commits pushed, approval review dismissed automatically according to repository settings
New commits pushed, approval review dismissed automatically according to repository settings