Skip to content

Commit

Permalink
Merge pull request #21 from frizikk/master
Browse files Browse the repository at this point in the history
Update Rave.php
  • Loading branch information
kingflamez committed Mar 24, 2020
2 parents 45ea355 + 6a1f9ff commit 4131330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rave.php
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ public function verifyTransaction($referenceNumber)
return $response->body;
} else {
if ($this->verifyCount > 4) {
$this->paymentCanceled($this->txref, $response->body);
return $this->paymentCanceled($this->txref, $response->body);
} else {
sleep(3);
$this->verifyTransaction($this->txref);
Expand Down

0 comments on commit 4131330

Please sign in to comment.