Fix vaulting integration credit card test

This commit is contained in:
carmenmaymo 2025-06-26 09:38:27 +02:00
parent 846a77d144
commit 2280cf9081
No known key found for this signature in database
GPG key ID: 6023F686B0F3102E
2 changed files with 6 additions and 2 deletions

View file

@ -167,7 +167,7 @@ class VaultingSubscriptionsTest extends IntegrationMockedTestCase
{
return [
'PayPal Gateway' => [PayPalGateway::ID],
//'Credit Card Gateway' => [CreditCardGateway::ID]
'Credit Card Gateway' => [CreditCardGateway::ID]
];
}