We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79703e9 commit 41a51c0Copy full SHA for 41a51c0
1 file changed
TransactionReporting/get-transaction-list.php
@@ -13,7 +13,7 @@ function getTransactionList()
13
$merchantAuthentication->setName(\SampleCode\Constants::MERCHANT_LOGIN_ID);
14
$merchantAuthentication->setTransactionKey(\SampleCode\Constants::MERCHANT_TRANSACTION_KEY);
15
16
- // Set the transaction's refId
+ // Set the request's refId
17
$refId = 'ref' . time();
18
19
//Setting a valid batch Id for the Merchant
@@ -31,7 +31,7 @@ function getTransactionList()
31
{
32
echo "SUCCESS: Get Transaction List for BatchID : " . $batchId . "\n\n";
33
if ($response->getTransactions() == null) {
34
- echo "No Transaction to dispaly in this Batch.";
+ echo "No Transaction to display in this Batch.";
35
return ;
36
}
37
//Displaying the details of each transaction in the list
0 commit comments