Skip to content

Support to retrieve multiple transactions

Compare
Choose a tag to compare
@svennis94 svennis94 released this 13 Jul 09:56
· 8 commits to master since this release

Added support to retrieve multiple transactions at once

$transactionStatus = new TransactionStatus('website-key', 'secret-key');
        
$transactionStatus->addTransactionByKey('transaction-key');
$transactionStatus->addTransactionByInvoice('invoice');
        
$transactionResponses = $transactionStatus->get();