Skip to content

Commit

Permalink
fix: prevent camel cased options from breaking order detail page
Browse files Browse the repository at this point in the history
  • Loading branch information
joerivanveen committed Apr 22, 2024
1 parent 86a3910 commit 56436f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Block/Sales/View.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class View extends AbstractOrder
* @throws \Magento\Framework\Exception\LocalizedException
* @throws \Exception
*/
public function getCheckoutOptionsHtml()
public function getCheckoutOptionsHtml(): string
{
$order = $this->getOrder();

Expand Down

0 comments on commit 56436f8

Please sign in to comment.