Skip to content

Commit 2f9827d

Browse files
authored
Merge pull request #301 from payplug/feature/MAG-378
MAG-378: Remove debug
2 parents 717f490 + 59495d0 commit 2f9827d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Observer/PaymentConfigObserver.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,6 @@ private function processLiveOnlyMethod(
665665
$environmentMode = $this->getConfig('environmentmode');
666666
if ($environmentMode !== Config::ENVIRONMENT_LIVE) {
667667
$groups[$groupCode]['fields']['active']['value'] = 0;
668-
$groups[$groupCode]['fields']['title']['value'] = 'Pay with Bancontact UPDATED';
669668
$this->messageManager->addErrorMessage($testModeMessage);
670669
return;
671670
}

0 commit comments

Comments
 (0)