thephpleague / omnipay-multisafepay

MultiSafepay driver for the Omnipay PHP payment processing library
MIT License
19 stars 22 forks source link

isCanceled vs isCancelled #9

Closed IvoDof closed 8 years ago

IvoDof commented 8 years ago

In RestFetchTransactionResponse there is a use of isCanceled. That class extends Omnipay\Common's AbstractResponse with isCancelled.

Calling isCancelled on RestFetchTransactionResponse will return false all the time.

nielstholenaar commented 8 years ago

I just submitted an PR to resolve this issue.

delatbabel commented 8 years ago

Merged, with thanks.