Transaction `status()` return type
avido opened this issue · 2 comments
avido commented
Currently the Buckaroo\Services\TransactionService\status()
returns Buckaroo\Transaction\Response\Response
shouldn't this be TransactionResponse
? As Respone
is returned, nifty methods such as isSuccess
aren't available.
ShuCh3n commented
That's actually a great point, I will update that.