small fix
This commit is contained in:
parent
af87f88697
commit
30eddcc485
1 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue