Skip to content

Commit

Permalink
fix Namespace
Browse files Browse the repository at this point in the history
Co-authored-by: SebastianGoral-fc <sebastian.goral@fatchip.de>
  • Loading branch information
FC-NilsBaczynski and SebastianGoral-fc authored Feb 18, 2025
1 parent 0f0ad45 commit 846896c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/JSAPITemplateConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function isOrderPaymentCreditCard(
): bool {
$paymentId = $payment instanceof Payment ? $payment->getId() : '';

return $controller instanceof Ordercontroller
return $controller instanceof OrderController
&& $paymentId === Module::PAYMENT_CREDITCARD_ID;
}

Expand Down

0 comments on commit 846896c

Please sign in to comment.