Closed samlitowitz closed 5 years ago
The correct value will be the refId
at the root of the response message, not the transId
in the transaction response.
I'll close the PR for this, but keep the issue open for now, as the identified problem is technically correct.
Closed as fixed.
The function
getTransactionId
is defined in the classAbstractResponse
to returnnull
. It is never overwritten by by the classAIMResponse
. I propose it be overwritten to return the correct value.