Closed IvoDof closed 8 years ago
In RestFetchTransactionResponse there is a use of isCanceled. That class extends Omnipay\Common's AbstractResponse with isCancelled.
RestFetchTransactionResponse
isCanceled
AbstractResponse
isCancelled
Calling isCancelled on RestFetchTransactionResponse will return false all the time.
false
I just submitted an PR to resolve this issue.
Merged, with thanks.
In
RestFetchTransactionResponse
there is a use ofisCanceled
. That class extends Omnipay\Common'sAbstractResponse
withisCancelled
.Calling
isCancelled
onRestFetchTransactionResponse
will returnfalse
all the time.