mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 10:55:00 +08:00
Fix vaulting integration credit card test
This commit is contained in:
parent
846a77d144
commit
2280cf9081
2 changed files with 6 additions and 2 deletions
|
@ -167,7 +167,7 @@ class VaultingSubscriptionsTest extends IntegrationMockedTestCase
|
|||
{
|
||||
return [
|
||||
'PayPal Gateway' => [PayPalGateway::ID],
|
||||
//'Credit Card Gateway' => [CreditCardGateway::ID]
|
||||
'Credit Card Gateway' => [CreditCardGateway::ID]
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue