mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
small fix
This commit is contained in:
parent
af87f88697
commit
30eddcc485
@ -183,7 +183,9 @@ class StripePaymentDriver extends BaseDriver
|
|||||||
case GatewayType::APPLE_PAY:
|
case GatewayType::APPLE_PAY:
|
||||||
return 'gateways.stripe.other';
|
return 'gateways.stripe.other';
|
||||||
break;
|
break;
|
||||||
|
case GatewayType::GIROPAY:
|
||||||
|
return 'gateways.stripe.giropay';
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user