Skip to content

Commit

Permalink
Merge pull request #19 from levizwannah/develop
Browse files Browse the repository at this point in the history
fixed bug in assertion
  • Loading branch information
levizwannah authored Nov 21, 2024
2 parents 8566941 + c0fa2f3 commit f25069e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Helpers/TransactionQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public function conversationId(string $originatorConversationId){
public function okay()
{
parent::okay();
if(empty($this->transId)) {
if(empty($this->conversationId)) {
$this->assertExists("transId", "Transaction ID");
}

Expand Down

0 comments on commit f25069e

Please sign in to comment.