Skip to content

Commit

Permalink
Merge pull request #34 from FlashpointBV/bugfix/add-missing-semicolons
Browse files Browse the repository at this point in the history
Added missing semicolons
  • Loading branch information
tobiassundgren-collector authored Mar 8, 2022
2 parents 67053b5 + bcfe146 commit 274b5d8
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 274b5d8

Please sign in to comment.