Skip to content

Commit f176b8f

Browse files
committed
VAR-662 Small fix
1 parent ee979a5 commit f176b8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Config/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ public function getKbcPaymentProfile(): ?string
337337
public function getCbcPaymentProfile(): ?string
338338
{
339339
return $this->getConfig(
340-
self::XML_PATH_PAYMENT_KBC_PROFILE,
340+
self::XML_PATH_PAYMENT_CBC_PROFILE,
341341
ScopeInterface::SCOPE_STORES,
342342
(string)$this->storeManager->getStore()->getId()
343343
);

0 commit comments

Comments
 (0)