Minor fixes for Stripe - EPS

This commit is contained in:
David Bomba 2021-10-10 19:13:46 +11:00
parent d025594405
commit 8554bdad3e

View File

@ -77,7 +77,7 @@ class GatewayType extends StaticModel
case self::GIROPAY:
return ctrans('texts.giropay');
case self::EPS:
return ctrans('texts.EPS');
return ctrans('texts.eps');
default:
return 'Undefined.';
break;