Hi everyone,
Just wondering am I able to create an end transaction in a way like this:
Start Transaction - Test
Step 8) If Verify
{
Step 8.1) End Transaction
Do something...
}
Else
{
Step 8.1) End Transaction
Do something else...
}
Can I do this using Evaluate JavaScript, if so what is the syntax for this?