We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e98aff commit a554afeCopy full SHA for a554afe
1 file changed
tests/BusinessLogic/Common/BaseTestCase.php
@@ -437,7 +437,7 @@ protected function setUp(): void
437
TestServiceRegister::getService(PaymentsProxy::class),
438
TestServiceRegister::getService(DonationsDataRepository::class),
439
TestServiceRegister::getService(TransactionHistoryService::class),
440
- TestServiceRegister::getService(PaymentMethodConfigRepository::class),
+ TestServiceRegister::getService(PaymentService::class),
441
TestServiceRegister::getService(ConnectionService::class),
442
TestServiceRegister::getService(PartialPaymentService::class),
443
TestServiceRegister::getService(GeneralSettingsService::class)
0 commit comments