fix debug echo

This commit is contained in:
O K
2025-08-31 14:46:03 +03:00
parent a9dff0a52a
commit 2603a352ae
2 changed files with 2 additions and 2 deletions

View File

@@ -337,7 +337,7 @@ class IbanPro extends PaymentModule
public function hookPaymentOptions($params)
{
echo Configuration::get('IBANTRANSFER_IBAN');
if (!$this->active) {
return;
}