Skip to content

Commit 41a51c0

Browse files
committed
minor text fixes
1 parent 79703e9 commit 41a51c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

TransactionReporting/get-transaction-list.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function getTransactionList()
1313
$merchantAuthentication->setName(\SampleCode\Constants::MERCHANT_LOGIN_ID);
1414
$merchantAuthentication->setTransactionKey(\SampleCode\Constants::MERCHANT_TRANSACTION_KEY);
1515

16-
// Set the transaction's refId
16+
// Set the request's refId
1717
$refId = 'ref' . time();
1818

1919
//Setting a valid batch Id for the Merchant
@@ -31,7 +31,7 @@ function getTransactionList()
3131
{
3232
echo "SUCCESS: Get Transaction List for BatchID : " . $batchId . "\n\n";
3333
if ($response->getTransactions() == null) {
34-
echo "No Transaction to dispaly in this Batch.";
34+
echo "No Transaction to display in this Batch.";
3535
return ;
3636
}
3737
//Displaying the details of each transaction in the list

0 commit comments

Comments
 (0)