thephpleague / omnipay-authorizenet

Authorize.Net driver for the Omnipay payment processing library
MIT License
57 stars 92 forks source link

AIMResponse->getTransactionId returns null #95

Closed samlitowitz closed 5 years ago

samlitowitz commented 6 years ago

The function getTransactionId is defined in the class AbstractResponse to return null. It is never overwritten by by the class AIMResponse. I propose it be overwritten to return the correct value.

judgej commented 6 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.

judgej commented 5 years ago

Closed as fixed.