1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 21:22:58 +01:00

Add KBC to GatewayType

This commit is contained in:
Benjamin Beganović 2021-09-26 20:59:32 +02:00
parent 331070174e
commit 1890ba5227

View File

@ -67,7 +67,10 @@ class GatewayType extends StaticModel
case self::SEPA:
return ctrans('texts.sepa');
break;
case self::KBC:
return ctrans('texts.kbc_cbc');
break;
default:
return 'Undefined.';
break;