Skip to content

Commit

Permalink
Added missing semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
fazed committed Mar 7, 2022
1 parent 67053b5 commit bcfe146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Gateway/Command/CollectorBankCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ public function refund($payment)

throw new \Webbhuset\CollectorCheckout\Exception\Exception(
__($e->getMessage())
)
);
}

return true;
Expand Down Expand Up @@ -387,7 +387,7 @@ public function void($payment)
);
throw new \Webbhuset\CollectorCheckout\Exception\Exception(
__($e->getMessage())
)
);
}

$this->transaction->create()->addTransaction(
Expand Down

0 comments on commit bcfe146

Please sign in to comment.