Skip to content

Commit

Permalink
Throw Error If Session Id doesn't match
Browse files Browse the repository at this point in the history
  • Loading branch information
chaikovskyia committed Jul 26, 2022
1 parent 12714bd commit c11b127
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Model/EmbeddedCallback.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ public function execute()
$this->createOrder->createFromTransaction($quote, $request->getId());
} catch (\Exception $e) {
$this->logger->critical($e);
throw $e;
}
}
}

0 comments on commit c11b127

Please sign in to comment.