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:
commit
1bc4d7462d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user