small fix

This commit is contained in:
Lars Kusch 2021-10-09 11:24:47 +02:00
parent af87f88697
commit 30eddcc485

View File

@ -183,7 +183,9 @@ class StripePaymentDriver extends BaseDriver
case GatewayType::APPLE_PAY:
return 'gateways.stripe.other';
break;
case GatewayType::GIROPAY:
return 'gateways.stripe.giropay';
break;
default:
break;
}