Skip to content

Commit 7b8caec

Browse files
authored
Merge pull request #32 from jambardnishvili/release
VAR-662 Small fix
2 parents 1c72de8 + f176b8f commit 7b8caec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)