buckaroo-it/BuckarooSDK_PHP

Transaction `status()` return type

Closed 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.

That's actually a great point, I will update that.

There is PR for this change #73