1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00

Merge pull request #6814 from turbo124/v5-develop

Minor fixes for Stripe - EPS
This commit is contained in:
David Bomba 2021-10-10 19:13:59 +11:00 committed by GitHub
commit 1bc4d7462d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;