Skip to content

Commit

Permalink
fixed bug in assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
levizwannah committed Nov 21, 2024
1 parent fdc1806 commit c0fa2f3
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 c0fa2f3

Please sign in to comment.