Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Log Messages
Level (7)
Channel (2)
Time
Message
deprecation
Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::getNamespace()" might add "string" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\DependencyInjection\SensioFrameworkExtraExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\ORM\Query\AST\Functions\FunctionNode::parse()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Core\Query\Mysql\DateFormat" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\ORM\Query\AST\Functions\FunctionNode::parse()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Core\Query\Mysql\Month" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\ORM\Query\AST\Functions\FunctionNode::parse()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Core\Query\Mysql\Quarter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\ORM\Query\AST\Functions\FunctionNode::parse()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Core\Query\Mysql\Week" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\ORM\Query\AST\Functions\FunctionNode::parse()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Core\Query\Mysql\Year" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Symfony\Bridge\Doctrine\Logger\DbalLogger" class implements "Doctrine\DBAL\Logging\SQLLogger" that is deprecated Use {@see \Doctrine\DBAL\Logging\Middleware} or implement {@see \Doctrine\DBAL\Driver\Middleware} instead.
"SELECT t0.login AS login_1, t0.status AS status_2, t0.week_start AS week_start_3, t0.language AS language_4, t0.base_currency AS base_currency_5, t0.server AS server_6, t0.registration_datetime AS registration_datetime_7, t0.block_datetime AS block_datetime_8, t0.activation_datetime AS activation_datetime_9, t0.id AS id_10, t0.name AS name_11, t0.email AS email_12, t0.phone AS phone_13, t0.description AS description_14, t0.country AS country_15, t0.address AS address_16 FROM merchant t0 WHERE t0.login = ? LIMIT 1"
(parameters:
[1 => ""
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.login AS login_1, t0.status AS status_2, t0.week_start AS week_start_3, t0.language AS language_4, t0.base_currency AS base_currency_5, t0.server AS server_6, t0.registration_datetime AS registration_datetime_7, t0.block_datetime AS block_datetime_8, t0.activation_datetime AS activation_datetime_9, t0.id AS id_10, t0.name AS name_11, t0.email AS email_12, t0.phone AS phone_13, t0.description AS description_14, t0.country AS country_15, t0.address AS address_16 FROM merchant t0 WHERE t0.login = ? LIMIT 1"
"params" => [1 => ""
]
"types" => [1 => 2]
]
[
"sql" => """
SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'sp_common' */ ORDER BY k.ORDINAL_POSITION
"""
"params" => [1 => "sp_common"
2 => "doctrine_migration_versions"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"""
SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION
"""
[
"sql" => """
SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION
"""
"params" => [1 => "sp_common"
2 => "sp_common"
3 => "doctrine_migration_versions"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing query:
"SELECT DATABASE()"
doctrine
[
"sql" => "SELECT DATABASE()"
]
debug
Executing statement:
"""
SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX
"""
Log messages generated during the compilation of the service container.
Messages
Class
877
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\AddFecEntryWorker" (parent: .abstract.instanceof.App\Background\Worker\AddFecEntryWorker).
Resolving inheritance for "App\Background\Worker\AddFecEntryWorker" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\AddFecEntryWorker).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\CalculateAffiliateCommissionWorker" (parent: .abstract.instanceof.App\Background\Worker\CalculateAffiliateCommissionWorker).
Resolving inheritance for "App\Background\Worker\CalculateAffiliateCommissionWorker" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\CalculateAffiliateCommissionWorker).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\CancelSubscriptionWorker" (parent: .abstract.instanceof.App\Background\Worker\CancelSubscriptionWorker).
Resolving inheritance for "App\Background\Worker\CancelSubscriptionWorker" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\CancelSubscriptionWorker).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\CreateElasticOrderIndexWorker" (parent: .abstract.instanceof.App\Background\Worker\CreateElasticOrderIndexWorker).
Resolving inheritance for "App\Background\Worker\CreateElasticOrderIndexWorker" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\CreateElasticOrderIndexWorker).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\CustomerStatWorker" (parent: .abstract.instanceof.App\Background\Worker\CustomerStatWorker).
Resolving inheritance for "App\Background\Worker\CustomerStatWorker" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\CustomerStatWorker).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\ExportWorker" (parent: .abstract.instanceof.App\Background\Worker\ExportWorker).
Resolving inheritance for "App\Background\Worker\ExportWorker" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\ExportWorker).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\FreshbooksCreateRecordWorker" (parent: .abstract.instanceof.App\Background\Worker\FreshbooksCreateRecordWorker).
Resolving inheritance for "App\Background\Worker\FreshbooksCreateRecordWorker" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\FreshbooksCreateRecordWorker).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\MakeRecurringPaymentWorker" (parent: .abstract.instanceof.App\Background\Worker\MakeRecurringPaymentWorker).
Resolving inheritance for "App\Background\Worker\MakeRecurringPaymentWorker" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\MakeRecurringPaymentWorker).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\MerchantMigrationWorker" (parent: .abstract.instanceof.App\Background\Worker\MerchantMigrationWorker).
Resolving inheritance for "App\Background\Worker\MerchantMigrationWorker" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\MerchantMigrationWorker).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\NotandoCreateInvoiceWorker" (parent: .abstract.instanceof.App\Background\Worker\NotandoCreateInvoiceWorker).
Resolving inheritance for "App\Background\Worker\NotandoCreateInvoiceWorker" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\NotandoCreateInvoiceWorker).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\PaymentNotificationWorker" (parent: .abstract.instanceof.App\Background\Worker\PaymentNotificationWorker).
Resolving inheritance for "App\Background\Worker\PaymentNotificationWorker" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\PaymentNotificationWorker).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\QuickbooksCreateRecordWorker" (parent: .abstract.instanceof.App\Background\Worker\QuickbooksCreateRecordWorker).
Resolving inheritance for "App\Background\Worker\QuickbooksCreateRecordWorker" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\QuickbooksCreateRecordWorker).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\QuickbooksRefundPaymentWorker" (parent: .abstract.instanceof.App\Background\Worker\QuickbooksRefundPaymentWorker).
Resolving inheritance for "App\Background\Worker\QuickbooksRefundPaymentWorker" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\QuickbooksRefundPaymentWorker).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\RecalculateInvoiceAmountWorker" (parent: .abstract.instanceof.App\Background\Worker\RecalculateInvoiceAmountWorker).
Resolving inheritance for "App\Background\Worker\RecalculateInvoiceAmountWorker" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\RecalculateInvoiceAmountWorker).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\RecurringChargesWorker" (parent: .abstract.instanceof.App\Background\Worker\RecurringChargesWorker).
Resolving inheritance for "App\Background\Worker\RecurringChargesWorker" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\RecurringChargesWorker).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\RecurringProfileNotificationWorker" (parent: .abstract.instanceof.App\Background\Worker\RecurringProfileNotificationWorker).
Resolving inheritance for "App\Background\Worker\RecurringProfileNotificationWorker" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\RecurringProfileNotificationWorker).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\SendPromotionWorker" (parent: .abstract.instanceof.App\Background\Worker\SendPromotionWorker).
Resolving inheritance for "App\Background\Worker\SendPromotionWorker" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\SendPromotionWorker).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\SubscriptionNotificationWorker" (parent: .abstract.instanceof.App\Background\Worker\SubscriptionNotificationWorker).
Resolving inheritance for "App\Background\Worker\SubscriptionNotificationWorker" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\SubscriptionNotificationWorker).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\SubscriptionProjectTranslationWorker" (parent: .abstract.instanceof.App\Background\Worker\SubscriptionProjectTranslationWorker).
Resolving inheritance for "App\Background\Worker\SubscriptionProjectTranslationWorker" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\SubscriptionProjectTranslationWorker).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\SubscriptionReminderWorker" (parent: .abstract.instanceof.App\Background\Worker\SubscriptionReminderWorker).
Resolving inheritance for "App\Background\Worker\SubscriptionReminderWorker" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\SubscriptionReminderWorker).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\SyncFecEntriesWorker" (parent: .abstract.instanceof.App\Background\Worker\SyncFecEntriesWorker).
Resolving inheritance for "App\Background\Worker\SyncFecEntriesWorker" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\SyncFecEntriesWorker).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\TeamBlueSyncInvoiceWorker" (parent: .abstract.instanceof.App\Background\Worker\TeamBlueSyncInvoiceWorker).
Resolving inheritance for "App\Background\Worker\TeamBlueSyncInvoiceWorker" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\TeamBlueSyncInvoiceWorker).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\TeamBlueSyncOrderWorker" (parent: .abstract.instanceof.App\Background\Worker\TeamBlueSyncOrderWorker).
Resolving inheritance for "App\Background\Worker\TeamBlueSyncOrderWorker" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\TeamBlueSyncOrderWorker).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\TeamBlueSyncSubscriptionWorker" (parent: .abstract.instanceof.App\Background\Worker\TeamBlueSyncSubscriptionWorker).
Resolving inheritance for "App\Background\Worker\TeamBlueSyncSubscriptionWorker" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\TeamBlueSyncSubscriptionWorker).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\ZapierTriggerInvoiceWorker" (parent: .abstract.instanceof.App\Background\Worker\ZapierTriggerInvoiceWorker).
Resolving inheritance for "App\Background\Worker\ZapierTriggerInvoiceWorker" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\ZapierTriggerInvoiceWorker).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\ZapierTriggerPaymentWorker" (parent: .abstract.instanceof.App\Background\Worker\ZapierTriggerPaymentWorker).
Resolving inheritance for "App\Background\Worker\ZapierTriggerPaymentWorker" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\ZapierTriggerPaymentWorker).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Common\ApiTokenCreateCommand" (parent: .abstract.instanceof.App\Command\Common\ApiTokenCreateCommand).
Resolving inheritance for "App\Command\Common\ApiTokenCreateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Common\ApiTokenCreateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Common\CleanUpCommand" (parent: .abstract.instanceof.App\Command\Common\CleanUpCommand).
Resolving inheritance for "App\Command\Common\CleanUpCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Common\CleanUpCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\AffiliateRecalculateCommand" (parent: .abstract.instanceof.App\Command\Merchant\AffiliateRecalculateCommand).
Resolving inheritance for "App\Command\Merchant\AffiliateRecalculateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\AffiliateRecalculateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\CheckPayPalOrderCommand" (parent: .abstract.instanceof.App\Command\Merchant\CheckPayPalOrderCommand).
Resolving inheritance for "App\Command\Merchant\CheckPayPalOrderCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\CheckPayPalOrderCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\ConfirmInvoiceCommand" (parent: .abstract.instanceof.App\Command\Merchant\ConfirmInvoiceCommand).
Resolving inheritance for "App\Command\Merchant\ConfirmInvoiceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\ConfirmInvoiceCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\CreateElasticOrderIndexCommand" (parent: .abstract.instanceof.App\Command\Merchant\CreateElasticOrderIndexCommand).
Resolving inheritance for "App\Command\Merchant\CreateElasticOrderIndexCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\CreateElasticOrderIndexCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\ExportNotandoInvoicesCommand" (parent: .abstract.instanceof.App\Command\Merchant\ExportNotandoInvoicesCommand).
Resolving inheritance for "App\Command\Merchant\ExportNotandoInvoicesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\ExportNotandoInvoicesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\MakeCreditNoteCommand" (parent: .abstract.instanceof.App\Command\Merchant\MakeCreditNoteCommand).
Resolving inheritance for "App\Command\Merchant\MakeCreditNoteCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\MakeCreditNoteCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\MakeInvoiceCommand" (parent: .abstract.instanceof.App\Command\Merchant\MakeInvoiceCommand).
Resolving inheritance for "App\Command\Merchant\MakeInvoiceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\MakeInvoiceCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\MakeNotandoInvoice" (parent: .abstract.instanceof.App\Command\Merchant\MakeNotandoInvoice).
Resolving inheritance for "App\Command\Merchant\MakeNotandoInvoice" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\MakeNotandoInvoice).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\MerchantCustomerStatRecalculateCommand" (parent: .abstract.instanceof.App\Command\Merchant\MerchantCustomerStatRecalculateCommand).
Resolving inheritance for "App\Command\Merchant\MerchantCustomerStatRecalculateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\MerchantCustomerStatRecalculateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\MerchantDatabaseCreateCommand" (parent: .abstract.instanceof.App\Command\Merchant\MerchantDatabaseCreateCommand).
Resolving inheritance for "App\Command\Merchant\MerchantDatabaseCreateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\MerchantDatabaseCreateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\MerchantMigrationCommand" (parent: .abstract.instanceof.App\Command\Merchant\MerchantMigrationCommand).
Resolving inheritance for "App\Command\Merchant\MerchantMigrationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\MerchantMigrationCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\MerchantSchemaCreateCommand" (parent: .abstract.instanceof.App\Command\Merchant\MerchantSchemaCreateCommand).
Resolving inheritance for "App\Command\Merchant\MerchantSchemaCreateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\MerchantSchemaCreateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\MerchantUpdateInvoiceAmountDetailsCommand" (parent: .abstract.instanceof.App\Command\Merchant\MerchantUpdateInvoiceAmountDetailsCommand).
Resolving inheritance for "App\Command\Merchant\MerchantUpdateInvoiceAmountDetailsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\MerchantUpdateInvoiceAmountDetailsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\MerchantsSchemaUpdateCommand" (parent: .abstract.instanceof.App\Command\Merchant\MerchantsSchemaUpdateCommand).
Resolving inheritance for "App\Command\Merchant\MerchantsSchemaUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\MerchantsSchemaUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\NotandoGenerateMappingCommand" (parent: .abstract.instanceof.App\Command\Merchant\NotandoGenerateMappingCommand).
Resolving inheritance for "App\Command\Merchant\NotandoGenerateMappingCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\NotandoGenerateMappingCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\PaymentCancelCommand" (parent: .abstract.instanceof.App\Command\Merchant\PaymentCancelCommand).
Resolving inheritance for "App\Command\Merchant\PaymentCancelCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\PaymentCancelCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\PaymentConfirmCommand" (parent: .abstract.instanceof.App\Command\Merchant\PaymentConfirmCommand).
Resolving inheritance for "App\Command\Merchant\PaymentConfirmCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\PaymentConfirmCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\PaymentSystemSetParamCommand" (parent: .abstract.instanceof.App\Command\Merchant\PaymentSystemSetParamCommand).
Resolving inheritance for "App\Command\Merchant\PaymentSystemSetParamCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\PaymentSystemSetParamCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\RefundPayPalOrderCommand" (parent: .abstract.instanceof.App\Command\Merchant\RefundPayPalOrderCommand).
Resolving inheritance for "App\Command\Merchant\RefundPayPalOrderCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\RefundPayPalOrderCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\RefundVatCommand" (parent: .abstract.instanceof.App\Command\Merchant\RefundVatCommand).
Resolving inheritance for "App\Command\Merchant\RefundVatCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\RefundVatCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\SendNotificationCommand" (parent: .abstract.instanceof.App\Command\Merchant\SendNotificationCommand).
Resolving inheritance for "App\Command\Merchant\SendNotificationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\SendNotificationCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\SendSubscriptionNotificationCommand" (parent: .abstract.instanceof.App\Command\Merchant\SendSubscriptionNotificationCommand).
Resolving inheritance for "App\Command\Merchant\SendSubscriptionNotificationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\SendSubscriptionNotificationCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\SubscriptionFixDateCommand" (parent: .abstract.instanceof.App\Command\Merchant\SubscriptionFixDateCommand).
Resolving inheritance for "App\Command\Merchant\SubscriptionFixDateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\SubscriptionFixDateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\SyncTeamBlueFreeTrialsCommand" (parent: .abstract.instanceof.App\Command\Merchant\SyncTeamBlueFreeTrialsCommand).
Resolving inheritance for "App\Command\Merchant\SyncTeamBlueFreeTrialsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\SyncTeamBlueFreeTrialsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\SyncTeamBlueOrdersCommand" (parent: .abstract.instanceof.App\Command\Merchant\SyncTeamBlueOrdersCommand).
Resolving inheritance for "App\Command\Merchant\SyncTeamBlueOrdersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\SyncTeamBlueOrdersCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Affiliate\IndexController" (parent: .abstract.instanceof.App\Controller\Affiliate\IndexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Affiliate\IndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Affiliate\IndexController).
Resolving inheritance for "App\Controller\Affiliate\IndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Affiliate\IndexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Affiliate\JsController" (parent: .abstract.instanceof.App\Controller\Affiliate\JsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Affiliate\JsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Affiliate\JsController).
Resolving inheritance for "App\Controller\Affiliate\JsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Affiliate\JsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Affiliate\LogoutController" (parent: .abstract.instanceof.App\Controller\Affiliate\LogoutController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Affiliate\LogoutController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Affiliate\LogoutController).
Resolving inheritance for "App\Controller\Affiliate\LogoutController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Affiliate\LogoutController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Common\APIDocumentationController" (parent: .abstract.instanceof.App\Controller\Common\APIDocumentationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Common\APIDocumentationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Common\APIDocumentationController).
Resolving inheritance for "App\Controller\Common\APIDocumentationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Common\APIDocumentationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Common\IndexController" (parent: .abstract.instanceof.App\Controller\Common\IndexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Common\IndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Common\IndexController).
Resolving inheritance for "App\Controller\Common\IndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Common\IndexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Common\JsController" (parent: .abstract.instanceof.App\Controller\Common\JsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Common\JsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Common\JsController).
Resolving inheritance for "App\Controller\Common\JsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Common\JsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Api\RecurringProfile\UpdateRecurringProfileController" (parent: .abstract.instanceof.App\Controller\Merchant\Api\RecurringProfile\UpdateRecurringProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Api\RecurringProfile\UpdateRecurringProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Api\RecurringProfile\UpdateRecurringProfileController).
Resolving inheritance for "App\Controller\Merchant\Api\RecurringProfile\UpdateRecurringProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Api\RecurringProfile\UpdateRecurringProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\CustomFeature\Freshbooks\FreshbooksCustomFeatureNotificationController" (parent: .abstract.instanceof.App\Controller\Merchant\CustomFeature\Freshbooks\FreshbooksCustomFeatureNotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\CustomFeature\Freshbooks\FreshbooksCustomFeatureNotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\CustomFeature\Freshbooks\FreshbooksCustomFeatureNotificationController).
Resolving inheritance for "App\Controller\Merchant\CustomFeature\Freshbooks\FreshbooksCustomFeatureNotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\CustomFeature\Freshbooks\FreshbooksCustomFeatureNotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\CustomFeature\Quickbooks\QuickbooksCustomFeatureNotificationController" (parent: .abstract.instanceof.App\Controller\Merchant\CustomFeature\Quickbooks\QuickbooksCustomFeatureNotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\CustomFeature\Quickbooks\QuickbooksCustomFeatureNotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\CustomFeature\Quickbooks\QuickbooksCustomFeatureNotificationController).
Resolving inheritance for "App\Controller\Merchant\CustomFeature\Quickbooks\QuickbooksCustomFeatureNotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\CustomFeature\Quickbooks\QuickbooksCustomFeatureNotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Invoice\PrintController" (parent: .abstract.instanceof.App\Controller\Merchant\Invoice\PrintController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Invoice\PrintController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Invoice\PrintController).
Resolving inheritance for "App\Controller\Merchant\Invoice\PrintController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Invoice\PrintController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\Customer\CreateCustomerController" (parent: .abstract.instanceof.App\Controller\Merchant\Panel\Api\Customer\CreateCustomerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\Customer\CreateCustomerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\Customer\CreateCustomerController).
Resolving inheritance for "App\Controller\Merchant\Panel\Api\Customer\CreateCustomerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\Customer\CreateCustomerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\Customer\CustomerListController" (parent: .abstract.instanceof.App\Controller\Merchant\Panel\Api\Customer\CustomerListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\Customer\CustomerListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\Customer\CustomerListController).
Resolving inheritance for "App\Controller\Merchant\Panel\Api\Customer\CustomerListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\Customer\CustomerListController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\Customer\UpdateCustomerController" (parent: .abstract.instanceof.App\Controller\Merchant\Panel\Api\Customer\UpdateCustomerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\Customer\UpdateCustomerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\Customer\UpdateCustomerController).
Resolving inheritance for "App\Controller\Merchant\Panel\Api\Customer\UpdateCustomerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\Customer\UpdateCustomerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\Login\LoadSecret2FAController" (parent: .abstract.instanceof.App\Controller\Merchant\Panel\Api\Login\LoadSecret2FAController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\Login\LoadSecret2FAController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\Login\LoadSecret2FAController).
Resolving inheritance for "App\Controller\Merchant\Panel\Api\Login\LoadSecret2FAController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\Login\LoadSecret2FAController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\Login\Login2FAController" (parent: .abstract.instanceof.App\Controller\Merchant\Panel\Api\Login\Login2FAController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\Login\Login2FAController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\Login\Login2FAController).
Resolving inheritance for "App\Controller\Merchant\Panel\Api\Login\Login2FAController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\Login\Login2FAController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\Login\LoginController" (parent: .abstract.instanceof.App\Controller\Merchant\Panel\Api\Login\LoginController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\Login\LoginController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\Login\LoginController).
Resolving inheritance for "App\Controller\Merchant\Panel\Api\Login\LoginController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\Login\LoginController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\Login\ResetPasswordPublicController" (parent: .abstract.instanceof.App\Controller\Merchant\Panel\Api\Login\ResetPasswordPublicController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\Login\ResetPasswordPublicController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\Login\ResetPasswordPublicController).
Resolving inheritance for "App\Controller\Merchant\Panel\Api\Login\ResetPasswordPublicController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\Login\ResetPasswordPublicController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\Login\Setup2FAController" (parent: .abstract.instanceof.App\Controller\Merchant\Panel\Api\Login\Setup2FAController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\Login\Setup2FAController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\Login\Setup2FAController).
Resolving inheritance for "App\Controller\Merchant\Panel\Api\Login\Setup2FAController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\Login\Setup2FAController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\Login\SetupPasswordController" (parent: .abstract.instanceof.App\Controller\Merchant\Panel\Api\Login\SetupPasswordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\Login\SetupPasswordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\Login\SetupPasswordController).
Resolving inheritance for "App\Controller\Merchant\Panel\Api\Login\SetupPasswordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\Login\SetupPasswordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\Merchant\GetAllowedLanguagesController" (parent: .abstract.instanceof.App\Controller\Merchant\Panel\Api\Merchant\GetAllowedLanguagesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\Merchant\GetAllowedLanguagesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\Merchant\GetAllowedLanguagesController).
Resolving inheritance for "App\Controller\Merchant\Panel\Api\Merchant\GetAllowedLanguagesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\Merchant\GetAllowedLanguagesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\Merchant\GetMerchantController" (parent: .abstract.instanceof.App\Controller\Merchant\Panel\Api\Merchant\GetMerchantController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\Merchant\GetMerchantController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\Merchant\GetMerchantController).
Resolving inheritance for "App\Controller\Merchant\Panel\Api\Merchant\GetMerchantController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\Merchant\GetMerchantController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\Merchant\UpdateMerchantController" (parent: .abstract.instanceof.App\Controller\Merchant\Panel\Api\Merchant\UpdateMerchantController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\Merchant\UpdateMerchantController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\Merchant\UpdateMerchantController).
Resolving inheritance for "App\Controller\Merchant\Panel\Api\Merchant\UpdateMerchantController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\Merchant\UpdateMerchantController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\Profile\GenerateSecret2FAController" (parent: .abstract.instanceof.App\Controller\Merchant\Panel\Api\Profile\GenerateSecret2FAController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\Profile\GenerateSecret2FAController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\Profile\GenerateSecret2FAController).
Resolving inheritance for "App\Controller\Merchant\Panel\Api\Profile\GenerateSecret2FAController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\Profile\GenerateSecret2FAController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\Profile\GetProfileController" (parent: .abstract.instanceof.App\Controller\Merchant\Panel\Api\Profile\GetProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\Profile\GetProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\Profile\GetProfileController).
Resolving inheritance for "App\Controller\Merchant\Panel\Api\Profile\GetProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\Profile\GetProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\Profile\UpdateProfileController" (parent: .abstract.instanceof.App\Controller\Merchant\Panel\Api\Profile\UpdateProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\Profile\UpdateProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\Profile\UpdateProfileController).
Resolving inheritance for "App\Controller\Merchant\Panel\Api\Profile\UpdateProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\Profile\UpdateProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\User\BlockUserController" (parent: .abstract.instanceof.App\Controller\Merchant\Panel\Api\User\BlockUserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\User\BlockUserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\User\BlockUserController).
Resolving inheritance for "App\Controller\Merchant\Panel\Api\User\BlockUserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\User\BlockUserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\User\CreateUserController" (parent: .abstract.instanceof.App\Controller\Merchant\Panel\Api\User\CreateUserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\User\CreateUserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\User\CreateUserController).
Resolving inheritance for "App\Controller\Merchant\Panel\Api\User\CreateUserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\User\CreateUserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\User\GetUserController" (parent: .abstract.instanceof.App\Controller\Merchant\Panel\Api\User\GetUserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\User\GetUserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\User\GetUserController).
Resolving inheritance for "App\Controller\Merchant\Panel\Api\User\GetUserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\User\GetUserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\User\ResetPasswordUserController" (parent: .abstract.instanceof.App\Controller\Merchant\Panel\Api\User\ResetPasswordUserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\User\ResetPasswordUserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\User\ResetPasswordUserController).
Resolving inheritance for "App\Controller\Merchant\Panel\Api\User\ResetPasswordUserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\User\ResetPasswordUserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\User\ResetSecondFactorUserController" (parent: .abstract.instanceof.App\Controller\Merchant\Panel\Api\User\ResetSecondFactorUserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\User\ResetSecondFactorUserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\User\ResetSecondFactorUserController).
Resolving inheritance for "App\Controller\Merchant\Panel\Api\User\ResetSecondFactorUserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\User\ResetSecondFactorUserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\User\UpdateUserController" (parent: .abstract.instanceof.App\Controller\Merchant\Panel\Api\User\UpdateUserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\User\UpdateUserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\User\UpdateUserController).
Resolving inheritance for "App\Controller\Merchant\Panel\Api\User\UpdateUserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\User\UpdateUserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\User\UserListController" (parent: .abstract.instanceof.App\Controller\Merchant\Panel\Api\User\UserListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\User\UserListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\User\UserListController).
Resolving inheritance for "App\Controller\Merchant\Panel\Api\User\UserListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\User\UserListController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\UserActionLog\UserActionLogListController" (parent: .abstract.instanceof.App\Controller\Merchant\Panel\Api\UserActionLog\UserActionLogListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\UserActionLog\UserActionLogListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\UserActionLog\UserActionLogListController).
Resolving inheritance for "App\Controller\Merchant\Panel\Api\UserActionLog\UserActionLogListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\UserActionLog\UserActionLogListController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\DownloadExportController" (parent: .abstract.instanceof.App\Controller\Merchant\Panel\DownloadExportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\DownloadExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\DownloadExportController).
Resolving inheritance for "App\Controller\Merchant\Panel\DownloadExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\DownloadExportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\IndexController" (parent: .abstract.instanceof.App\Controller\Merchant\Panel\IndexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\IndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\IndexController).
Resolving inheritance for "App\Controller\Merchant\Panel\IndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\IndexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Integrations\Freshbooks\FreshbooksCustomFeatureAuthorizationController" (parent: .abstract.instanceof.App\Controller\Merchant\Panel\Integrations\Freshbooks\FreshbooksCustomFeatureAuthorizationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Integrations\Freshbooks\FreshbooksCustomFeatureAuthorizationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Integrations\Freshbooks\FreshbooksCustomFeatureAuthorizationController).
Resolving inheritance for "App\Controller\Merchant\Panel\Integrations\Freshbooks\FreshbooksCustomFeatureAuthorizationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Integrations\Freshbooks\FreshbooksCustomFeatureAuthorizationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Integrations\Freshbooks\FreshbooksCustomFeatureConnectController" (parent: .abstract.instanceof.App\Controller\Merchant\Panel\Integrations\Freshbooks\FreshbooksCustomFeatureConnectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Integrations\Freshbooks\FreshbooksCustomFeatureConnectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Integrations\Freshbooks\FreshbooksCustomFeatureConnectController).
Resolving inheritance for "App\Controller\Merchant\Panel\Integrations\Freshbooks\FreshbooksCustomFeatureConnectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Integrations\Freshbooks\FreshbooksCustomFeatureConnectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Integrations\Freshbooks\FreshbooksCustomFeatureDisconnectController" (parent: .abstract.instanceof.App\Controller\Merchant\Panel\Integrations\Freshbooks\FreshbooksCustomFeatureDisconnectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Integrations\Freshbooks\FreshbooksCustomFeatureDisconnectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Integrations\Freshbooks\FreshbooksCustomFeatureDisconnectController).
Resolving inheritance for "App\Controller\Merchant\Panel\Integrations\Freshbooks\FreshbooksCustomFeatureDisconnectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Integrations\Freshbooks\FreshbooksCustomFeatureDisconnectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Integrations\Freshbooks\FreshbooksCustomFeatureSyncController" (parent: .abstract.instanceof.App\Controller\Merchant\Panel\Integrations\Freshbooks\FreshbooksCustomFeatureSyncController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Integrations\Freshbooks\FreshbooksCustomFeatureSyncController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Integrations\Freshbooks\FreshbooksCustomFeatureSyncController).
Resolving inheritance for "App\Controller\Merchant\Panel\Integrations\Freshbooks\FreshbooksCustomFeatureSyncController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Integrations\Freshbooks\FreshbooksCustomFeatureSyncController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Integrations\Quickbooks\QuickbooksCustomFeatureAuthorizationController" (parent: .abstract.instanceof.App\Controller\Merchant\Panel\Integrations\Quickbooks\QuickbooksCustomFeatureAuthorizationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Integrations\Quickbooks\QuickbooksCustomFeatureAuthorizationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Integrations\Quickbooks\QuickbooksCustomFeatureAuthorizationController).
Resolving inheritance for "App\Controller\Merchant\Panel\Integrations\Quickbooks\QuickbooksCustomFeatureAuthorizationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Integrations\Quickbooks\QuickbooksCustomFeatureAuthorizationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Integrations\Quickbooks\QuickbooksCustomFeatureConnectController" (parent: .abstract.instanceof.App\Controller\Merchant\Panel\Integrations\Quickbooks\QuickbooksCustomFeatureConnectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Integrations\Quickbooks\QuickbooksCustomFeatureConnectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Integrations\Quickbooks\QuickbooksCustomFeatureConnectController).
Resolving inheritance for "App\Controller\Merchant\Panel\Integrations\Quickbooks\QuickbooksCustomFeatureConnectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Integrations\Quickbooks\QuickbooksCustomFeatureConnectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Integrations\Quickbooks\QuickbooksCustomFeatureDisconnectController" (parent: .abstract.instanceof.App\Controller\Merchant\Panel\Integrations\Quickbooks\QuickbooksCustomFeatureDisconnectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Integrations\Quickbooks\QuickbooksCustomFeatureDisconnectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Integrations\Quickbooks\QuickbooksCustomFeatureDisconnectController).
Resolving inheritance for "App\Controller\Merchant\Panel\Integrations\Quickbooks\QuickbooksCustomFeatureDisconnectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Integrations\Quickbooks\QuickbooksCustomFeatureDisconnectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Integrations\Quickbooks\QuickbooksCustomFeatureSyncController" (parent: .abstract.instanceof.App\Controller\Merchant\Panel\Integrations\Quickbooks\QuickbooksCustomFeatureSyncController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Integrations\Quickbooks\QuickbooksCustomFeatureSyncController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Integrations\Quickbooks\QuickbooksCustomFeatureSyncController).
Resolving inheritance for "App\Controller\Merchant\Panel\Integrations\Quickbooks\QuickbooksCustomFeatureSyncController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Integrations\Quickbooks\QuickbooksCustomFeatureSyncController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Integrations\Zapier\ZapierCustomFeatureSyncController" (parent: .abstract.instanceof.App\Controller\Merchant\Panel\Integrations\Zapier\ZapierCustomFeatureSyncController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Integrations\Zapier\ZapierCustomFeatureSyncController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Integrations\Zapier\ZapierCustomFeatureSyncController).
Resolving inheritance for "App\Controller\Merchant\Panel\Integrations\Zapier\ZapierCustomFeatureSyncController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Integrations\Zapier\ZapierCustomFeatureSyncController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\InvoicePrintController" (parent: .abstract.instanceof.App\Controller\Merchant\Panel\InvoicePrintController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\InvoicePrintController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\InvoicePrintController).
Resolving inheritance for "App\Controller\Merchant\Panel\InvoicePrintController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\InvoicePrintController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\LoginByCodeController" (parent: .abstract.instanceof.App\Controller\Merchant\Panel\LoginByCodeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\LoginByCodeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\LoginByCodeController).
Resolving inheritance for "App\Controller\Merchant\Panel\LoginByCodeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\LoginByCodeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\LoginController" (parent: .abstract.instanceof.App\Controller\Merchant\Panel\LoginController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\LoginController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\LoginController).
Resolving inheritance for "App\Controller\Merchant\Panel\LoginController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\LoginController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\LogoutController" (parent: .abstract.instanceof.App\Controller\Merchant\Panel\LogoutController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\LogoutController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\LogoutController).
Resolving inheritance for "App\Controller\Merchant\Panel\LogoutController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\LogoutController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\PanelController" (parent: .abstract.instanceof.App\Controller\Merchant\Panel\PanelController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\PanelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\PanelController).
Resolving inheritance for "App\Controller\Merchant\Panel\PanelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\PanelController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Squareup\ConnectCallbackController" (parent: .abstract.instanceof.App\Controller\Merchant\Panel\Squareup\ConnectCallbackController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Squareup\ConnectCallbackController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Squareup\ConnectCallbackController).
Resolving inheritance for "App\Controller\Merchant\Panel\Squareup\ConnectCallbackController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Squareup\ConnectCallbackController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Squareup\ConnectController" (parent: .abstract.instanceof.App\Controller\Merchant\Panel\Squareup\ConnectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Squareup\ConnectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Squareup\ConnectController).
Resolving inheritance for "App\Controller\Merchant\Panel\Squareup\ConnectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Squareup\ConnectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Squareup\DisconnectController" (parent: .abstract.instanceof.App\Controller\Merchant\Panel\Squareup\DisconnectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Squareup\DisconnectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Squareup\DisconnectController).
Resolving inheritance for "App\Controller\Merchant\Panel\Squareup\DisconnectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Squareup\DisconnectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Stripe\ConnectCallbackController" (parent: .abstract.instanceof.App\Controller\Merchant\Panel\Stripe\ConnectCallbackController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Stripe\ConnectCallbackController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Stripe\ConnectCallbackController).
Resolving inheritance for "App\Controller\Merchant\Panel\Stripe\ConnectCallbackController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Stripe\ConnectCallbackController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Stripe\ConnectController" (parent: .abstract.instanceof.App\Controller\Merchant\Panel\Stripe\ConnectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Stripe\ConnectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Stripe\ConnectController).
Resolving inheritance for "App\Controller\Merchant\Panel\Stripe\ConnectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Stripe\ConnectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Subscriptions\WidgetPreviewController" (parent: .abstract.instanceof.App\Controller\Merchant\Panel\Subscriptions\WidgetPreviewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Subscriptions\WidgetPreviewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Subscriptions\WidgetPreviewController).
Resolving inheritance for "App\Controller\Merchant\Panel\Subscriptions\WidgetPreviewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Subscriptions\WidgetPreviewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Sumup\AuthorizationController" (parent: .abstract.instanceof.App\Controller\Merchant\Panel\Sumup\AuthorizationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Sumup\AuthorizationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Sumup\AuthorizationController).
Resolving inheritance for "App\Controller\Merchant\Panel\Sumup\AuthorizationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Sumup\AuthorizationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Sumup\ConnectCallbackController" (parent: .abstract.instanceof.App\Controller\Merchant\Panel\Sumup\ConnectCallbackController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Sumup\ConnectCallbackController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Sumup\ConnectCallbackController).
Resolving inheritance for "App\Controller\Merchant\Panel\Sumup\ConnectCallbackController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Sumup\ConnectCallbackController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Sumup\DisconnectController" (parent: .abstract.instanceof.App\Controller\Merchant\Panel\Sumup\DisconnectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Sumup\DisconnectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Sumup\DisconnectController).
Resolving inheritance for "App\Controller\Merchant\Panel\Sumup\DisconnectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Sumup\DisconnectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Adyen\NotificationController" (parent: .abstract.instanceof.App\Controller\Merchant\Payment\Adyen\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Adyen\NotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Adyen\NotificationController).
Resolving inheritance for "App\Controller\Merchant\Payment\Adyen\NotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Adyen\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Asiapay\NotificationController" (parent: .abstract.instanceof.App\Controller\Merchant\Payment\Asiapay\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Asiapay\NotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Asiapay\NotificationController).
Resolving inheritance for "App\Controller\Merchant\Payment\Asiapay\NotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Asiapay\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Authorize\OrderNotificationController" (parent: .abstract.instanceof.App\Controller\Merchant\Payment\Authorize\OrderNotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Authorize\OrderNotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Authorize\OrderNotificationController).
Resolving inheritance for "App\Controller\Merchant\Payment\Authorize\OrderNotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Authorize\OrderNotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Authorize\RecurringProfileNotificationController" (parent: .abstract.instanceof.App\Controller\Merchant\Payment\Authorize\RecurringProfileNotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Authorize\RecurringProfileNotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Authorize\RecurringProfileNotificationController).
Resolving inheritance for "App\Controller\Merchant\Payment\Authorize\RecurringProfileNotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Authorize\RecurringProfileNotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\BeforePayment\InitPaymentInfoPageController" (parent: .abstract.instanceof.App\Controller\Merchant\Payment\BeforePayment\InitPaymentInfoPageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\BeforePayment\InitPaymentInfoPageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\BeforePayment\InitPaymentInfoPageController).
Resolving inheritance for "App\Controller\Merchant\Payment\BeforePayment\InitPaymentInfoPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\BeforePayment\InitPaymentInfoPageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\ErrorController" (parent: .abstract.instanceof.App\Controller\Merchant\Payment\ErrorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\ErrorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\ErrorController).
Resolving inheritance for "App\Controller\Merchant\Payment\ErrorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\ErrorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\InitPaymentController" (parent: .abstract.instanceof.App\Controller\Merchant\Payment\InitPaymentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\InitPaymentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\InitPaymentController).
Resolving inheritance for "App\Controller\Merchant\Payment\InitPaymentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\InitPaymentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\InitRecurringPaymentController" (parent: .abstract.instanceof.App\Controller\Merchant\Payment\InitRecurringPaymentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\InitRecurringPaymentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\InitRecurringPaymentController).
Resolving inheritance for "App\Controller\Merchant\Payment\InitRecurringPaymentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\InitRecurringPaymentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\JCC\NotificationController" (parent: .abstract.instanceof.App\Controller\Merchant\Payment\JCC\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\JCC\NotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\JCC\NotificationController).
Resolving inheritance for "App\Controller\Merchant\Payment\JCC\NotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\JCC\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Kaspi\NotificationController" (parent: .abstract.instanceof.App\Controller\Merchant\Payment\Kaspi\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Kaspi\NotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Kaspi\NotificationController).
Resolving inheritance for "App\Controller\Merchant\Payment\Kaspi\NotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Kaspi\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Mollie\NotificationController" (parent: .abstract.instanceof.App\Controller\Merchant\Payment\Mollie\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Mollie\NotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Mollie\NotificationController).
Resolving inheritance for "App\Controller\Merchant\Payment\Mollie\NotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Mollie\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\OrderCancelController" (parent: .abstract.instanceof.App\Controller\Merchant\Payment\OrderCancelController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\OrderCancelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\OrderCancelController).
Resolving inheritance for "App\Controller\Merchant\Payment\OrderCancelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\OrderCancelController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\OrderNotificationController" (parent: .abstract.instanceof.App\Controller\Merchant\Payment\OrderNotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\OrderNotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\OrderNotificationController).
Resolving inheritance for "App\Controller\Merchant\Payment\OrderNotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\OrderNotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\OrderReturnController" (parent: .abstract.instanceof.App\Controller\Merchant\Payment\OrderReturnController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\OrderReturnController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\OrderReturnController).
Resolving inheritance for "App\Controller\Merchant\Payment\OrderReturnController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\OrderReturnController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Payfast\NotificationController" (parent: .abstract.instanceof.App\Controller\Merchant\Payment\Payfast\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Payfast\NotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Payfast\NotificationController).
Resolving inheritance for "App\Controller\Merchant\Payment\Payfast\NotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Payfast\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\PaymentResults\InitPaymentNotificationController" (parent: .abstract.instanceof.App\Controller\Merchant\Payment\PaymentResults\InitPaymentNotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\PaymentResults\InitPaymentNotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\PaymentResults\InitPaymentNotificationController).
Resolving inheritance for "App\Controller\Merchant\Payment\PaymentResults\InitPaymentNotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\PaymentResults\InitPaymentNotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\PaymentResults\InitPaymentReturnController" (parent: .abstract.instanceof.App\Controller\Merchant\Payment\PaymentResults\InitPaymentReturnController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\PaymentResults\InitPaymentReturnController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\PaymentResults\InitPaymentReturnController).
Resolving inheritance for "App\Controller\Merchant\Payment\PaymentResults\InitPaymentReturnController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\PaymentResults\InitPaymentReturnController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\PaymentResults\PaymentResultController" (parent: .abstract.instanceof.App\Controller\Merchant\Payment\PaymentResults\PaymentResultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\PaymentResults\PaymentResultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\PaymentResults\PaymentResultController).
Resolving inheritance for "App\Controller\Merchant\Payment\PaymentResults\PaymentResultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\PaymentResults\PaymentResultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Payrexx\NotificationController" (parent: .abstract.instanceof.App\Controller\Merchant\Payment\Payrexx\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Payrexx\NotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Payrexx\NotificationController).
Resolving inheritance for "App\Controller\Merchant\Payment\Payrexx\NotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Payrexx\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Rapyd\NotificationController" (parent: .abstract.instanceof.App\Controller\Merchant\Payment\Rapyd\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Rapyd\NotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Rapyd\NotificationController).
Resolving inheritance for "App\Controller\Merchant\Payment\Rapyd\NotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Rapyd\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\RecurringProfileCancelController" (parent: .abstract.instanceof.App\Controller\Merchant\Payment\RecurringProfileCancelController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\RecurringProfileCancelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\RecurringProfileCancelController).
Resolving inheritance for "App\Controller\Merchant\Payment\RecurringProfileCancelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\RecurringProfileCancelController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\RecurringProfileNotificationController" (parent: .abstract.instanceof.App\Controller\Merchant\Payment\RecurringProfileNotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\RecurringProfileNotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\RecurringProfileNotificationController).
Resolving inheritance for "App\Controller\Merchant\Payment\RecurringProfileNotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\RecurringProfileNotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\RecurringProfileReturnController" (parent: .abstract.instanceof.App\Controller\Merchant\Payment\RecurringProfileReturnController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\RecurringProfileReturnController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\RecurringProfileReturnController).
Resolving inheritance for "App\Controller\Merchant\Payment\RecurringProfileReturnController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\RecurringProfileReturnController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Revolut\OrderNotificationController" (parent: .abstract.instanceof.App\Controller\Merchant\Payment\Revolut\OrderNotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Revolut\OrderNotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Revolut\OrderNotificationController).
Resolving inheritance for "App\Controller\Merchant\Payment\Revolut\OrderNotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Revolut\OrderNotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Revolut\RecurringProfileNotificationController" (parent: .abstract.instanceof.App\Controller\Merchant\Payment\Revolut\RecurringProfileNotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Revolut\RecurringProfileNotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Revolut\RecurringProfileNotificationController).
Resolving inheritance for "App\Controller\Merchant\Payment\Revolut\RecurringProfileNotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Revolut\RecurringProfileNotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Skrill\NotificationController" (parent: .abstract.instanceof.App\Controller\Merchant\Payment\Skrill\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Skrill\NotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Skrill\NotificationController).
Resolving inheritance for "App\Controller\Merchant\Payment\Skrill\NotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Skrill\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Squareup\ConnectCallbackController" (parent: .abstract.instanceof.App\Controller\Merchant\Payment\Squareup\ConnectCallbackController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Squareup\ConnectCallbackController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Squareup\ConnectCallbackController).
Resolving inheritance for "App\Controller\Merchant\Payment\Squareup\ConnectCallbackController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Squareup\ConnectCallbackController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Stripe\ConnectCallbackController" (parent: .abstract.instanceof.App\Controller\Merchant\Payment\Stripe\ConnectCallbackController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Stripe\ConnectCallbackController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Stripe\ConnectCallbackController).
Resolving inheritance for "App\Controller\Merchant\Payment\Stripe\ConnectCallbackController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Stripe\ConnectCallbackController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Stripe\OrderNotificationController" (parent: .abstract.instanceof.App\Controller\Merchant\Payment\Stripe\OrderNotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Stripe\OrderNotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Stripe\OrderNotificationController).
Resolving inheritance for "App\Controller\Merchant\Payment\Stripe\OrderNotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Stripe\OrderNotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Stripe\SessionCompleteController" (parent: .abstract.instanceof.App\Controller\Merchant\Payment\Stripe\SessionCompleteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Stripe\SessionCompleteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Stripe\SessionCompleteController).
Resolving inheritance for "App\Controller\Merchant\Payment\Stripe\SessionCompleteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Stripe\SessionCompleteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Sumup\ConnectCallbackController" (parent: .abstract.instanceof.App\Controller\Merchant\Payment\Sumup\ConnectCallbackController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Sumup\ConnectCallbackController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Sumup\ConnectCallbackController).
Resolving inheritance for "App\Controller\Merchant\Payment\Sumup\ConnectCallbackController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Sumup\ConnectCallbackController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Sumup\OrderNotificationController" (parent: .abstract.instanceof.App\Controller\Merchant\Payment\Sumup\OrderNotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Sumup\OrderNotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Sumup\OrderNotificationController).
Resolving inheritance for "App\Controller\Merchant\Payment\Sumup\OrderNotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Sumup\OrderNotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Swish\NotificationController" (parent: .abstract.instanceof.App\Controller\Merchant\Payment\Swish\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Swish\NotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Swish\NotificationController).
Resolving inheritance for "App\Controller\Merchant\Payment\Swish\NotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Swish\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\TwocheckoutVerifone\NotificationController" (parent: .abstract.instanceof.App\Controller\Merchant\Payment\TwocheckoutVerifone\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\TwocheckoutVerifone\NotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\TwocheckoutVerifone\NotificationController).
Resolving inheritance for "App\Controller\Merchant\Payment\TwocheckoutVerifone\NotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\TwocheckoutVerifone\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\WorldpayCybersource\NotificationController" (parent: .abstract.instanceof.App\Controller\Merchant\Payment\WorldpayCybersource\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\WorldpayCybersource\NotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\WorldpayCybersource\NotificationController).
Resolving inheritance for "App\Controller\Merchant\Payment\WorldpayCybersource\NotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\WorldpayCybersource\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Xendit\NotificationController" (parent: .abstract.instanceof.App\Controller\Merchant\Payment\Xendit\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Xendit\NotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Xendit\NotificationController).
Resolving inheritance for "App\Controller\Merchant\Payment\Xendit\NotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Xendit\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Widget\Subscription\DetectTranslationsController" (parent: .abstract.instanceof.App\Controller\Merchant\Widget\Subscription\DetectTranslationsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Widget\Subscription\DetectTranslationsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Widget\Subscription\DetectTranslationsController).
Resolving inheritance for "App\Controller\Merchant\Widget\Subscription\DetectTranslationsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Widget\Subscription\DetectTranslationsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Widget\Subscription\TranslationsController" (parent: .abstract.instanceof.App\Controller\Merchant\Widget\Subscription\TranslationsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Widget\Subscription\TranslationsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Widget\Subscription\TranslationsController).
Resolving inheritance for "App\Controller\Merchant\Widget\Subscription\TranslationsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Widget\Subscription\TranslationsController).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Core\Normalizer\DateTimeNormalizer" (parent: .abstract.instanceof.App\Core\Normalizer\DateTimeNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Core\Normalizer\DateTimeNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Core\Normalizer\DateTimeNormalizer).
Resolving inheritance for "App\Core\Normalizer\DateTimeNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Core\Normalizer\DateTimeNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Core\Request\ParamConverter\SerializableObjectNormalizer" (parent: .abstract.instanceof.App\Core\Request\ParamConverter\SerializableObjectNormalizer).
Resolving inheritance for "App\Core\Request\ParamConverter\SerializableObjectNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Core\Request\ParamConverter\SerializableObjectNormalizer).
Resolving inheritance for ".instanceof.Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface.0.App\Core\Request\ParamConverter\SerializableParamConverter" (parent: .abstract.instanceof.App\Core\Request\ParamConverter\SerializableParamConverter).
Resolving inheritance for "App\Core\Request\ParamConverter\SerializableParamConverter" (parent: .instanceof.Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface.0.App\Core\Request\ParamConverter\SerializableParamConverter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Core\Security\Voter\CsrfTokenVoter" (parent: .abstract.instanceof.App\Core\Security\Voter\CsrfTokenVoter).
Resolving inheritance for "App\Core\Security\Voter\CsrfTokenVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Core\Security\Voter\CsrfTokenVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Core\Security\Voter\SecondAuthenticationVoter" (parent: .abstract.instanceof.App\Core\Security\Voter\SecondAuthenticationVoter).
Resolving inheritance for "App\Core\Security\Voter\SecondAuthenticationVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Core\Security\Voter\SecondAuthenticationVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Cron\Common\RecurringChargesCron" (parent: .abstract.instanceof.App\Cron\Common\RecurringChargesCron).
Resolving inheritance for "App\Cron\Common\RecurringChargesCron" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Cron\Common\RecurringChargesCron).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Cron\Common\ScheduledTasksCron" (parent: .abstract.instanceof.App\Cron\Common\ScheduledTasksCron).
Resolving inheritance for "App\Cron\Common\ScheduledTasksCron" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Cron\Common\ScheduledTasksCron).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Cron\Common\SubscriptionRemindersCron" (parent: .abstract.instanceof.App\Cron\Common\SubscriptionRemindersCron).
Resolving inheritance for "App\Cron\Common\SubscriptionRemindersCron" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Cron\Common\SubscriptionRemindersCron).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Common\InternalApiTokenRepository" (parent: .abstract.instanceof.App\Repository\Common\InternalApiTokenRepository).
Resolving inheritance for "App\Repository\Common\InternalApiTokenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Common\InternalApiTokenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Common\MerchantAttributeHistoryRepository" (parent: .abstract.instanceof.App\Repository\Common\MerchantAttributeHistoryRepository).
Resolving inheritance for "App\Repository\Common\MerchantAttributeHistoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Common\MerchantAttributeHistoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Common\MerchantAttributeRepository" (parent: .abstract.instanceof.App\Repository\Common\MerchantAttributeRepository).
Resolving inheritance for "App\Repository\Common\MerchantAttributeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Common\MerchantAttributeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Common\MerchantCustomFieldRepository" (parent: .abstract.instanceof.App\Repository\Common\MerchantCustomFieldRepository).
Resolving inheritance for "App\Repository\Common\MerchantCustomFieldRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Common\MerchantCustomFieldRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Common\MerchantRepository" (parent: .abstract.instanceof.App\Repository\Common\MerchantRepository).
Resolving inheritance for "App\Repository\Common\MerchantRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Common\MerchantRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Common\MerchantStripeAccountRepository" (parent: .abstract.instanceof.App\Repository\Common\MerchantStripeAccountRepository).
Resolving inheritance for "App\Repository\Common\MerchantStripeAccountRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Common\MerchantStripeAccountRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Common\MerchantTaxNumberRepository" (parent: .abstract.instanceof.App\Repository\Common\MerchantTaxNumberRepository).
Resolving inheritance for "App\Repository\Common\MerchantTaxNumberRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Common\MerchantTaxNumberRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Common\ScheduledBackgroundTaskRepository" (parent: .abstract.instanceof.App\Repository\Common\ScheduledBackgroundTaskRepository).
Resolving inheritance for "App\Repository\Common\ScheduledBackgroundTaskRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Common\ScheduledBackgroundTaskRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\AffiliateRepository" (parent: .abstract.instanceof.App\Repository\Merchant\AffiliateRepository).
Resolving inheritance for "App\Repository\Merchant\AffiliateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\AffiliateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\AffiliateTransactionRepository" (parent: .abstract.instanceof.App\Repository\Merchant\AffiliateTransactionRepository).
Resolving inheritance for "App\Repository\Merchant\AffiliateTransactionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\AffiliateTransactionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\CustomFeatureConfigRepository" (parent: .abstract.instanceof.App\Repository\Merchant\CustomFeatureConfigRepository).
Resolving inheritance for "App\Repository\Merchant\CustomFeatureConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\CustomFeatureConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\CustomFeatureLogRepository" (parent: .abstract.instanceof.App\Repository\Merchant\CustomFeatureLogRepository).
Resolving inheritance for "App\Repository\Merchant\CustomFeatureLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\CustomFeatureLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\CustomFeatureRepository" (parent: .abstract.instanceof.App\Repository\Merchant\CustomFeatureRepository).
Resolving inheritance for "App\Repository\Merchant\CustomFeatureRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\CustomFeatureRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\CustomerCustomFieldRepository" (parent: .abstract.instanceof.App\Repository\Merchant\CustomerCustomFieldRepository).
Resolving inheritance for "App\Repository\Merchant\CustomerCustomFieldRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\CustomerCustomFieldRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\CustomerDefaultCurrencyRepository" (parent: .abstract.instanceof.App\Repository\Merchant\CustomerDefaultCurrencyRepository).
Resolving inheritance for "App\Repository\Merchant\CustomerDefaultCurrencyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\CustomerDefaultCurrencyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\CustomerNoteRepository" (parent: .abstract.instanceof.App\Repository\Merchant\CustomerNoteRepository).
Resolving inheritance for "App\Repository\Merchant\CustomerNoteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\CustomerNoteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\CustomerPaymentStartRepository" (parent: .abstract.instanceof.App\Repository\Merchant\CustomerPaymentStartRepository).
Resolving inheritance for "App\Repository\Merchant\CustomerPaymentStartRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\CustomerPaymentStartRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\CustomerRepository" (parent: .abstract.instanceof.App\Repository\Merchant\CustomerRepository).
Resolving inheritance for "App\Repository\Merchant\CustomerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\CustomerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\DocumentNumberRepository" (parent: .abstract.instanceof.App\Repository\Merchant\DocumentNumberRepository).
Resolving inheritance for "App\Repository\Merchant\DocumentNumberRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\DocumentNumberRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\ExportRepository" (parent: .abstract.instanceof.App\Repository\Merchant\ExportRepository).
Resolving inheritance for "App\Repository\Merchant\ExportRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\ExportRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\FecEntryRepository" (parent: .abstract.instanceof.App\Repository\Merchant\FecEntryRepository).
Resolving inheritance for "App\Repository\Merchant\FecEntryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\FecEntryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\FreshbooksRecordRepository" (parent: .abstract.instanceof.App\Repository\Merchant\FreshbooksRecordRepository).
Resolving inheritance for "App\Repository\Merchant\FreshbooksRecordRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\FreshbooksRecordRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\InvoiceLineAmountDetailsDiscountRepository" (parent: .abstract.instanceof.App\Repository\Merchant\InvoiceLineAmountDetailsDiscountRepository).
Resolving inheritance for "App\Repository\Merchant\InvoiceLineAmountDetailsDiscountRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\InvoiceLineAmountDetailsDiscountRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\InvoiceLineAmountDetailsRepository" (parent: .abstract.instanceof.App\Repository\Merchant\InvoiceLineAmountDetailsRepository).
Resolving inheritance for "App\Repository\Merchant\InvoiceLineAmountDetailsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\InvoiceLineAmountDetailsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\InvoiceLineAmountDetailsTaxRepository" (parent: .abstract.instanceof.App\Repository\Merchant\InvoiceLineAmountDetailsTaxRepository).
Resolving inheritance for "App\Repository\Merchant\InvoiceLineAmountDetailsTaxRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\InvoiceLineAmountDetailsTaxRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\InvoiceLineDiscountRepository" (parent: .abstract.instanceof.App\Repository\Merchant\InvoiceLineDiscountRepository).
Resolving inheritance for "App\Repository\Merchant\InvoiceLineDiscountRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\InvoiceLineDiscountRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\InvoiceLineRepository" (parent: .abstract.instanceof.App\Repository\Merchant\InvoiceLineRepository).
Resolving inheritance for "App\Repository\Merchant\InvoiceLineRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\InvoiceLineRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\InvoiceNoteRepository" (parent: .abstract.instanceof.App\Repository\Merchant\InvoiceNoteRepository).
Resolving inheritance for "App\Repository\Merchant\InvoiceNoteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\InvoiceNoteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\InvoiceRepository" (parent: .abstract.instanceof.App\Repository\Merchant\InvoiceRepository).
Resolving inheritance for "App\Repository\Merchant\InvoiceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\InvoiceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\InvoiceSendLogRepository" (parent: .abstract.instanceof.App\Repository\Merchant\InvoiceSendLogRepository).
Resolving inheritance for "App\Repository\Merchant\InvoiceSendLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\InvoiceSendLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\InvoiceStatusLogRepository" (parent: .abstract.instanceof.App\Repository\Merchant\InvoiceStatusLogRepository).
Resolving inheritance for "App\Repository\Merchant\InvoiceStatusLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\InvoiceStatusLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\MerchantInfoCustomFieldRepository" (parent: .abstract.instanceof.App\Repository\Merchant\MerchantInfoCustomFieldRepository).
Resolving inheritance for "App\Repository\Merchant\MerchantInfoCustomFieldRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\MerchantInfoCustomFieldRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\MerchantInfoRepository" (parent: .abstract.instanceof.App\Repository\Merchant\MerchantInfoRepository).
Resolving inheritance for "App\Repository\Merchant\MerchantInfoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\MerchantInfoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\MerchantInfoTaxNumberRepository" (parent: .abstract.instanceof.App\Repository\Merchant\MerchantInfoTaxNumberRepository).
Resolving inheritance for "App\Repository\Merchant\MerchantInfoTaxNumberRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\MerchantInfoTaxNumberRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\MerchantPaymentSystemConfigRepository" (parent: .abstract.instanceof.App\Repository\Merchant\MerchantPaymentSystemConfigRepository).
Resolving inheritance for "App\Repository\Merchant\MerchantPaymentSystemConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\MerchantPaymentSystemConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\MerchantTokenRepository" (parent: .abstract.instanceof.App\Repository\Merchant\MerchantTokenRepository).
Resolving inheritance for "App\Repository\Merchant\MerchantTokenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\MerchantTokenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\NotandoInvoiceRepository" (parent: .abstract.instanceof.App\Repository\Merchant\NotandoInvoiceRepository).
Resolving inheritance for "App\Repository\Merchant\NotandoInvoiceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\NotandoInvoiceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\OrderBillingPeriodRepository" (parent: .abstract.instanceof.App\Repository\Merchant\OrderBillingPeriodRepository).
Resolving inheritance for "App\Repository\Merchant\OrderBillingPeriodRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\OrderBillingPeriodRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\OrderCallbackRepository" (parent: .abstract.instanceof.App\Repository\Merchant\OrderCallbackRepository).
Resolving inheritance for "App\Repository\Merchant\OrderCallbackRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\OrderCallbackRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\OrderLineDiscountRepository" (parent: .abstract.instanceof.App\Repository\Merchant\OrderLineDiscountRepository).
Resolving inheritance for "App\Repository\Merchant\OrderLineDiscountRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\OrderLineDiscountRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\OrderLineRepository" (parent: .abstract.instanceof.App\Repository\Merchant\OrderLineRepository).
Resolving inheritance for "App\Repository\Merchant\OrderLineRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\OrderLineRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\OrderNoteRepository" (parent: .abstract.instanceof.App\Repository\Merchant\OrderNoteRepository).
Resolving inheritance for "App\Repository\Merchant\OrderNoteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\OrderNoteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\OrderNotificationLogRepository" (parent: .abstract.instanceof.App\Repository\Merchant\OrderNotificationLogRepository).
Resolving inheritance for "App\Repository\Merchant\OrderNotificationLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\OrderNotificationLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\OrderReferenceRepository" (parent: .abstract.instanceof.App\Repository\Merchant\OrderReferenceRepository).
Resolving inheritance for "App\Repository\Merchant\OrderReferenceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\OrderReferenceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\OrderRepository" (parent: .abstract.instanceof.App\Repository\Merchant\OrderRepository).
Resolving inheritance for "App\Repository\Merchant\OrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\OrderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\OrderStatusLogRepository" (parent: .abstract.instanceof.App\Repository\Merchant\OrderStatusLogRepository).
Resolving inheritance for "App\Repository\Merchant\OrderStatusLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\OrderStatusLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanAttributeRepository" (parent: .abstract.instanceof.App\Repository\Merchant\PlanAttributeRepository).
Resolving inheritance for "App\Repository\Merchant\PlanAttributeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanAttributeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanAttributeTranslationRepository" (parent: .abstract.instanceof.App\Repository\Merchant\PlanAttributeTranslationRepository).
Resolving inheritance for "App\Repository\Merchant\PlanAttributeTranslationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanAttributeTranslationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanAttributeValueRepository" (parent: .abstract.instanceof.App\Repository\Merchant\PlanAttributeValueRepository).
Resolving inheritance for "App\Repository\Merchant\PlanAttributeValueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanAttributeValueRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanCustomerTrialRepository" (parent: .abstract.instanceof.App\Repository\Merchant\PlanCustomerTrialRepository).
Resolving inheritance for "App\Repository\Merchant\PlanCustomerTrialRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanCustomerTrialRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanPriceRepository" (parent: .abstract.instanceof.App\Repository\Merchant\PlanPriceRepository).
Resolving inheritance for "App\Repository\Merchant\PlanPriceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanPriceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanProjectDesignRepository" (parent: .abstract.instanceof.App\Repository\Merchant\PlanProjectDesignRepository).
Resolving inheritance for "App\Repository\Merchant\PlanProjectDesignRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanProjectDesignRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanProjectNotificationSettingsRepository" (parent: .abstract.instanceof.App\Repository\Merchant\PlanProjectNotificationSettingsRepository).
Resolving inheritance for "App\Repository\Merchant\PlanProjectNotificationSettingsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanProjectNotificationSettingsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanProjectNotificationTemplateRepository" (parent: .abstract.instanceof.App\Repository\Merchant\PlanProjectNotificationTemplateRepository).
Resolving inheritance for "App\Repository\Merchant\PlanProjectNotificationTemplateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanProjectNotificationTemplateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanProjectRepository" (parent: .abstract.instanceof.App\Repository\Merchant\PlanProjectRepository).
Resolving inheritance for "App\Repository\Merchant\PlanProjectRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanProjectRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanProjectTranslationRepository" (parent: .abstract.instanceof.App\Repository\Merchant\PlanProjectTranslationRepository).
Resolving inheritance for "App\Repository\Merchant\PlanProjectTranslationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanProjectTranslationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanProjectWebhooksRepository" (parent: .abstract.instanceof.App\Repository\Merchant\PlanProjectWebhooksRepository).
Resolving inheritance for "App\Repository\Merchant\PlanProjectWebhooksRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanProjectWebhooksRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanRepository" (parent: .abstract.instanceof.App\Repository\Merchant\PlanRepository).
Resolving inheritance for "App\Repository\Merchant\PlanRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanSubscriptionAttributeLedgerRepository" (parent: .abstract.instanceof.App\Repository\Merchant\PlanSubscriptionAttributeLedgerRepository).
Resolving inheritance for "App\Repository\Merchant\PlanSubscriptionAttributeLedgerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanSubscriptionAttributeLedgerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanSubscriptionCallbackRepository" (parent: .abstract.instanceof.App\Repository\Merchant\PlanSubscriptionCallbackRepository).
Resolving inheritance for "App\Repository\Merchant\PlanSubscriptionCallbackRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanSubscriptionCallbackRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanSubscriptionItemRepository" (parent: .abstract.instanceof.App\Repository\Merchant\PlanSubscriptionItemRepository).
Resolving inheritance for "App\Repository\Merchant\PlanSubscriptionItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanSubscriptionItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanSubscriptionNotificationLogRepository" (parent: .abstract.instanceof.App\Repository\Merchant\PlanSubscriptionNotificationLogRepository).
Resolving inheritance for "App\Repository\Merchant\PlanSubscriptionNotificationLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanSubscriptionNotificationLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanSubscriptionReminderLogRepository" (parent: .abstract.instanceof.App\Repository\Merchant\PlanSubscriptionReminderLogRepository).
Resolving inheritance for "App\Repository\Merchant\PlanSubscriptionReminderLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanSubscriptionReminderLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanSubscriptionRepository" (parent: .abstract.instanceof.App\Repository\Merchant\PlanSubscriptionRepository).
Resolving inheritance for "App\Repository\Merchant\PlanSubscriptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanSubscriptionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanSubscriptionStatusLogRepository" (parent: .abstract.instanceof.App\Repository\Merchant\PlanSubscriptionStatusLogRepository).
Resolving inheritance for "App\Repository\Merchant\PlanSubscriptionStatusLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanSubscriptionStatusLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanTranslationRepository" (parent: .abstract.instanceof.App\Repository\Merchant\PlanTranslationRepository).
Resolving inheritance for "App\Repository\Merchant\PlanTranslationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanTranslationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PromotionEmailLogRepository" (parent: .abstract.instanceof.App\Repository\Merchant\PromotionEmailLogRepository).
Resolving inheritance for "App\Repository\Merchant\PromotionEmailLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PromotionEmailLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PromotionRepository" (parent: .abstract.instanceof.App\Repository\Merchant\PromotionRepository).
Resolving inheritance for "App\Repository\Merchant\PromotionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PromotionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\QuickbooksRecordRepository" (parent: .abstract.instanceof.App\Repository\Merchant\QuickbooksRecordRepository).
Resolving inheritance for "App\Repository\Merchant\QuickbooksRecordRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\QuickbooksRecordRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\RebillablePaymentMethodRepository" (parent: .abstract.instanceof.App\Repository\Merchant\RebillablePaymentMethodRepository).
Resolving inheritance for "App\Repository\Merchant\RebillablePaymentMethodRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\RebillablePaymentMethodRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\RebillablePaymentMethodStatusLogRepository" (parent: .abstract.instanceof.App\Repository\Merchant\RebillablePaymentMethodStatusLogRepository).
Resolving inheritance for "App\Repository\Merchant\RebillablePaymentMethodStatusLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\RebillablePaymentMethodStatusLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\RecurringProfileCallbackRepository" (parent: .abstract.instanceof.App\Repository\Merchant\RecurringProfileCallbackRepository).
Resolving inheritance for "App\Repository\Merchant\RecurringProfileCallbackRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\RecurringProfileCallbackRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\RecurringProfileLineDiscountRepository" (parent: .abstract.instanceof.App\Repository\Merchant\RecurringProfileLineDiscountRepository).
Resolving inheritance for "App\Repository\Merchant\RecurringProfileLineDiscountRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\RecurringProfileLineDiscountRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\RecurringProfileLineRepository" (parent: .abstract.instanceof.App\Repository\Merchant\RecurringProfileLineRepository).
Resolving inheritance for "App\Repository\Merchant\RecurringProfileLineRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\RecurringProfileLineRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\RecurringProfileNoteRepository" (parent: .abstract.instanceof.App\Repository\Merchant\RecurringProfileNoteRepository).
Resolving inheritance for "App\Repository\Merchant\RecurringProfileNoteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\RecurringProfileNoteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\RecurringProfileNotificationLogRepository" (parent: .abstract.instanceof.App\Repository\Merchant\RecurringProfileNotificationLogRepository).
Resolving inheritance for "App\Repository\Merchant\RecurringProfileNotificationLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\RecurringProfileNotificationLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\RecurringProfileRepository" (parent: .abstract.instanceof.App\Repository\Merchant\RecurringProfileRepository).
Resolving inheritance for "App\Repository\Merchant\RecurringProfileRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\RecurringProfileRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\RecurringProfileSetupLineDiscountRepository" (parent: .abstract.instanceof.App\Repository\Merchant\RecurringProfileSetupLineDiscountRepository).
Resolving inheritance for "App\Repository\Merchant\RecurringProfileSetupLineDiscountRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\RecurringProfileSetupLineDiscountRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\RecurringProfileSetupLineRepository" (parent: .abstract.instanceof.App\Repository\Merchant\RecurringProfileSetupLineRepository).
Resolving inheritance for "App\Repository\Merchant\RecurringProfileSetupLineRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\RecurringProfileSetupLineRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\RecurringProfileStatusLogRepository" (parent: .abstract.instanceof.App\Repository\Merchant\RecurringProfileStatusLogRepository).
Resolving inheritance for "App\Repository\Merchant\RecurringProfileStatusLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\RecurringProfileStatusLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\RecurringRevenueRepository" (parent: .abstract.instanceof.App\Repository\Merchant\RecurringRevenueRepository).
Resolving inheritance for "App\Repository\Merchant\RecurringRevenueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\RecurringRevenueRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\TagGroupRepository" (parent: .abstract.instanceof.App\Repository\Merchant\TagGroupRepository).
Resolving inheritance for "App\Repository\Merchant\TagGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\TagGroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\TagRepository" (parent: .abstract.instanceof.App\Repository\Merchant\TagRepository).
Resolving inheritance for "App\Repository\Merchant\TagRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\TagRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\TaxRepository" (parent: .abstract.instanceof.App\Repository\Merchant\TaxRepository).
Resolving inheritance for "App\Repository\Merchant\TaxRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\TaxRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\TeamBlueOrderRepository" (parent: .abstract.instanceof.App\Repository\Merchant\TeamBlueOrderRepository).
Resolving inheritance for "App\Repository\Merchant\TeamBlueOrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\TeamBlueOrderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\TeamBluePlanSubscriptionRepository" (parent: .abstract.instanceof.App\Repository\Merchant\TeamBluePlanSubscriptionRepository).
Resolving inheritance for "App\Repository\Merchant\TeamBluePlanSubscriptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\TeamBluePlanSubscriptionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\UserActionLogRepository" (parent: .abstract.instanceof.App\Repository\Merchant\UserActionLogRepository).
Resolving inheritance for "App\Repository\Merchant\UserActionLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\UserActionLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\UserGoogleAuthenticatorRepository" (parent: .abstract.instanceof.App\Repository\Merchant\UserGoogleAuthenticatorRepository).
Resolving inheritance for "App\Repository\Merchant\UserGoogleAuthenticatorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\UserGoogleAuthenticatorRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\UserLoginAttemptRepository" (parent: .abstract.instanceof.App\Repository\Merchant\UserLoginAttemptRepository).
Resolving inheritance for "App\Repository\Merchant\UserLoginAttemptRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\UserLoginAttemptRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\UserLoginCodeRepository" (parent: .abstract.instanceof.App\Repository\Merchant\UserLoginCodeRepository).
Resolving inheritance for "App\Repository\Merchant\UserLoginCodeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\UserLoginCodeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\UserLoginLogRepository" (parent: .abstract.instanceof.App\Repository\Merchant\UserLoginLogRepository).
Resolving inheritance for "App\Repository\Merchant\UserLoginLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\UserLoginLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\UserRepository" (parent: .abstract.instanceof.App\Repository\Merchant\UserRepository).
Resolving inheritance for "App\Repository\Merchant\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\UserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\ZapierTriggerSubscribeRepository" (parent: .abstract.instanceof.App\Repository\Merchant\ZapierTriggerSubscribeRepository).
Resolving inheritance for "App\Repository\Merchant\ZapierTriggerSubscribeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\ZapierTriggerSubscribeRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Affiliate\Api\AccessVoters\CustomerStatVoter" (parent: .abstract.instanceof.App\Service\App\Affiliate\Api\AccessVoters\CustomerStatVoter).
Resolving inheritance for "App\Service\App\Affiliate\Api\AccessVoters\CustomerStatVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Affiliate\Api\AccessVoters\CustomerStatVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Affiliate\Api\AccessVoters\ProfileVoter" (parent: .abstract.instanceof.App\Service\App\Affiliate\Api\AccessVoters\ProfileVoter).
Resolving inheritance for "App\Service\App\Affiliate\Api\AccessVoters\ProfileVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Affiliate\Api\AccessVoters\ProfileVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Affiliate\Api\AccessVoters\TransactionListVoter" (parent: .abstract.instanceof.App\Service\App\Affiliate\Api\AccessVoters\TransactionListVoter).
Resolving inheritance for "App\Service\App\Affiliate\Api\AccessVoters\TransactionListVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Affiliate\Api\AccessVoters\TransactionListVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Affiliate\Api\AccessVoters\WithdrawVoter" (parent: .abstract.instanceof.App\Service\App\Affiliate\Api\AccessVoters\WithdrawVoter).
Resolving inheritance for "App\Service\App\Affiliate\Api\AccessVoters\WithdrawVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Affiliate\Api\AccessVoters\WithdrawVoter).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Service\App\Merchant\Affiliate\Listener\AffiliateListener" (parent: .abstract.instanceof.App\Service\App\Merchant\Affiliate\Listener\AffiliateListener).
Resolving inheritance for "App\Service\App\Merchant\Affiliate\Listener\AffiliateListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Service\App\Merchant\Affiliate\Listener\AffiliateListener).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Service\App\Merchant\Config\Validator\SwishP12Validator" (parent: .abstract.instanceof.App\Service\App\Merchant\Config\Validator\SwishP12Validator).
Resolving inheritance for "App\Service\App\Merchant\Config\Validator\SwishP12Validator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Service\App\Merchant\Config\Validator\SwishP12Validator).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Service\App\Merchant\FecReport\Listener\InvoiceListener" (parent: .abstract.instanceof.App\Service\App\Merchant\FecReport\Listener\InvoiceListener).
Resolving inheritance for "App\Service\App\Merchant\FecReport\Listener\InvoiceListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Service\App\Merchant\FecReport\Listener\InvoiceListener).
Resolving inheritance for ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\AffiliateVoter" (parent: .abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\AffiliateVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\AffiliateVoter" (parent: .instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\AffiliateVoter).
Resolving inheritance for "App\Service\App\Merchant\Panel\AccessVoters\AffiliateVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\AffiliateVoter).
Resolving inheritance for ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\ConfigVoter" (parent: .abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\ConfigVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\ConfigVoter" (parent: .instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\ConfigVoter).
Resolving inheritance for "App\Service\App\Merchant\Panel\AccessVoters\ConfigVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\ConfigVoter).
Resolving inheritance for ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\CustomFeatureVoter" (parent: .abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\CustomFeatureVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\CustomFeatureVoter" (parent: .instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\CustomFeatureVoter).
Resolving inheritance for "App\Service\App\Merchant\Panel\AccessVoters\CustomFeatureVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\CustomFeatureVoter).
Resolving inheritance for ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\CustomerVoter" (parent: .abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\CustomerVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\CustomerVoter" (parent: .instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\CustomerVoter).
Resolving inheritance for "App\Service\App\Merchant\Panel\AccessVoters\CustomerVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\CustomerVoter).
Resolving inheritance for ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\FecReportVoter" (parent: .abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\FecReportVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\FecReportVoter" (parent: .instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\FecReportVoter).
Resolving inheritance for "App\Service\App\Merchant\Panel\AccessVoters\FecReportVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\FecReportVoter).
Resolving inheritance for ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\FreshbooksIntegrationVoter" (parent: .abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\FreshbooksIntegrationVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\FreshbooksIntegrationVoter" (parent: .instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\FreshbooksIntegrationVoter).
Resolving inheritance for "App\Service\App\Merchant\Panel\AccessVoters\FreshbooksIntegrationVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\FreshbooksIntegrationVoter).
Resolving inheritance for ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\InvoiceVoter" (parent: .abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\InvoiceVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\InvoiceVoter" (parent: .instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\InvoiceVoter).
Resolving inheritance for "App\Service\App\Merchant\Panel\AccessVoters\InvoiceVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\InvoiceVoter).
Resolving inheritance for ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\MerchantAttributeVoter" (parent: .abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\MerchantAttributeVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\MerchantAttributeVoter" (parent: .instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\MerchantAttributeVoter).
Resolving inheritance for "App\Service\App\Merchant\Panel\AccessVoters\MerchantAttributeVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\MerchantAttributeVoter).
Resolving inheritance for ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\MerchantVoter" (parent: .abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\MerchantVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\MerchantVoter" (parent: .instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\MerchantVoter).
Resolving inheritance for "App\Service\App\Merchant\Panel\AccessVoters\MerchantVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\MerchantVoter).
Resolving inheritance for ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\OrderVoter" (parent: .abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\OrderVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\OrderVoter" (parent: .instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\OrderVoter).
Resolving inheritance for "App\Service\App\Merchant\Panel\AccessVoters\OrderVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\OrderVoter).
Resolving inheritance for ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\PaymentMethodVoter" (parent: .abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\PaymentMethodVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\PaymentMethodVoter" (parent: .instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\PaymentMethodVoter).
Resolving inheritance for "App\Service\App\Merchant\Panel\AccessVoters\PaymentMethodVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\PaymentMethodVoter).
Resolving inheritance for ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\PaymentSystemConfigVoter" (parent: .abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\PaymentSystemConfigVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\PaymentSystemConfigVoter" (parent: .instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\PaymentSystemConfigVoter).
Resolving inheritance for "App\Service\App\Merchant\Panel\AccessVoters\PaymentSystemConfigVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\PaymentSystemConfigVoter).
Resolving inheritance for ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\PromotionVoter" (parent: .abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\PromotionVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\PromotionVoter" (parent: .instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\PromotionVoter).
Resolving inheritance for "App\Service\App\Merchant\Panel\AccessVoters\PromotionVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\PromotionVoter).
Resolving inheritance for ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\QuickbooksIntegrationVoter" (parent: .abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\QuickbooksIntegrationVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\QuickbooksIntegrationVoter" (parent: .instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\QuickbooksIntegrationVoter).
Resolving inheritance for "App\Service\App\Merchant\Panel\AccessVoters\QuickbooksIntegrationVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\QuickbooksIntegrationVoter).
Resolving inheritance for ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\RecurringProfileVoter" (parent: .abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\RecurringProfileVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\RecurringProfileVoter" (parent: .instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\RecurringProfileVoter).
Resolving inheritance for "App\Service\App\Merchant\Panel\AccessVoters\RecurringProfileVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\RecurringProfileVoter).
Resolving inheritance for ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\ReportVoter" (parent: .abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\ReportVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\ReportVoter" (parent: .instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\ReportVoter).
Resolving inheritance for "App\Service\App\Merchant\Panel\AccessVoters\ReportVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\ReportVoter).
Resolving inheritance for ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\Subscription\PlanAttributeVoter" (parent: .abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\Subscription\PlanAttributeVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\Subscription\PlanAttributeVoter" (parent: .instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\Subscription\PlanAttributeVoter).
Resolving inheritance for "App\Service\App\Merchant\Panel\AccessVoters\Subscription\PlanAttributeVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\Subscription\PlanAttributeVoter).
Resolving inheritance for ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\Subscription\PlanProjectVoter" (parent: .abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\Subscription\PlanProjectVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\Subscription\PlanProjectVoter" (parent: .instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\Subscription\PlanProjectVoter).
Resolving inheritance for "App\Service\App\Merchant\Panel\AccessVoters\Subscription\PlanProjectVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\Subscription\PlanProjectVoter).
Resolving inheritance for ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\Subscription\PlanVoter" (parent: .abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\Subscription\PlanVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\Subscription\PlanVoter" (parent: .instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\Subscription\PlanVoter).
Resolving inheritance for "App\Service\App\Merchant\Panel\AccessVoters\Subscription\PlanVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\Subscription\PlanVoter).
Resolving inheritance for ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\Subscription\SubscriptionVoter" (parent: .abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\Subscription\SubscriptionVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\Subscription\SubscriptionVoter" (parent: .instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\Subscription\SubscriptionVoter).
Resolving inheritance for "App\Service\App\Merchant\Panel\AccessVoters\Subscription\SubscriptionVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\Subscription\SubscriptionVoter).
Resolving inheritance for ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\TagVoter" (parent: .abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\TagVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\TagVoter" (parent: .instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\TagVoter).
Resolving inheritance for "App\Service\App\Merchant\Panel\AccessVoters\TagVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\TagVoter).
Resolving inheritance for ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\TaxVoter" (parent: .abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\TaxVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\TaxVoter" (parent: .instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\TaxVoter).
Resolving inheritance for "App\Service\App\Merchant\Panel\AccessVoters\TaxVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\TaxVoter).
Resolving inheritance for ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\UserActionLogVoter" (parent: .abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\UserActionLogVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\UserActionLogVoter" (parent: .instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\UserActionLogVoter).
Resolving inheritance for "App\Service\App\Merchant\Panel\AccessVoters\UserActionLogVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\UserActionLogVoter).
Resolving inheritance for ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\UserVoter" (parent: .abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\UserVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\UserVoter" (parent: .instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\UserVoter).
Resolving inheritance for "App\Service\App\Merchant\Panel\AccessVoters\UserVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\UserVoter).
Resolving inheritance for ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\XeroInvoiceVoter" (parent: .abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\XeroInvoiceVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\XeroInvoiceVoter" (parent: .instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\XeroInvoiceVoter).
Resolving inheritance for "App\Service\App\Merchant\Panel\AccessVoters\XeroInvoiceVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\XeroInvoiceVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Service\App\Merchant\Panel\Validator\User\UserEmailUniqueValidator" (parent: .abstract.instanceof.App\Service\App\Merchant\Panel\Validator\User\UserEmailUniqueValidator).
Resolving inheritance for "App\Service\App\Merchant\Panel\Validator\User\UserEmailUniqueValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Service\App\Merchant\Panel\Validator\User\UserEmailUniqueValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Service\App\Merchant\Panel\Validator\User\UserLoginUniqueValidator" (parent: .abstract.instanceof.App\Service\App\Merchant\Panel\Validator\User\UserLoginUniqueValidator).
Resolving inheritance for "App\Service\App\Merchant\Panel\Validator\User\UserLoginUniqueValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Service\App\Merchant\Panel\Validator\User\UserLoginUniqueValidator).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Service\App\Merchant\Promotion\Listener\SubscriptionListener" (parent: .abstract.instanceof.App\Service\App\Merchant\Promotion\Listener\SubscriptionListener).
Resolving inheritance for "App\Service\App\Merchant\Promotion\Listener\SubscriptionListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Service\App\Merchant\Promotion\Listener\SubscriptionListener).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\WidgetApi\AccessVoters\CustomerVoter" (parent: .abstract.instanceof.App\Service\App\Merchant\WidgetApi\AccessVoters\CustomerVoter).
Resolving inheritance for "App\Service\App\Merchant\WidgetApi\AccessVoters\CustomerVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\WidgetApi\AccessVoters\CustomerVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\WidgetApi\AccessVoters\PaymentMethodVoter" (parent: .abstract.instanceof.App\Service\App\Merchant\WidgetApi\AccessVoters\PaymentMethodVoter).
Resolving inheritance for "App\Service\App\Merchant\WidgetApi\AccessVoters\PaymentMethodVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\WidgetApi\AccessVoters\PaymentMethodVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\WidgetApi\AccessVoters\RecurringProfileVoter" (parent: .abstract.instanceof.App\Service\App\Merchant\WidgetApi\AccessVoters\RecurringProfileVoter).
Resolving inheritance for "App\Service\App\Merchant\WidgetApi\AccessVoters\RecurringProfileVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\WidgetApi\AccessVoters\RecurringProfileVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\WidgetApi\AccessVoters\SubscriptionVoter" (parent: .abstract.instanceof.App\Service\App\Merchant\WidgetApi\AccessVoters\SubscriptionVoter).
Resolving inheritance for "App\Service\App\Merchant\WidgetApi\AccessVoters\SubscriptionVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\WidgetApi\AccessVoters\SubscriptionVoter).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MerchantBaseCurrencyExtension" (parent: .abstract.instanceof.App\Twig\MerchantBaseCurrencyExtension).
Resolving inheritance for "App\Twig\MerchantBaseCurrencyExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MerchantBaseCurrencyExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MerchantCalendarStartDayExtension" (parent: .abstract.instanceof.App\Twig\MerchantCalendarStartDayExtension).
Resolving inheritance for "App\Twig\MerchantCalendarStartDayExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MerchantCalendarStartDayExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ResourceVersionExtension" (parent: .abstract.instanceof.App\Twig\ResourceVersionExtension).
Resolving inheritance for "App\Twig\ResourceVersionExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ResourceVersionExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SwaggerDataToHttpExtension" (parent: .abstract.instanceof.App\Twig\SwaggerDataToHttpExtension).
Resolving inheritance for "App\Twig\SwaggerDataToHttpExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SwaggerDataToHttpExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraints\ContainsValidator" (parent: .abstract.instanceof.App\Validation\Constraints\ContainsValidator).
Resolving inheritance for "App\Validation\Constraints\ContainsValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraints\ContainsValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraints\ExistsValidator" (parent: .abstract.instanceof.App\Validation\Constraints\ExistsValidator).
Resolving inheritance for "App\Validation\Constraints\ExistsValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraints\ExistsValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraints\InvoiceNumberTemplateValidator" (parent: .abstract.instanceof.App\Validation\Constraints\InvoiceNumberTemplateValidator).
Resolving inheritance for "App\Validation\Constraints\InvoiceNumberTemplateValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraints\InvoiceNumberTemplateValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraints\LocaleValidator" (parent: .abstract.instanceof.App\Validation\Constraints\LocaleValidator).
Resolving inheritance for "App\Validation\Constraints\LocaleValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraints\LocaleValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraints\MerchantChecksumValidator" (parent: .abstract.instanceof.App\Validation\Constraints\MerchantChecksumValidator).
Resolving inheritance for "App\Validation\Constraints\MerchantChecksumValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraints\MerchantChecksumValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraints\PhoneValidator" (parent: .abstract.instanceof.App\Validation\Constraints\PhoneValidator).
Resolving inheritance for "App\Validation\Constraints\PhoneValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraints\PhoneValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraints\PlanProjectCurrencyValidator" (parent: .abstract.instanceof.App\Validation\Constraints\PlanProjectCurrencyValidator).
Resolving inheritance for "App\Validation\Constraints\PlanProjectCurrencyValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraints\PlanProjectCurrencyValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraints\PlanProjectPeriodValidator" (parent: .abstract.instanceof.App\Validation\Constraints\PlanProjectPeriodValidator).
Resolving inheritance for "App\Validation\Constraints\PlanProjectPeriodValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraints\PlanProjectPeriodValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraints\ProfilePasswordValidator" (parent: .abstract.instanceof.App\Validation\Constraints\ProfilePasswordValidator).
Resolving inheritance for "App\Validation\Constraints\ProfilePasswordValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraints\ProfilePasswordValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraints\ProfileSecondFactorValidator" (parent: .abstract.instanceof.App\Validation\Constraints\ProfileSecondFactorValidator).
Resolving inheritance for "App\Validation\Constraints\ProfileSecondFactorValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraints\ProfileSecondFactorValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraints\PromotionCodeValidator" (parent: .abstract.instanceof.App\Validation\Constraints\PromotionCodeValidator).
Resolving inheritance for "App\Validation\Constraints\PromotionCodeValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraints\PromotionCodeValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraints\RequestTimeStampValidator" (parent: .abstract.instanceof.App\Validation\Constraints\RequestTimeStampValidator).
Resolving inheritance for "App\Validation\Constraints\RequestTimeStampValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraints\RequestTimeStampValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraints\SubscriptionItemsValidator" (parent: .abstract.instanceof.App\Validation\Constraints\SubscriptionItemsValidator).
Resolving inheritance for "App\Validation\Constraints\SubscriptionItemsValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraints\SubscriptionItemsValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraints\TaxNumberValidator" (parent: .abstract.instanceof.App\Validation\Constraints\TaxNumberValidator).
Resolving inheritance for "App\Validation\Constraints\TaxNumberValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraints\TaxNumberValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraints\UniqueValidator" (parent: .abstract.instanceof.App\Validation\Constraints\UniqueValidator).
Resolving inheritance for "App\Validation\Constraints\UniqueValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraints\UniqueValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.property_normalizer" (parent: .abstract.instanceof.property_normalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.property_normalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.property_normalizer).
Resolving inheritance for "property_normalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.property_normalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.serializer.normalizer.datetime" (parent: .abstract.instanceof.serializer.normalizer.datetime).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.serializer.normalizer.datetime" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.serializer.normalizer.datetime).
Resolving inheritance for "serializer.normalizer.datetime" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.serializer.normalizer.datetime).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.doctrine_lock" (parent: .abstract.instanceof.doctrine_lock).
Resolving inheritance for "doctrine_lock" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.doctrine_lock).
Resolving inheritance for "cache.app" (parent: cache.adapter.redis).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "lock.default.factory" (parent: lock.factory.abstract).
Resolving inheritance for "cache.rate_limiter" (parent: cache.app).
Resolving inheritance for "limiter.affiliate_login" (parent: limiter).
Resolving inheritance for "limiter.affiliate_token_usage" (parent: limiter).
Resolving inheritance for "limiter.affiliate_withdraw" (parent: limiter).
Resolving inheritance for "limiter.send_invoice" (parent: limiter).
Resolving inheritance for "limiter.reset_password" (parent: limiter).
Resolving inheritance for "merchant_local_cache" (parent: cache.adapter.array).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.common_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.common_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.common_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.common_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.common_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.merchant_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.merchant_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.merchant_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.merchant_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.merchant_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.lock_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.lock_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.lock_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.lock_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.lock_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.common_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.common_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.common_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.merchant_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.merchant_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.merchant_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
Resolving inheritance for "security.user.provider.concrete.internal_api_token" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.user.provider.concrete.merchant_api_token" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.user.provider.concrete.merchant_user" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.internal_api" (parent: security.firewall.config).
Resolving inheritance for "security.listener.internal_api.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.manager.internal_api" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.internal_api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.internal_api" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.internal_api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.internal_api" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.merchant_api" (parent: security.firewall.config).
Resolving inheritance for "security.listener.merchant_api.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.manager.merchant_api" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.merchant_api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.merchant_api" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.merchant_api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.merchant_api" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.widget_api" (parent: security.firewall.config).
Resolving inheritance for "security.listener.widget_api.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.manager.widget_api" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.widget_api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.widget_api" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.widget_api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.widget_api" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.affiliate_api_login" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.affiliate_api_login" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.affiliate_api" (parent: security.firewall.config).
Resolving inheritance for "security.listener.affiliate_api.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.manager.affiliate_api" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.affiliate_api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.affiliate_api" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.affiliate_api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.affiliate_api" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.merchant_panel" (parent: security.firewall.config).
Resolving inheritance for "security.listener.merchant_panel.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.merchant_panel" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.merchant_panel" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.merchant_panel" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.merchant_panel" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.manager.merchant_panel" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.merchant_panel" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.merchant_panel" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.merchant_panel" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.merchant_panel" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.merchant_panel_by_code" (parent: security.firewall.config).
Resolving inheritance for "security.listener.merchant_panel_by_code.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.listener.session.merchant_panel_by_code" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.manager.merchant_panel_by_code" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.merchant_panel_by_code" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.merchant_panel_by_code" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.merchant_panel_by_code" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.merchant_panel_by_code" (parent: security.firewall.context).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for "monolog.logger.integration" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.payment" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.payment_system" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.lock" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.common_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.merchant_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.lock_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.common" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.common" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.logging_middleware.merchant" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.merchant" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.logging_middleware.lock" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.lock" (parent: doctrine.dbal.debug_middleware).
990
Removed service "Psr\Container\ContainerInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
Removed service "App\Service\Common\Crypt\Contract\ICrypt $aesCrypt"; reason: private alias.
Removed service "App\Service\Common\Crypt\Contract\ICrypt"; reason: private alias.
Removed service "App\Core\BackgroundWork\Contract\IClient"; reason: private alias.
Removed service "App\Core\BackgroundWork\Contract\IWorker"; reason: private alias.
Removed service "App\Core\MerchantSelector\Contract\IMerchantSelector"; reason: private alias.
Removed service "App\Core\MerchantSelector\Contract\IMultiHostConnectionHostProvider"; reason: private alias.
Removed service "App\Core\MerchantSelector\Contract\IMultiHostConnectionWrapper"; reason: private alias.
Removed service "App\Core\ORM\Tools\Contract\IResetMerchantManager"; reason: private alias.
Removed service "App\Core\Response\Contract\IResponseBuilder"; reason: private alias.
Removed service "App\Core\Security\Authenticator\Contract\IJWTTokenValidatorService"; reason: private alias.
Removed service "App\Core\Security\Authenticator\SecondFactor\Contract\IGaSecretCodeAdapter"; reason: private alias.
Removed service "App\Core\Security\Authenticator\SecondFactor\Contract\IProvider"; reason: private alias.
Removed service "App\Core\Security\Contract\IAuthResultService"; reason: private alias.
Removed service "App\Core\Security\Contract\ICsrfTokenValidator"; reason: private alias.
Removed service "App\Core\Security\Contract\ISecurityHelper"; reason: private alias.
Removed service "App\Core\Serializer\Contract\ISerializer"; reason: private alias.
Removed service "App\Core\Validation\Contract\IDTOValidator"; reason: private alias.
Removed service "App\DTO\MerchantApi\Common\Contract\IPaymentRequestWithBillingPeriod"; reason: private alias.
Removed service "App\Repository\Common\Contract\IInternalApiTokenRepository"; reason: private alias.
Removed service "App\Repository\Common\Contract\IMerchantAttributeHistoryRepository"; reason: private alias.
Removed service "App\Repository\Common\Contract\IMerchantAttributeRepository"; reason: private alias.
Removed service "App\Repository\Common\Contract\IMerchantCustomFieldRepository"; reason: private alias.
Removed service "App\Repository\Common\Contract\IMerchantRepository"; reason: private alias.
Removed service "App\Repository\Common\Contract\IMerchantStripeAccountRepository"; reason: private alias.
Removed service "App\Repository\Common\Contract\IMerchantTaxNumberRepository"; reason: private alias.
Removed service "App\Repository\Common\Contract\IScheduledBackgroundTaskRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IAffiliateRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IAffiliateTransactionRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IAffiliateTranslationKeysRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\ICustomFeatureConfigRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\ICustomFeatureLogRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\ICustomFeatureRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\ICustomerCustomFieldRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\ICustomerDefaultCurrencyRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\ICustomerNoteRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\ICustomerPaymentStartRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\ICustomerRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\ICustomerStatElasticRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IDocumentNumberRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IExportRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IFecEntryRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IFreshbooksRecordRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IInvoiceLineAmountDetailsDiscountRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IInvoiceLineAmountDetailsRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IInvoiceLineAmountDetailsTaxRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IInvoiceLineDiscountRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IInvoiceLineRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IInvoiceNoteRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IInvoiceRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IInvoiceSendLogRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IInvoiceStatusLogRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IMerchantInfoCustomFieldRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IMerchantInfoRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IMerchantInfoTaxNumberRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IMerchantPaymentSystemConfigRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IMerchantTokenRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\INotandoInvoiceRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IOrderBillingPeriodRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IOrderElasticRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IOrderLineDiscountRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IOrderNoteRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IOrderNotificationLogRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IOrderReferenceRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IOrderRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IOrderStatusLogRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IPlanAttributeRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IPlanAttributeTranslationRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IPlanAttributeValueRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IPlanCustomerTrialRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IPlanPriceRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IPlanProjectDesignConfigRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IPlanProjectDesignRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IPlanProjectNotificationSettingsRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IPlanProjectNotificationTemplateRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IPlanProjectRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IPlanProjectTranslationKeysRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IPlanProjectTranslationRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IPlanProjectWebhooksRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IPlanRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IPlanSubscriptionAttributeLedgerRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IPlanSubscriptionCallbackRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IPlanSubscriptionItemRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IPlanSubscriptionNotificationLogRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IPlanSubscriptionReminderLogRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IPlanSubscriptionRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IPlanSubscriptionStatusLogRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IPlanTranslationRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IPromotionEmailLogRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IPromotionRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IQuickbooksRecordRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IRebillablePaymentMethodRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IRebillablePaymentMethodStatusLogRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IRecurringProfileCallbackRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IRecurringProfileLineDiscountRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IRecurringProfileLineRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IRecurringProfileNoteRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IRecurringProfileNotificationLogRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IRecurringProfileRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IRecurringProfileSetupLineDiscountRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IRecurringProfileSetupLineRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IRecurringProfileStatusLogRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IRecurringRevenueRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\ITagGroupRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\ITagRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\ITaxRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\ITeamBlueOrderRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\ITeamBluePlanSubscriptionRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IUserActionLogRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IUserGoogleAuthenticatorRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IUserLoginAttemptRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IUserLoginCodeRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IUserLoginLogRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IUserRepository"; reason: private alias.
Removed service "App\Repository\Merchant\Contract\IZapierTriggerSubscribeRepository"; reason: private alias.
Removed service "App\Service\App\Affiliate\Api\Common\Contract\IAffiliateSecurityHelper"; reason: private alias.
Removed service "App\Service\App\Affiliate\Api\Common\Contract\IGetConfigService"; reason: private alias.
Removed service "App\Service\App\Affiliate\Api\Dashboard\Contract\IGetCustomersStatService"; reason: private alias.
Removed service "App\Service\App\Affiliate\Api\Dashboard\Contract\IGetTransactionsListService"; reason: private alias.
Removed service "App\Service\App\Affiliate\Api\Dashboard\Contract\IRequestWithdrawalService"; reason: private alias.
Removed service "App\Service\App\Affiliate\Api\Profile\Contract\ICreateAffiliateLoginEmailService"; reason: private alias.
Removed service "App\Service\App\Affiliate\Api\Profile\Contract\IGetCurrentAffiliateInfoService"; reason: private alias.
Removed service "App\Service\App\Affiliate\Contract\IMakeAffiliateTranslationsService"; reason: private alias.
Removed service "App\Service\App\InternalApi\Contract\IBlockMerchantService"; reason: private alias.
Removed service "App\Service\App\InternalApi\Contract\IChangeMerchantAttributeService"; reason: private alias.
Removed service "App\Service\App\InternalApi\Contract\IConfigurePaymentSystemsService"; reason: private alias.
Removed service "App\Service\App\InternalApi\Contract\ICreateSystemUserLoginLinkService"; reason: private alias.
Removed service "App\Service\App\InternalApi\Contract\IDeleteMerchantService"; reason: private alias.
Removed service "App\Service\App\InternalApi\Contract\IDisableMerchantCustomFeatureService"; reason: private alias.
Removed service "App\Service\App\InternalApi\Contract\IDropMerchantService"; reason: private alias.
Removed service "App\Service\App\InternalApi\Contract\IEnableMerchantCustomFeatureService"; reason: private alias.
Removed service "App\Service\App\InternalApi\Contract\IGetMerchantLocaleService"; reason: private alias.
Removed service "App\Service\App\InternalApi\Contract\IRestoreMerchantService"; reason: private alias.
Removed service "App\Service\App\InternalApi\Internal\Contract\ICalcChecksumService"; reason: private alias.
Removed service "App\Service\App\InternalApi\Internal\Contract\IGetInternalApiTokenInfoService"; reason: private alias.
Removed service "App\Service\App\InternalApi\Internal\Contract\IGetRequestChecksumValidatorService"; reason: private alias.
Removed service "App\Service\App\InternalApi\Internal\Contract\IRequestChecksumValidatorService"; reason: private alias.
Removed service "App\Service\App\Merchant\Affiliate\Service\Contract\IAffiliateLoginEmailService"; reason: private alias.
Removed service "App\Service\App\Merchant\Affiliate\Service\Contract\IAffiliateSignUpEmailService"; reason: private alias.
Removed service "App\Service\App\Merchant\Affiliate\Service\Contract\ICommissionCalculatorService"; reason: private alias.
Removed service "App\Service\App\Merchant\Affiliate\Service\Contract\IGenerateAffiliateJWTTokenService"; reason: private alias.
Removed service "App\Service\App\Merchant\Api\Affiliate\Contract\ICreateAffiliateAuthTokenService"; reason: private alias.
Removed service "App\Service\App\Merchant\Api\Affiliate\Contract\ICreateAffiliateService"; reason: private alias.
Removed service "App\Service\App\Merchant\Api\Customer\Contract\IApplyTagsService"; reason: private alias.
Removed service "App\Service\App\Merchant\Api\Customer\Contract\ICancelCustomerRecurringProfilesService"; reason: private alias.
Removed service "App\Service\App\Merchant\Api\Customer\Contract\IUpdateCustomerReferenceIdService"; reason: private alias.
Removed service "App\Service\App\Merchant\Api\Invoice\Contract\IMakeInvoiceFromOrderService"; reason: private alias.
Removed service "App\Service\App\Merchant\Api\Merchant\Contract\IGetEmailFrom"; reason: private alias.
Removed service "App\Service\App\Merchant\Api\Merchant\Contract\IGetMerchantInfoService"; reason: private alias.
Removed service "App\Service\App\Merchant\Api\Order\Contract\IApproveOrderService"; reason: private alias.
Removed service "App\Service\App\Merchant\Api\Order\Contract\ICancelOrderService"; reason: private alias.
Removed service "App\Service\App\Merchant\Api\Order\Contract\IGetInvoiceUrlService"; reason: private alias.
Removed service "App\Service\App\Merchant\Api\Order\Contract\IGetOrderService"; reason: private alias.
Removed service "App\Service\App\Merchant\Api\Order\Contract\IImportPaymentService"; reason: private alias.
Removed service "App\Service\App\Merchant\Api\Order\Contract\IInitPaymentService"; reason: private alias.
Removed service "App\Service\App\Merchant\Api\Order\Contract\IMakeTerminalPaymentService"; reason: private alias.
Removed service "App\Service\App\Merchant\Api\Order\Contract\IRefundOrderService"; reason: private alias.
Removed service "App\Service\App\Merchant\Api\Order\Contract\ISendOrderInvoiceService"; reason: private alias.
Removed service "App\Service\App\Merchant\Api\Order\Contract\ISetBillingPeriodService"; reason: private alias.
Removed service "App\Service\App\Merchant\Api\Order\Contract\IUpdatePaymentService"; reason: private alias.
Removed service "App\Service\App\Merchant\Api\PaymentSystem\Contract\IPaymentSystemListService"; reason: private alias.
Removed service "App\Service\App\Merchant\Api\PaymentSystem\Contract\IPaymentSystemStatusService"; reason: private alias.
Removed service "App\Service\App\Merchant\Api\PaymentSystem\Stripe\Contract\ITerminalConnectionTokenService"; reason: private alias.
Removed service "App\Service\App\Merchant\Api\PaymentSystem\Stripe\Contract\ITerminalStripeConfigLocationService"; reason: private alias.
Removed service "App\Service\App\Merchant\Api\RebillablePaymentMethod\Contract\ICustomerPaymentMethodsListService"; reason: private alias.
Removed service "App\Service\App\Merchant\Api\RebillablePaymentMethod\Contract\IDisablePaymentMethodService"; reason: private alias.
Removed service "App\Service\App\Merchant\Api\RebillablePaymentMethod\Contract\IInitRecurringProfileService"; reason: private alias.
Removed service "App\Service\App\Merchant\Api\RebillablePaymentMethod\Contract\IRebillPaymentService"; reason: private alias.
Removed service "App\Service\App\Merchant\Api\RebillablePaymentMethod\Contract\IReceivePaymentService"; reason: private alias.
Removed service "App\Service\App\Merchant\Api\RebillablePaymentMethod\Contract\IValidatePaymentMethodService"; reason: private alias.
Removed service "App\Service\App\Merchant\Api\RecurringProfile\Contract\ICancelRecurringProfileService"; reason: private alias.
Removed service "App\Service\App\Merchant\Api\RecurringProfile\Contract\IInitRecurringPaymentService"; reason: private alias.
Removed service "App\Service\App\Merchant\Api\RecurringProfile\Contract\ITransferRecurringProfileService"; reason: private alias.
Removed service "App\Service\App\Merchant\Api\RecurringProfile\Contract\IUpdateRecurringPaymentService"; reason: private alias.
Removed service "App\Service\App\Merchant\Api\RecurringProfile\Contract\IUpdateRecurringProfileService"; reason: private alias.
Removed service "App\Service\App\Merchant\Api\Subscription\Contract\IApplySubscriptionService"; reason: private alias.
Removed service "App\Service\App\Merchant\Api\Subscription\Contract\ICancelSubscriptionService"; reason: private alias.
Removed service "App\Service\App\Merchant\Api\Subscription\Contract\IChangeSubscriptionPeriodService"; reason: private alias.
Removed service "App\Service\App\Merchant\Api\Subscription\Contract\IGetCustomerSubscriptionsService"; reason: private alias.
Removed service "App\Service\App\Merchant\Api\Subscription\Contract\IGetPlanDetailsService"; reason: private alias.
Removed service "App\Service\App\Merchant\Api\Subscription\Contract\IGetPlanListService"; reason: private alias.
Removed service "App\Service\App\Merchant\Api\Subscription\Contract\IGetProductDetailsService"; reason: private alias.
Removed service "App\Service\App\Merchant\Api\Subscription\Contract\IGetProductListService"; reason: private alias.
Removed service "App\Service\App\Merchant\Api\Subscription\Contract\IGetSubscriptionService"; reason: private alias.
Removed service "App\Service\App\Merchant\Api\Subscription\Contract\IMakeSubscriptionPaymentApiService"; reason: private alias.
Removed service "App\Service\App\Merchant\Api\Subscription\Contract\IUpdateSubscriptionPaymentApiService"; reason: private alias.
Removed service "App\Service\App\Merchant\Api\Terminal\Contract\ITerminalGetReadersService"; reason: private alias.
Removed service "App\Service\App\Merchant\Config\Contract\IBase64FileUploader"; reason: private alias.
Removed service "App\Service\App\Merchant\Config\Contract\ISavePaymentSystemConfigService"; reason: private alias.
Removed service "App\Service\App\Merchant\Config\Contract\ISetPaymentSystemParamService"; reason: private alias.
Removed service "App\Service\App\Merchant\CustomFeature\Contract\IConfigureCustomFeatureService"; reason: private alias.
Removed service "App\Service\App\Merchant\CustomFeature\Contract\ICustomFeatureContainer"; reason: private alias.
Removed service "App\Service\App\Merchant\CustomFeature\Contract\ICustomFeatureLogService"; reason: private alias.
Removed service "App\Service\App\Merchant\CustomFeature\Contract\IDisableCustomFeatureService"; reason: private alias.
Removed service "App\Service\App\Merchant\CustomFeature\Contract\IEnableCustomFeatureService"; reason: private alias.
Removed service "App\Service\App\Merchant\CustomFeature\Contract\IGetCustomFeatureConfigurationService"; reason: private alias.
Removed service "App\Service\App\Merchant\CustomFeature\Contract\IGetCustomFeatureListService"; reason: private alias.
Removed service "App\Service\App\Merchant\Customer\Contract\IGetDefaultCurrencyService"; reason: private alias.
Removed service "App\Service\App\Merchant\Customer\Contract\ISetDefaultCurrencyService"; reason: private alias.
Removed service "App\Service\App\Merchant\FecReport\Contract\IAddFecEntryService"; reason: private alias.
Removed service "App\Service\App\Merchant\FecReport\Contract\INextDocumentNumberService"; reason: private alias.
Removed service "App\Service\App\Merchant\Integrations\Freshbooks\Contract\IApiClient"; reason: private alias.
Removed service "App\Service\App\Merchant\Integrations\Freshbooks\Contract\IFreshbooksIntegration"; reason: private alias.
Removed service "App\Service\App\Merchant\Integrations\Freshbooks\Contract\ISynchronizationService"; reason: private alias.
Removed service "App\Service\App\Merchant\Integrations\Freshbooks\Contract\IUserAuthorizationService"; reason: private alias.
Removed service "App\Service\App\Merchant\Integrations\Logger\Contract\IIntegrationLoggerProcessor"; reason: private alias.
Removed service "App\Service\App\Merchant\Integrations\Notando\Contract\IApiClient"; reason: private alias.
Removed service "App\Service\App\Merchant\Integrations\Notando\Contract\IMapper"; reason: private alias.
Removed service "App\Service\App\Merchant\Integrations\Notando\Contract\INotandoIntegration"; reason: private alias.
Removed service "App\Service\App\Merchant\Integrations\Quickbooks\Contract\IApiClient"; reason: private alias.
Removed service "App\Service\App\Merchant\Integrations\Quickbooks\Contract\IQuickbooksIntegration"; reason: private alias.
Removed service "App\Service\App\Merchant\Integrations\Quickbooks\Contract\ISynchronizationService"; reason: private alias.
Removed service "App\Service\App\Merchant\Integrations\Quickbooks\Contract\IUserAuthorizationService"; reason: private alias.
Removed service "App\Service\App\Merchant\Integrations\TeamBlue\Contract\IApiClient"; reason: private alias.
Removed service "App\Service\App\Merchant\Integrations\TeamBlue\Contract\ITeamBlueIntegration"; reason: private alias.
Removed service "App\Service\App\Merchant\Integrations\TeamBlue\Contract\ITeamBlueLineMapper"; reason: private alias.
Removed service "App\Service\App\Merchant\Integrations\Zapier\Contract\IZapierAuthenticationService"; reason: private alias.
Removed service "App\Service\App\Merchant\Integrations\Zapier\Contract\IZapierBuildDataService"; reason: private alias.
Removed service "App\Service\App\Merchant\Integrations\Zapier\Contract\IZapierIntegration"; reason: private alias.
Removed service "App\Service\App\Merchant\Integrations\Zapier\Contract\IZapierSubscriptionService"; reason: private alias.
Removed service "App\Service\App\Merchant\Integrations\Zapier\Contract\IZapierSynchronizationService"; reason: private alias.
Removed service "App\Service\App\Merchant\Integrations\Zapier\Contract\IZapierTriggerInvoiceService"; reason: private alias.
Removed service "App\Service\App\Merchant\Integrations\Zapier\Contract\IZapierTriggerPaymentService"; reason: private alias.
Removed service "App\Service\App\Merchant\Internal\Contract\ICalcChecksumService"; reason: private alias.
Removed service "App\Service\App\Merchant\Internal\Contract\IGetBaseCurrencyService"; reason: private alias.
Removed service "App\Service\App\Merchant\Internal\Contract\IGetCurrencyRateService"; reason: private alias.
Removed service "App\Service\App\Merchant\Internal\Contract\IGetMerchantTokenInfoService"; reason: private alias.
Removed service "App\Service\App\Merchant\Internal\Contract\IPaymentLinkChecksumService"; reason: private alias.
Removed service "App\Service\App\Merchant\Internal\Contract\IRequestChecksumValidatorService"; reason: private alias.
Removed service "App\Service\App\Merchant\Internal\Migration\Contract\IMerchantMigrationHelper"; reason: private alias.
Removed service "App\Service\App\Merchant\Invoice\Contract\IAddInvoiceLineService"; reason: private alias.
Removed service "App\Service\App\Merchant\Invoice\Contract\IAddLineByInvoiceIdService"; reason: private alias.
Removed service "App\Service\App\Merchant\Invoice\Contract\ICreateCreditNoteByInvoiceIdService"; reason: private alias.
Removed service "App\Service\App\Merchant\Invoice\Contract\ICreateInvoiceByOrderIdService"; reason: private alias.
Removed service "App\Service\App\Merchant\Invoice\Contract\ICreateInvoiceService"; reason: private alias.
Removed service "App\Service\App\Merchant\Invoice\Contract\IFinalizeInvoiceService"; reason: private alias.
Removed service "App\Service\App\Merchant\Invoice\Contract\IGetInvoiceByIdService"; reason: private alias.
Removed service "App\Service\App\Merchant\Invoice\Contract\IGetInvoiceByUuiService"; reason: private alias.
Removed service "App\Service\App\Merchant\Invoice\Contract\IMakeInvoicePdfToSendService"; reason: private alias.
Removed service "App\Service\App\Merchant\Invoice\Contract\INextDocumentNumberService"; reason: private alias.
Removed service "App\Service\App\Merchant\Invoice\Contract\IPayInvoiceService"; reason: private alias.
Removed service "App\Service\App\Merchant\Invoice\Contract\IReverseChargeInvoiceRequiredService"; reason: private alias.
Removed service "App\Service\App\Merchant\Invoice\Contract\ISendInvoicePdfService"; reason: private alias.
Removed service "App\Service\App\Merchant\Invoice\Contract\IUpdateInvoiceAmountsService"; reason: private alias.
Removed service "App\Service\App\Merchant\Invoice\Contract\IVoidInvoiceService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Acl\Contract\IAclListService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Acl\Contract\IValidatePassword"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Affiliate\Contract\ICreateAffiliateService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Affiliate\Contract\IDeleteAffiliateService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Affiliate\Contract\IGetAffiliateCountriesConversionService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Affiliate\Contract\IGetAffiliateCountriesFeeService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Affiliate\Contract\IGetAffiliateDetailsService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Affiliate\Contract\IGetAffiliatePerformanceChartService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Affiliate\Contract\IGetAffiliateTransactionsService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Affiliate\Contract\IGetAffiliatesListService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Affiliate\Contract\IGetAffiliatesSelectListService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Affiliate\Contract\IGetTopAffiliatesByConversionsService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Affiliate\Contract\IGetTopAffiliatesByFeeAmountService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Affiliate\Contract\IModifyAffiliateService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Affiliate\Contract\ISendLoginEmailService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Affiliate\Contract\IWithdrawService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Chart\Contract\ICurrencyChartService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Chart\Contract\IDayOfTheWeekChartService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Chart\Contract\IListStatusChartService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Chart\Contract\IMonthOfTheYearChartService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Chart\Contract\IPaymentSystemChartService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Chart\Contract\IReferralChartService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Chart\Contract\IRevenueChartService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Chart\Contract\IStatusChartService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Chart\Contract\ITagChartService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Chart\Contract\ITagGroupChartService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Chart\Contract\ITrendChartService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Config\Contract\IConfigurePaymentSystemsService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Config\Contract\IGetApiKeyService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Config\Contract\IGetPaymentSystemsConfigService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Config\Contract\IResetApiKeyService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\CustomFeature\Contract\ICustomFeatureListService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\CustomFeature\Contract\IDisableCustomFeatureService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\CustomFeature\Contract\IEnableCustomFeatureService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\CustomFeature\Contract\IGetCustomFeatureService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\CustomFeature\Contract\ISetConfigCustomFeatureParamService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\CustomFeature\Contract\ISetConfigCustomFeatureService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Customer\Contract\IAddCustomerNoteService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Customer\Contract\IChangeDefaultCurrencyService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Customer\Contract\ICustomerDetailsService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Customer\Contract\ICustomerListService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Customer\Contract\IDeleteCustomerNoteService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Customer\Contract\IModifyCustomerService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Customer\Contract\ISuggestPaymentTagsService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Export\Contract\IExportListService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Export\Contract\IFileFormatterContainerService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Export\Contract\IGenerateExportFileService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Export\Contract\IGenerateExportService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Export\Contract\IGetExportAccrualBasedPeriodDetailsReportService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Export\Contract\IGetExportAccrualBasedRevenueReportService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Export\Contract\IGetExportAffiliateListService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Export\Contract\IGetExportAffiliateTransactionsListService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Export\Contract\IGetExportCountryTaxReportService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Export\Contract\IGetExportCustomerReportService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Export\Contract\IGetExportFecReportService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Export\Contract\IGetExportFileService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Export\Contract\IGetExportInvoiceListService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Export\Contract\IGetExportOrderListService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Export\Contract\IGetExportOssTaxReportService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Export\Contract\IGetExportPromotionListService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Export\Contract\IGetExportPromotionReportService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Export\Contract\IGetExportRecurringProfileListService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Export\Contract\IGetExportSnowballMrrReportService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Export\Contract\IGetExportSubscriptionReportService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Export\Contract\IGetExportVatReportService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Export\Contract\IGetExportViesTaxReportService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Export\Contract\IGetExportXeroInvoiceListService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Fec\Contract\ISyncEntriesService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\File\Contract\ICopyFileService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\File\Contract\IDeleteFileService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\File\Contract\IUploadImageService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Invoice\Contract\IAddInvoiceNoteService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Invoice\Contract\IDeleteInvoiceNoteService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Invoice\Contract\IInvoiceDetailsService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Invoice\Contract\IInvoiceListService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Invoice\Contract\IMakeCreditNoteByInvoiceService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Invoice\Contract\ISendInvoiceService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Invoice\Contract\IVoidInvoiceService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Login\Contract\IGetUserLoginCodeLifetimeService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Login\Contract\IResetPasswordPublicService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Login\Contract\ISecondFactorGenerateSecretCodeService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Login\Contract\ISecondFactorSetupService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Login\Contract\ISetupPasswordService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Login\Contract\IUseLoginCodeService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Login\Contract\IUserLoginAttemptValidatorService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Merchant\Contract\IGetAllowedLanguagesService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Merchant\Contract\IMerchantGetDetailsService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Merchant\Contract\IMerchantSaveDetailsService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Order\Contract\IAddOrderNoteService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Order\Contract\IApproveOrderService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Order\Contract\IDeleteOrderNoteService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Order\Contract\IMakeInvoiceByOrderIdService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Order\Contract\IOrderDetailsService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Order\Contract\IOrderListService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Order\Contract\IRefundOrderService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Payment\Contract\IBuildPaymentLinkService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Payment\Contract\IGetOrderDetailedService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Payment\Contract\IGetPaymentFormResultService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Payment\Contract\IInitPaymentFormService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Payment\Contract\IPaymentSystemListService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Payment\Contract\ISendPaymentLinkService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\PaymentMethod\Contract\ICustomerPaymentMethodActiveListService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\PaymentMethod\Contract\IDisablePaymentMethodService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\PaymentMethod\Contract\IPaymentMethodDetailsService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\PaymentMethod\Contract\IPaymentMethodListService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Profile\Contract\IChangePasswordService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Profile\Contract\IChangeSecondFactorService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Profile\Contract\IGenerate2FASecretCodeService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Profile\Contract\IProfileGetDetailsService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Profile\Contract\IProfileSaveDetailsService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Promotion\Contract\ICreatePromotionService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Promotion\Contract\IDeletePromotionService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Promotion\Contract\IDisablePromotionService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Promotion\Contract\IEnablePromotionService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Promotion\Contract\IGetPromotionDetailsService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Promotion\Contract\IGetPromotionListService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Promotion\Contract\IGetPromotionReportService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Promotion\Contract\IGetPromotionSelectListService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Promotion\Contract\IModifyPromotionService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Promotion\Contract\ISendPromotionService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\RecurringProfile\Contract\IAddRecurringProfileNoteService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\RecurringProfile\Contract\ICancelRecurringProfileService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\RecurringProfile\Contract\IDeleteRecurringProfileNoteService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\RecurringProfile\Contract\IProlongRecurringProfileService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\RecurringProfile\Contract\IRecurringProfileDetailsService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\RecurringProfile\Contract\IRecurringProfileListService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Referral\Contract\IGetReferralsListService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Report\Contract\IAccrualBasedRevenueChartService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Report\Contract\IAccrualBasedRevenueReportService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Report\Contract\ICalculateAmountPerMonthService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Report\Contract\ICountryTaxReportService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Report\Contract\ICustomerReportDetailsService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Report\Contract\ICustomerReportService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Report\Contract\ICustomerStatService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Report\Contract\IFecReportService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Report\Contract\IOssTaxReportService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Report\Contract\IPeriodDetailsCountryChartService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Report\Contract\IPeriodDetailsReportService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Report\Contract\ISaveCustomerStatService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Report\Contract\ISplitBillingPeriodService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Report\Contract\IVatReportService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Report\Contract\IViesReportService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Report\UpdatedVersion\Contract\IBuildMrrPeriod"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Report\UpdatedVersion\Contract\ICalculateMrrPeriodService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Report\UpdatedVersion\Contract\IMrrBuildTotalItemResultService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Report\UpdatedVersion\Contract\IMrrChartService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Report\UpdatedVersion\Contract\IMrrCountryChartService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Report\UpdatedVersion\Contract\IMrrCustomerListService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Report\UpdatedVersion\Contract\IMrrPeriodDetailsListService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Report\UpdatedVersion\Contract\IMrrPlanChartService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Report\UpdatedVersion\Contract\IMrrStatCalculatorService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Attribute\Contract\IAddAttributeService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Attribute\Contract\IArchiveAttributeService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Attribute\Contract\IAttributeDetailsService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Attribute\Contract\IAttributeListService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Attribute\Contract\IAttributeReorderService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Attribute\Contract\IChangeAttributeService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Attribute\Contract\IChangeAttributeTranslationService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Attribute\Contract\IDeleteAttributeService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Attribute\Contract\ISuggestAttributeTranslationService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Common\Contract\ITranslationCacheKeyService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Plan\Contract\IAddPlanService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Plan\Contract\IArchivePlanService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Plan\Contract\IChangePlanService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Plan\Contract\IChangePlanTranslationService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Plan\Contract\IDeletePlanService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Plan\Contract\IPlanDetailsService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Plan\Contract\IPlanListService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Plan\Contract\IPlanReorderService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Plan\Contract\IPlanSelectorListService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Plan\Contract\ISavePlanPricingService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Plan\Contract\ISetCustomerSpecialPlans"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Plan\Contract\ISpecialPlanListService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Plan\Contract\ISuggestPlanTranslationService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Project\Contract\IAddProjectService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Project\Contract\IChangeProjectNotificationTemplatesService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Project\Contract\IChangeProjectPricingSettingsService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Project\Contract\IChangeProjectService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Project\Contract\IChangeProjectTranslationService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Project\Contract\IDeleteProjectService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Project\Contract\IGetProjectDesignService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Project\Contract\IGetProjectThemeConfigService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Project\Contract\IGetProjectThemeListService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Project\Contract\IProjectDetailsByCodeService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Project\Contract\IProjectDetailsService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Project\Contract\IProjectListService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Project\Contract\ISavePlanAttributeValuesService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Project\Contract\ISavePriceTableService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Project\Contract\ISaveProjectDesignService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Project\Contract\ISaveProjectNotificationUrlsService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Project\Contract\ISaveTariffTableService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Project\Contract\ISuggestProjectNotificationService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Project\Contract\ISuggestProjectTranslationService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Subscription\Contract\IChangeDatesService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Subscription\Contract\IResendWebhookNotificationService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Subscription\Contract\ISubscriptionAttributeChartReportService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Subscription\Contract\ISubscriptionCancelService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Subscription\Contract\ISubscriptionChartReportService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Subscription\Contract\ISubscriptionDetailsService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Subscription\Contract\ISubscriptionListService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Tag\Contract\IDeleteTagGroupService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Tag\Contract\ISaveTagGroupService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Tag\Contract\ITagGroupDetailsService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Tag\Contract\ITagGroupListService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Tag\Contract\ITagListService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Tax\Contract\IArchiveTaxService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Tax\Contract\IGetTaxService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Tax\Contract\IPaginatedTaxListService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Tax\Contract\ISaveTaxService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\Tax\Contract\ITaxListService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\User\Contract\ICreateSystemUserService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\User\Contract\IUserBlockService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\User\Contract\IUserGetDetailsService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\User\Contract\IUserListService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\User\Contract\IUserMakeLoginLinkService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\User\Contract\IUserResetPasswordService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\User\Contract\IUserResetSecondFactorService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\User\Contract\IUserSaveDetailsService"; reason: private alias.
Removed service "App\Service\App\Merchant\Panel\Api\UserActionLog\Contract\IUserActionLogService"; reason: private alias.
Removed service "App\Service\App\Merchant\Payment\Common\Contract\IFindTagService"; reason: private alias.
Removed service "App\Service\App\Merchant\Payment\Common\Contract\ISignedRequestService"; reason: private alias.
Removed service "App\Service\App\Merchant\Payment\Contract\IApplyDiscountService"; reason: private alias.
Removed service "App\Service\App\Merchant\Payment\Contract\ICancelPaymentService"; reason: private alias.
Removed service "App\Service\App\Merchant\Payment\Contract\ICancelRecurringProfileService"; reason: private alias.
Removed service "App\Service\App\Merchant\Payment\Contract\IChangePaymentProcessorService"; reason: private alias.
Removed service "App\Service\App\Merchant\Payment\Contract\IConfirmPaymentService"; reason: private alias.
Removed service "App\Service\App\Merchant\Payment\Contract\IConfirmRecurringProfileService"; reason: private alias.
Removed service "App\Service\App\Merchant\Payment\Contract\ICreateRebillableOrderService"; reason: private alias.
Removed service "App\Service\App\Merchant\Payment\Contract\ICreateRecurringOrderService"; reason: private alias.
Removed service "App\Service\App\Merchant\Payment\Contract\IDisableRebillablePaymentMethodService"; reason: private alias.
Removed service "App\Service\App\Merchant\Payment\Contract\IErrorPaymentService"; reason: private alias.
Removed service "App\Service\App\Merchant\Payment\Contract\IErrorRecurringProfileService"; reason: private alias.
Removed service "App\Service\App\Merchant\Payment\Contract\IFindAutoApplyTaxEntitiesService"; reason: private alias.
Removed service "App\Service\App\Merchant\Payment\Contract\IFindAutoApplyTaxesService"; reason: private alias.
Removed service "App\Service\App\Merchant\Payment\Contract\IGetCustomerService"; reason: private alias.
Removed service "App\Service\App\Merchant\Payment\Contract\IGetPaymentInfoByIdService"; reason: private alias.
Removed service "App\Service\App\Merchant\Payment\Contract\IGetPaymentInfoByReferenceIdService"; reason: private alias.
Removed service "App\Service\App\Merchant\Payment\Contract\IGetPaymentInfoWithChecksumService"; reason: private alias.
Removed service "App\Service\App\Merchant\Payment\Contract\IGetPaymentReturnUrlService"; reason: private alias.
Removed service "App\Service\App\Merchant\Payment\Contract\IGetRebillablePaymentMethodByIdService"; reason: private alias.
Removed service "App\Service\App\Merchant\Payment\Contract\IGetRecurringProfileInfoByIdService"; reason: private alias.
Removed service "App\Service\App\Merchant\Payment\Contract\IGetRecurringProfileInfoByReferenceIdService"; reason: private alias.
Removed service "App\Service\App\Merchant\Payment\Contract\IGetRecurringProfilesToChargeService"; reason: private alias.
Removed service "App\Service\App\Merchant\Payment\Contract\IMakeCustomerService"; reason: private alias.
Removed service "App\Service\App\Merchant\Payment\Contract\IMakeOrderLinesFromRequest"; reason: private alias.
Removed service "App\Service\App\Merchant\Payment\Contract\IMakeRecurringDifferenceOrderService"; reason: private alias.
Removed service "App\Service\App\Merchant\Payment\Contract\IMakeRecurringProfileLinesFromRequest"; reason: private alias.
Removed service "App\Service\App\Merchant\Payment\Contract\IPaymentMethodCanBeDisabledService"; reason: private alias.
Removed service "App\Service\App\Merchant\Payment\Contract\IPaymentNotificationService"; reason: private alias.
Removed service "App\Service\App\Merchant\Payment\Contract\IPendingPaymentService"; reason: private alias.
Removed service "App\Service\App\Merchant\Payment\Contract\IProlongRecurringProfileService"; reason: private alias.
Removed service "App\Service\App\Merchant\Payment\Contract\IRecurringProfileNotificationService"; reason: private alias.
Removed service "App\Service\App\Merchant\Payment\Contract\IRefundPaymentService"; reason: private alias.
Removed service "App\Service\App\Merchant\Payment\Contract\IRefundVatService"; reason: private alias.
Removed service "App\Service\App\Merchant\Payment\Contract\IRetrieveCustomerService"; reason: private alias.
Removed service "App\Service\App\Merchant\Payment\Contract\ISetOrderBillingPeriodService"; reason: private alias.
Removed service "App\Service\App\Merchant\Payment\Contract\ISetPaymentReferenceIdService"; reason: private alias.
Removed service "App\Service\App\Merchant\Payment\Contract\ISetRecurringProfileIdService"; reason: private alias.
Removed service "App\Service\App\Merchant\Payment\Contract\IUpdateRebillablePaymentMethodService"; reason: private alias.
Removed service "App\Service\App\Merchant\Payment\Contract\IUpdateRecurringProfileNextPaymentDateService"; reason: private alias.
Removed service "App\Service\App\Merchant\Payment\Contract\IUpdateRecurringProfileService"; reason: private alias.
Removed service "App\Service\App\Merchant\Payment\Logger\Contract\IPaymentLoggerProcessor"; reason: private alias.
Removed service "App\Service\App\Merchant\Payment\Logger\Contract\IPaymentSystemLoggerProcessor"; reason: private alias.
Removed service "App\Service\App\Merchant\Promotion\Contract\IPromotionEmailNotificationService"; reason: private alias.
Removed service "App\Service\App\Merchant\Subscription\Contract\IActivateSubscriptionService"; reason: private alias.
Removed service "App\Service\App\Merchant\Subscription\Contract\ICalculateSubscriptionService"; reason: private alias.
Removed service "App\Service\App\Merchant\Subscription\Contract\ICalculateTrialPeriodEndService"; reason: private alias.
Removed service "App\Service\App\Merchant\Subscription\Contract\IChangeSubscriptionDatesService"; reason: private alias.
Removed service "App\Service\App\Merchant\Subscription\Contract\ICreateSubscriptionService"; reason: private alias.
Removed service "App\Service\App\Merchant\Subscription\Contract\ICreateSubscriptionWithPaymentService"; reason: private alias.
Removed service "App\Service\App\Merchant\Subscription\Contract\IDeactivateSubscriptionService"; reason: private alias.
Removed service "App\Service\App\Merchant\Subscription\Contract\IGetCustomerArchivedPricesService"; reason: private alias.
Removed service "App\Service\App\Merchant\Subscription\Contract\IGetCustomerAvailableTrialPeriodService"; reason: private alias.
Removed service "App\Service\App\Merchant\Subscription\Contract\IGetPeriodDaysService"; reason: private alias.
Removed service "App\Service\App\Merchant\Subscription\Contract\IGetPlanPriceService"; reason: private alias.
Removed service "App\Service\App\Merchant\Subscription\Contract\IGetSubscriptionStartDateService"; reason: private alias.
Removed service "App\Service\App\Merchant\Subscription\Contract\IGetSubscriptionToUpdateService"; reason: private alias.
Removed service "App\Service\App\Merchant\Subscription\Contract\IGetTagsByPriceIdService"; reason: private alias.
Removed service "App\Service\App\Merchant\Subscription\Contract\IMakeSubscriptionPaymentService"; reason: private alias.
Removed service "App\Service\App\Merchant\Subscription\Contract\IMarkSubscriptionAsUpgradedService"; reason: private alias.
Removed service "App\Service\App\Merchant\Subscription\Contract\INotificationService"; reason: private alias.
Removed service "App\Service\App\Merchant\Subscription\Contract\ISendSubscriptionNotification"; reason: private alias.
Removed service "App\Service\App\Merchant\Subscription\Contract\ISendSubscriptionNotificationService"; reason: private alias.
Removed service "App\Service\App\Merchant\Subscription\Contract\ISendSubscriptionRemindersService"; reason: private alias.
Removed service "App\Service\App\Merchant\Subscription\Contract\ISubscriptionBuildLinesService"; reason: private alias.
Removed service "App\Service\App\Merchant\Subscription\Contract\ISubscriptionCalculatorService"; reason: private alias.
Removed service "App\Service\App\Merchant\Subscription\Contract\IUpdateCustomerSubscriptionDateService"; reason: private alias.
Removed service "App\Service\App\Merchant\Subscription\Contract\IUpdateSubscriptionBillingInfoService"; reason: private alias.
Removed service "App\Service\App\Merchant\Subscription\Contract\IUpdateSubscriptionWithPaymentService"; reason: private alias.
Removed service "App\Service\App\Merchant\Subscription\Contract\IValidateSubscriptionService"; reason: private alias.
Removed service "App\Service\App\Merchant\Subscription\Project\Contract\IGetAllProjectTranslationsService"; reason: private alias.
Removed service "App\Service\App\Merchant\Subscription\Project\Contract\IGetProjectCustomCssService"; reason: private alias.
Removed service "App\Service\App\Merchant\Subscription\Project\Contract\IGetProjectTranslationsService"; reason: private alias.
Removed service "App\Service\App\Merchant\WidgetApi\Common\Contract\ICustomerCancelRecurringProfileService"; reason: private alias.
Removed service "App\Service\App\Merchant\WidgetApi\Common\Contract\ICustomerDisablePaymentMethodService"; reason: private alias.
Removed service "App\Service\App\Merchant\WidgetApi\Common\Contract\IGetCurrentCustomerService"; reason: private alias.
Removed service "App\Service\App\Merchant\WidgetApi\Common\Contract\IGetCustomerPaymentMethodsService"; reason: private alias.
Removed service "App\Service\App\Merchant\WidgetApi\Common\Contract\IGetCustomerPaymentService"; reason: private alias.
Removed service "App\Service\App\Merchant\WidgetApi\Common\Contract\IGetCustomerPaymentsService"; reason: private alias.
Removed service "App\Service\App\Merchant\WidgetApi\Common\Contract\IGetLocaleSettingsService"; reason: private alias.
Removed service "App\Service\App\Merchant\WidgetApi\Common\Contract\IWidgetSecurityHelper"; reason: private alias.
Removed service "App\Service\App\Merchant\WidgetApi\Promotion\Contract\IGetDefaultCodeService"; reason: private alias.
Removed service "App\Service\App\Merchant\WidgetApi\Promotion\Contract\IValidateCodeService"; reason: private alias.
Removed service "App\Service\App\Merchant\WidgetApi\Subscription\Contract\ICalculateSubscriptionTotalsService"; reason: private alias.
Removed service "App\Service\App\Merchant\WidgetApi\Subscription\Contract\ICheckProjectAccessService"; reason: private alias.
Removed service "App\Service\App\Merchant\WidgetApi\Subscription\Contract\IGetCustomerSubscriptionsListService"; reason: private alias.
Removed service "App\Service\App\Merchant\WidgetApi\Subscription\Contract\IGetProjectDetailsService"; reason: private alias.
Removed service "App\Service\App\Merchant\WidgetApi\Subscription\Contract\IPreparePlanListRequestService"; reason: private alias.
Removed service "App\Service\App\Merchant\WidgetApi\Subscription\Contract\ISubscriptionService"; reason: private alias.
Removed service "App\Service\App\Merchant\WidgetApi\Subscription\Contract\IWidgetPlanListService"; reason: private alias.
Removed service "App\Service\App\Merchant\WidgetApi\Subscription\Contract\IWidgetProductListService"; reason: private alias.
Removed service "App\Service\Common\AI\Contract\ITranslationService"; reason: private alias.
Removed service "App\Service\Common\AI\OpenAI\Contract\IClient"; reason: private alias.
Removed service "App\Service\Common\BackgroundWork\Contract\IExecuteScheduledTasksService"; reason: private alias.
Removed service "App\Service\Common\BackgroundWork\Contract\IGetListOfActiveMerchantsService"; reason: private alias.
Removed service "App\Service\Common\BackgroundWork\Contract\IGetListOfAllMerchantsService"; reason: private alias.
Removed service "App\Service\Common\BackgroundWork\Contract\IScheduleTaskService"; reason: private alias.
Removed service "App\Service\Common\Contract\IBuildChartDataService"; reason: private alias.
Removed service "App\Service\Common\Contract\IGetClientCountryService"; reason: private alias.
Removed service "App\Service\Common\Contract\IGetCountryCurrencyService"; reason: private alias.
Removed service "App\Service\Common\Contract\IGetCurrenciesService"; reason: private alias.
Removed service "App\Service\Common\Contract\IGetLanguagesService"; reason: private alias.
Removed service "App\Service\Common\Contract\IGetServerIpAddress"; reason: private alias.
Removed service "App\Service\Common\Contract\IReplaceVariablesInTemplate"; reason: private alias.
Removed service "App\Service\Common\Contract\ITokenGenerator"; reason: private alias.
Removed service "App\Service\Common\Contract\ITransactionalLockService"; reason: private alias.
Removed service "App\Service\Common\Elastic\Contract\IElasticClient"; reason: private alias.
Removed service "App\Service\Common\Formatter\Contract\ICurrencyFormatter"; reason: private alias.
Removed service "App\Service\Common\Formatter\Contract\IDateTimeFormatter"; reason: private alias.
Removed service "App\Service\Common\Formatter\Contract\IFormatter"; reason: private alias.
Removed service "App\Service\Common\Formatter\Contract\IPersonalDataFormatter"; reason: private alias.
Removed service "App\Service\Common\Pdf\Contract\IGenerateSignature"; reason: private alias.
Removed service "App\Service\Common\Pdf\Contract\IPdfClient"; reason: private alias.
Removed service "App\Service\Common\Security\Contract\IRequestLimitValidationHelper"; reason: private alias.
Removed service "App\Service\PaymentSystem\Container\Contract\IPaymentSystemContainer"; reason: private alias.
Removed service "App\Service\PaymentSystem\Contract\IPaymentSystemCustomName"; reason: private alias.
Removed service "App\Service\PaymentSystem\Contract\ITerminalPaymentSystem"; reason: private alias.
Removed service "App\Service\PaymentSystem\Handler\Contract\IPaymentHandler"; reason: private alias.
Removed service "App\Service\PaymentSystem\Helper\Contract\IPaymentSystemConfigService"; reason: private alias.
Removed service "App\Service\PaymentSystem\Processor\Adyen\Contract\ICheckSumGenerator"; reason: private alias.
Removed service "App\Service\PaymentSystem\Processor\Asiapay\Contract\ICheckSumGenerator"; reason: private alias.
Removed service "App\Service\PaymentSystem\Processor\Asiapay\Contract\IDecryptMemberToken"; reason: private alias.
Removed service "App\Service\PaymentSystem\Processor\Authorize\Contract\ICheckSumGenerator"; reason: private alias.
Removed service "App\Service\PaymentSystem\Processor\Borgun\Contract\ICheckSumGenerator"; reason: private alias.
Removed service "App\Service\PaymentSystem\Processor\Ccavenue\Contract\ICipherGenerator"; reason: private alias.
Removed service "App\Service\PaymentSystem\Processor\Custom\Contract\IInitPaymentSignatureService"; reason: private alias.
Removed service "App\Service\PaymentSystem\Processor\ECPay\Contract\ICheckSumGenerator"; reason: private alias.
Removed service "App\Service\PaymentSystem\Processor\Helcim\Contract\IChecksumGenerator"; reason: private alias.
Removed service "App\Service\PaymentSystem\Processor\Jcc\Contract\IChecksumGenerator"; reason: private alias.
Removed service "App\Service\PaymentSystem\Processor\Linepay\Contract\ICheckSumGenerator"; reason: private alias.
Removed service "App\Service\PaymentSystem\Processor\Liqpay\Contract\ICheckSumGenerator"; reason: private alias.
Removed service "App\Service\PaymentSystem\Processor\Monobank\Contract\ICallbackSignatureValidator"; reason: private alias.
Removed service "App\Service\PaymentSystem\Processor\Newebpay\Contract\ICheckSumGenerator"; reason: private alias.
Removed service "App\Service\PaymentSystem\Processor\Newebpay\Contract\ICipherGenerator"; reason: private alias.
Removed service "App\Service\PaymentSystem\Processor\Pagar\Contract\IChecksumGenerator"; reason: private alias.
Removed service "App\Service\PaymentSystem\Processor\PayPalCheckout\Contract\IGetPayPalCheckoutAccessTokenService"; reason: private alias.
Removed service "App\Service\PaymentSystem\Processor\PayULatam\Contract\ICheckSumGenerator"; reason: private alias.
Removed service "App\Service\PaymentSystem\Processor\Payfast\Contract\ICheckSumGenerator"; reason: private alias.
Removed service "App\Service\PaymentSystem\Processor\PaymentAsia\Contract\ICheckSumGenerator"; reason: private alias.
Removed service "App\Service\PaymentSystem\Processor\Payrexx\Contract\IChecksumGenerator"; reason: private alias.
Removed service "App\Service\PaymentSystem\Processor\Paytabs\Contract\ICheckSumGenerator"; reason: private alias.
Removed service "App\Service\PaymentSystem\Processor\Rapyd\Contract\ICheckSumGenerator"; reason: private alias.
Removed service "App\Service\PaymentSystem\Processor\SafeCharge\Contract\ICheckSumGenerator"; reason: private alias.
Removed service "App\Service\PaymentSystem\Processor\Skrill\Contract\ICheckSumGenerator"; reason: private alias.
Removed service "App\Service\PaymentSystem\Processor\Squareup\Contract\IApiClient"; reason: private alias.
Removed service "App\Service\PaymentSystem\Processor\Squareup\Contract\IUserAuthorizationService"; reason: private alias.
Removed service "App\Service\PaymentSystem\Processor\Stripe\Contract\StripeOAuthServiceInterface"; reason: private alias.
Removed service "App\Service\PaymentSystem\Processor\Sumup\Contract\IApiClient"; reason: private alias.
Removed service "App\Service\PaymentSystem\Processor\Sumup\Contract\IUserAuthorizationService"; reason: private alias.
Removed service "App\Service\PaymentSystem\Processor\Swish\Contract\IGetCertificates"; reason: private alias.
Removed service "App\Service\PaymentSystem\Processor\Twocheckout\Contract\ICheckSumGenerator"; reason: private alias.
Removed service "App\Service\PaymentSystem\Processor\TwocheckoutVerifone\Contract\ICheckSumGenerator"; reason: private alias.
Removed service "App\Service\PaymentSystem\Processor\WorldpayCybersource\Contract\IChecksumGenerator"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "mailer.logger_message_listener"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "lock.default.store"; reason: private alias.
Removed service "lock.store"; reason: private alias.
Removed service "lock.factory"; reason: private alias.
Removed service "lock"; reason: private alias.
Removed service "Symfony\Component\Lock\PersistingStoreInterface"; reason: private alias.
Removed service "Symfony\Component\Lock\LockFactory"; reason: private alias.
Removed service "Symfony\Component\Lock\LockInterface"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $affiliateLoginLimiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $affiliateTokenUsageLimiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $affiliateWithdrawLimiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $sendInvoiceLimiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $resetPasswordLimiter"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UlidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\NameBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\RandomBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\TimeBasedUuidFactory"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "cache.default_pdo_provider"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $merchantLocalCache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $merchantLocalCache"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $merchantLocalCache"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Driver\Connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $commonConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $merchantConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $lockConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.common_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.common_result_cache"; reason: private alias.
Removed service "doctrine.orm.common_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $commonEntityManager"; reason: private alias.
Removed service "doctrine.orm.common_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.merchant_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.merchant_result_cache"; reason: private alias.
Removed service "doctrine.orm.merchant_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $merchantEntityManager"; reason: private alias.
Removed service "doctrine.orm.merchant_entity_manager.event_manager"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "security.encoder_factory"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user.provider.concrete.jwt_token"; reason: private alias.
Removed service "security.user.provider.concrete.merchant_user_code"; reason: private alias.
Removed service "security.authentication.session_strategy.internal_api"; reason: private alias.
Removed service "security.user_checker.internal_api"; reason: private alias.
Removed service "security.authentication.session_strategy.merchant_api"; reason: private alias.
Removed service "security.user_checker.merchant_api"; reason: private alias.
Removed service "security.authentication.session_strategy.widget_api"; reason: private alias.
Removed service "security.user_checker.widget_api"; reason: private alias.
Removed service "security.authentication.session_strategy.affiliate_api"; reason: private alias.
Removed service "security.user_checker.affiliate_api"; reason: private alias.
Removed service "security.authentication.session_strategy.merchant_panel"; reason: private alias.
Removed service "security.user_checker.merchant_panel"; reason: private alias.
Removed service "security.authentication.session_strategy.merchant_panel_by_code"; reason: private alias.
Removed service "security.user_checker.merchant_panel_by_code"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $integrationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $paymentLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $paymentSystemLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $lockLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service ".service_locator.sn2.ga_"; reason: private alias.
Removed service ".service_locator.XDGmiR3"; reason: private alias.
Removed service ".service_locator.0GV1BZZ"; reason: private alias.
Removed service ".service_locator.GiBhpem"; reason: private alias.
Removed service ".service_locator.f0tv_cG"; reason: private alias.
Removed service ".service_locator.lRvpv3E"; reason: private alias.
Removed service ".service_locator._xoTtIj"; reason: private alias.
Removed service ".service_locator.9lMt4r6"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.0ghLsew"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.internal_api"; reason: private alias.
Removed service "security.firewall.authenticator.merchant_api"; reason: private alias.
Removed service "security.firewall.authenticator.widget_api"; reason: private alias.
Removed service "security.firewall.authenticator.affiliate_api"; reason: private alias.
Removed service "security.firewall.authenticator.merchant_panel"; reason: private alias.
Removed service "security.firewall.authenticator.merchant_panel_by_code"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "argument_resolver.request_attribute"; reason: private alias.
Removed service "argument_resolver.request"; reason: private alias.
Removed service "argument_resolver.session"; reason: private alias.
Removed service "security.user_value_resolver"; reason: private alias.
Removed service "argument_resolver.service"; reason: private alias.
Removed service "argument_resolver.default"; reason: private alias.
Removed service "argument_resolver.variadic"; reason: private alias.
Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service "doctrine.orm.common_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.merchant_metadata_driver"; reason: private alias.
Removed service ".service_locator.FatRZu2"; reason: private alias.
Removed service ".service_locator.uo5c0SP"; reason: private alias.
Removed service ".service_locator.dng803T"; reason: private alias.
Removed service ".service_locator._MQjOw1"; reason: private alias.
Removed service ".service_locator.thKifVk"; reason: private alias.
Removed service ".service_locator.Fk3fN1N"; reason: private alias.
Removed service ".service_locator.Lxe8qht"; reason: private alias.
Removed service ".service_locator.Me4RUtN"; reason: private alias.
Removed service ".service_locator._69yh6F"; reason: private alias.
Removed service ".service_locator.2aFSopN"; reason: private alias.
Removed service ".service_locator.8mRSs90"; reason: private alias.
Removed service ".service_locator.bOyFGYe"; reason: private alias.
Removed service ".service_locator.n.vd0Y."; reason: private alias.
Removed service ".service_locator.FJLCOD."; reason: private alias.
Removed service ".service_locator.f0vbVDh"; reason: private alias.
Removed service ".service_locator.e0eyCJq"; reason: private alias.
Removed service ".service_locator.U2xgnQ_"; reason: private alias.
Removed service ".service_locator.j6.WpbZ"; reason: private alias.
Removed service ".service_locator.Tc4JuE1"; reason: private alias.
Removed service ".service_locator.jcFYde1"; reason: private alias.
Removed service ".service_locator.lF7ek0z"; reason: private alias.
Removed service ".service_locator.Ikb6VQq"; reason: private alias.
Removed service ".service_locator.j4Gs5aX"; reason: private alias.
Removed service ".service_locator.dHmGmlF"; reason: private alias.
Removed service ".service_locator.I3WH41J"; reason: private alias.
Removed service ".service_locator.RDBuUoO"; reason: private alias.
Removed service ".service_locator.K3xsBDV"; reason: private alias.
Removed service ".service_locator.CNUgEtx"; reason: private alias.
Removed service ".service_locator.NodrM7W"; reason: private alias.
Removed service ".service_locator..68iswp"; reason: private alias.
Removed service ".service_locator.rgURA_3"; reason: private alias.
Removed service ".service_locator.8DtZ6hr"; reason: private alias.
Removed service ".service_locator.wqa3l3J"; reason: private alias.
Removed service ".service_locator.gJ21xCN"; reason: private alias.
Removed service ".service_locator.nSFxAo8"; reason: private alias.
Removed service ".service_locator.PzcjbkJ"; reason: private alias.
Removed service ".service_locator.tP5V8cR"; reason: private alias.
Removed service ".service_locator.gMFywCA"; reason: private alias.
Removed service ".service_locator.xKAgjLx"; reason: private alias.
Removed service ".service_locator.POXOXHQ"; reason: private alias.
Removed service ".service_locator.vadcF52"; reason: private alias.
Removed service ".service_locator.YYIMSpr"; reason: private alias.
Removed service ".service_locator.UpWWu3V"; reason: private alias.
Removed service ".service_locator.Zb.N8WN"; reason: private alias.
Removed service ".service_locator.RbTT5rH"; reason: private alias.
Removed service ".service_locator.z0KC3KR"; reason: private alias.
Removed service ".service_locator.KO4atSy"; reason: private alias.
Removed service ".service_locator.G0_n0yr"; reason: private alias.
Removed service ".service_locator.YuWf4cv"; reason: private alias.
Removed service ".service_locator._YtAUPj"; reason: private alias.
Removed service ".service_locator.MLV0GW8"; reason: private alias.
Removed service ".service_locator.hGGIQ5y"; reason: private alias.
Removed service ".service_locator.5qd9fLK"; reason: private alias.
Removed service ".service_locator.vbMtDGG"; reason: private alias.
Removed service ".service_locator.vhrSI8a"; reason: private alias.
Removed service ".service_locator.Ww6WfKE"; reason: private alias.
Removed service ".service_locator.JP2yYi4"; reason: private alias.
Removed service ".service_locator.f_uOqSL"; reason: private alias.
Removed service ".service_locator.pwgnb4j"; reason: private alias.
Removed service ".service_locator.o1v3S5E"; reason: private alias.
Removed service ".service_locator.W.xpDQ8"; reason: private alias.
Removed service ".service_locator.Y.ZHRCR"; reason: private alias.
Removed service ".service_locator.HiYmO1t"; reason: private alias.
Removed service ".service_locator.ct81F0g"; reason: private alias.
Removed service ".service_locator.ITjyNNZ"; reason: private alias.
Removed service ".service_locator.YeiE9Lg"; reason: private alias.
Removed service ".service_locator.kvmuWyw"; reason: private alias.
Removed service ".service_locator.Wd.x2rk"; reason: private alias.
Removed service ".service_locator.zZ80nee"; reason: private alias.
Removed service ".service_locator.anVzGne"; reason: private alias.
Removed service ".service_locator.EkAAskY"; reason: private alias.
Removed service ".service_locator.FuKdbL_"; reason: private alias.
Removed service ".service_locator.dEHpUdt"; reason: private alias.
Removed service ".service_locator.kG8_x.H"; reason: private alias.
Removed service ".service_locator.9CCvtWF"; reason: private alias.
Removed service ".service_locator.MCUTnls"; reason: private alias.
Removed service ".service_locator.8svPWCT"; reason: private alias.
Removed service ".service_locator.E4C5Yyt"; reason: private alias.
Removed service ".service_locator.9nW2R.T"; reason: private alias.
Removed service ".service_locator.kccuySc"; reason: private alias.
Removed service ".service_locator.vhA1wd3"; reason: private alias.
Removed service ".service_locator.IMpwjTJ"; reason: private alias.
Removed service ".service_locator.8PeyJcH"; reason: private alias.
Removed service ".service_locator.ewVb.89"; reason: private alias.
Removed service ".service_locator.2dADvmr"; reason: private alias.
Removed service ".service_locator..T.g2no"; reason: private alias.
Removed service ".service_locator.IwpJLp2"; reason: private alias.
Removed service ".service_locator.BgKmvcS"; reason: private alias.
Removed service ".service_locator.qeMefGn"; reason: private alias.
Removed service ".service_locator.6xx._OC"; reason: private alias.
Removed service ".service_locator.fm1ZHgP"; reason: private alias.
Removed service ".service_locator.ATSaPoN"; reason: private alias.
Removed service ".service_locator.zCXiv7U"; reason: private alias.
Removed service ".service_locator.U3V149N"; reason: private alias.
Removed service ".service_locator.6zJr9I."; reason: private alias.
Removed service ".service_locator.H4U0J8l"; reason: private alias.
Removed service ".service_locator._Ui8SkS"; reason: private alias.
Removed service ".service_locator.8v_ZJGP"; reason: private alias.
Removed service ".service_locator.QLNTaqy"; reason: private alias.
Removed service ".service_locator.ef8R.f_"; reason: private alias.
Removed service ".service_locator.tXBk.Sv"; reason: private alias.
Removed service ".service_locator.w5oOcPo"; reason: private alias.
Removed service ".service_locator.PmjRCT."; reason: private alias.
Removed service ".service_locator.egLXTGT"; reason: private alias.
Removed service ".service_locator.UGZUPq7"; reason: private alias.
Removed service ".service_locator.2nFsGHn"; reason: private alias.
Removed service ".service_locator.8IlON6X"; reason: private alias.
Removed service ".service_locator.kpdqM.d"; reason: private alias.
Removed service ".service_locator.MrK4m42"; reason: private alias.
Removed service ".service_locator.DWEab7p"; reason: private alias.
Removed service ".service_locator._mtTc.s"; reason: private alias.
Removed service ".service_locator.4kM66Ke"; reason: private alias.
Removed service ".service_locator.HpNgYQc"; reason: private alias.
Removed service ".service_locator.EFuroej"; reason: private alias.
Removed service ".service_locator.0YEGhw_"; reason: private alias.
Removed service ".service_locator.kv6.WYr"; reason: private alias.
Removed service ".service_locator.MQiZaZc"; reason: private alias.
Removed service ".service_locator.nqHB8_q"; reason: private alias.
Removed service ".service_locator.u3unkUx"; reason: private alias.
Removed service ".service_locator.ERj8qOu"; reason: private alias.
Removed service ".service_locator.3awC7m6"; reason: private alias.
Removed service ".service_locator.XTJTlUm"; reason: private alias.
Removed service ".service_locator.KqGxfuR"; reason: private alias.
Removed service ".service_locator.hcsTaGk"; reason: private alias.
Removed service ".service_locator.yImyUSa"; reason: private alias.
Removed service ".service_locator.JW8EPge"; reason: private alias.
Removed service ".service_locator.OeieMdC"; reason: private alias.
Removed service ".service_locator._Fh5ia2"; reason: private alias.
Removed service ".service_locator.N75PcG5"; reason: private alias.
Removed service ".service_locator.VA1bW7y"; reason: private alias.
Removed service ".service_locator.Mlq6NA8"; reason: private alias.
Removed service ".service_locator.6CIneRD"; reason: private alias.
Removed service ".service_locator.uRuFS.f"; reason: private alias.
Removed service ".service_locator.kRzOu3m"; reason: private alias.
Removed service ".service_locator.AZ4wwks"; reason: private alias.
Removed service ".service_locator.TT6JuRZ"; reason: private alias.
Removed service ".service_locator.0RGomun"; reason: private alias.
Removed service ".service_locator.ElTehkB"; reason: private alias.
Removed service ".service_locator.j6dMEOW"; reason: private alias.
Removed service ".service_locator.Q0ivaWH"; reason: private alias.
Removed service ".service_locator.RIbf0Tc"; reason: private alias.
Removed service ".service_locator.vGq2S_W"; reason: private alias.
Removed service ".service_locator.vFSNsrb"; reason: private alias.
Removed service ".service_locator.w3kIl7O"; reason: private alias.
Removed service ".service_locator.X2BuNVf"; reason: private alias.
Removed service ".service_locator.Au4_XNb"; reason: private alias.
Removed service ".service_locator.d0uSKmT"; reason: private alias.
Removed service ".service_locator.le948H7"; reason: private alias.
Removed service ".service_locator.gHBUacq"; reason: private alias.
Removed service ".service_locator.sdyhq_y"; reason: private alias.
Removed service ".service_locator.ipIRSMz"; reason: private alias.
Removed service ".service_locator.QDTBwGU"; reason: private alias.
Removed service ".service_locator.L0rFhJm"; reason: private alias.
Removed service ".service_locator.aa1PbBb"; reason: private alias.
293
Changed reference of service "App\Background\Handler\FreshbooksCreateRecordHandler" previously pointing to "monolog.logger" to "public_logger".
Changed reference of service "App\Background\Handler\QuickbooksCreateRecordHandler" previously pointing to "monolog.logger" to "public_logger".
Changed reference of service "App\Background\Handler\QuickbooksRefundPaymentHandler" previously pointing to "monolog.logger" to "public_logger".
Changed reference of service "App\Background\Handler\ZapierTriggerInvoiceHandler" previously pointing to "monolog.logger" to "public_logger".
Changed reference of service "App\Background\Handler\ZapierTriggerPaymentHandler" previously pointing to "monolog.logger" to "public_logger".
Changed reference of service "App\Controller\Common\JsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Merchant\CustomFeature\Freshbooks\FreshbooksCustomFeatureNotificationController" previously pointing to "monolog.logger" to "public_logger".
Changed reference of service "App\Controller\Merchant\CustomFeature\Quickbooks\QuickbooksCustomFeatureNotificationController" previously pointing to "monolog.logger" to "public_logger".
Changed reference of service "App\Controller\Merchant\Panel\Integrations\Freshbooks\FreshbooksCustomFeatureConnectController" previously pointing to "monolog.logger" to "public_logger".
Changed reference of service "App\Controller\Merchant\Panel\Integrations\Quickbooks\QuickbooksCustomFeatureConnectController" previously pointing to "monolog.logger" to "public_logger".
Changed reference of service "App\Controller\Merchant\Payment\BeforePayment\InitPaymentInfoPageController" previously pointing to "router.default" to "router".
Changed reference of service "App\Core\Listener\ExceptionListener" previously pointing to "monolog.logger" to "public_logger".
Changed reference of service "App\Core\MerchantSelector\MerchantDetectListener" previously pointing to "router.default" to "router".
Changed reference of service "App\Core\MerchantSelector\MerchantSelector" previously pointing to "router.default" to "router".
Changed reference of service "App\Core\Security\Authenticator\MerchantUserAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Core\Security\Authenticator\MerchantUserAuthenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Core\Security\Authenticator\MerchantUserCodeAuthenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Core\Security\Authenticator\MerchantUserSecondFactorAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Core\Security\Authenticator\MerchantUserSecondFactorAuthenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Core\Security\Handler\MerchantAccessDeniedHandler" previously pointing to "router.default" to "router".
Changed reference of service "App\Core\Security\MerchantSecurityHelper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Core\Validation\DTOValidator" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\Service\App\Affiliate\Api\Dashboard\RequestWithdrawalService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\App\Affiliate\MakeAffiliateTranslationsService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\App\InternalApi\CreateMerchantService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\App\Merchant\Affiliate\Service\AffiliateLoginEmailService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\App\Merchant\Affiliate\Service\AffiliateLoginEmailService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\App\Merchant\Affiliate\Service\AffiliateSignUpEmailService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\App\Merchant\Affiliate\Service\AffiliateSignUpEmailService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\App\Merchant\Api\Order\GetInvoiceUrlService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\App\Merchant\Api\Order\InitPaymentService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\App\Merchant\Api\Order\UpdatePaymentService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\App\Merchant\Api\RecurringProfile\InitRecurringPaymentService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\App\Merchant\Api\RecurringProfile\UpdateRecurringPaymentService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\App\Merchant\Api\Subscription\GetPlanListService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Api\Subscription\GetProductListService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Config\SavePaymentSystemConfigService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\FecReport\AddFecEntryService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\App\Merchant\Integrations\Freshbooks\SynchronizationService" previously pointing to "monolog.logger" to "public_logger".
Changed reference of service "App\Service\App\Merchant\Integrations\Freshbooks\UserAuthorizationService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\App\Merchant\Integrations\Freshbooks\UserAuthorizationService" previously pointing to "monolog.logger" to "public_logger".
Changed reference of service "App\Service\App\Merchant\Integrations\Notando\ApiClient" previously pointing to "monolog.logger" to "public_logger".
Changed reference of service "App\Service\App\Merchant\Integrations\Notando\StaticMapper" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\App\Merchant\Integrations\Quickbooks\SynchronizationService" previously pointing to "monolog.logger" to "public_logger".
Changed reference of service "App\Service\App\Merchant\Integrations\Quickbooks\UserAuthorizationService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\App\Merchant\Integrations\Quickbooks\UserAuthorizationService" previously pointing to "monolog.logger" to "public_logger".
Changed reference of service "App\Service\App\Merchant\Invoice\CreateInvoiceService" previously pointing to "monolog.logger" to "public_logger".
Changed reference of service "App\Service\App\Merchant\Invoice\FinalizeInvoiceService" previously pointing to "monolog.logger" to "public_logger".
Changed reference of service "App\Service\App\Merchant\Invoice\Handler\EventDispatcherHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Invoice\MakeInvoicePdfToSendService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\App\Merchant\Invoice\NextDocumentNumberService" previously pointing to "monolog.logger" to "public_logger".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Acl\ValidatePassword" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Affiliate\CreateAffiliateService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Affiliate\DeleteAffiliateService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Affiliate\ModifyAffiliateService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Affiliate\SendLoginEmailService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Affiliate\WithdrawService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Affiliate\WithdrawService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Chart\CommonChartService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Chart\CurrencyChartService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Chart\ReferralChartService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Chart\RevenueChartService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Chart\TagChartService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Chart\TagGroupChartService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Chart\TrendChartService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Customer\AddCustomerNoteService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Customer\DeleteCustomerNoteService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Export\GenerateExportService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Export\GetExportSnowballMrrReportService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Invoice\AddInvoiceNoteService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Invoice\DeleteInvoiceNoteService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Invoice\MakeCreditNoteByInvoiceService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Invoice\VoidInvoiceService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Login\ResetPasswordPublicService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Merchant\MerchantSaveDetailsService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Order\AddOrderNoteService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Order\ApproveOrderService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Order\DeleteOrderNoteService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Order\MakeInvoiceByOrderIdService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Order\RefundOrderService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Payment\BuildPaymentLinkService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Payment\SendPaymentLinkService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\App\Merchant\Panel\Api\PaymentMethod\DisablePaymentMethodService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Profile\ChangePasswordService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Profile\ProfileSaveDetailsService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Promotion\CreatePromotionService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Promotion\DeletePromotionService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Promotion\DisablePromotionService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Promotion\EnablePromotionService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Promotion\ModifyPromotionService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Promotion\SendPromotionService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\RecurringProfile\AddRecurringProfileNoteService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\RecurringProfile\CancelRecurringProfileService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\RecurringProfile\DeleteRecurringProfileNoteService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\RecurringProfile\ProlongRecurringProfileService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Subscription\Attribute\AddAttributeService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Subscription\Attribute\ArchiveAttributeService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Subscription\Attribute\ChangeAttributeService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Subscription\Attribute\ChangeAttributeTranslationService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Subscription\Attribute\DeleteAttributeService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Subscription\Plan\AddPlanService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Subscription\Plan\ArchivePlanService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Subscription\Plan\ChangePlanService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Subscription\Plan\ChangePlanTranslationService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Subscription\Plan\DeletePlanService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Subscription\Plan\SavePlanPricingService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Subscription\Project\AddProjectService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Subscription\Project\AddProjectService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Subscription\Project\Base\BaseProjectService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Subscription\Project\ChangeProjectNotificationTemplatesService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Subscription\Project\ChangeProjectPricingSettingsService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Subscription\Project\ChangeProjectService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Subscription\Project\ChangeProjectService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Subscription\Project\ChangeProjectTranslationService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Subscription\Project\DeleteProjectService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Subscription\Project\SavePlanAttributeValuesService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Subscription\Project\SaveProjectDesignService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Subscription\Project\SaveProjectNotificationUrlsService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Subscription\Project\SaveTariffTableService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Subscription\Project\SuggestProjectTranslationService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Subscription\Subscription\ChangeDatesService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Subscription\Subscription\ResendWebhookNotificationService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\Subscription\Subscription\SubscriptionCancelService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\User\Handler\UserSaveDetails\SendLoginLinkHandler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\App\Merchant\Panel\Api\User\Handler\UserSaveDetails\UserActivityLogHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\User\UserBlockService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\User\UserMakeLoginLinkService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\App\Merchant\Panel\Api\User\UserResetPasswordService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\App\Merchant\Panel\Api\User\UserResetPasswordService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Panel\Api\User\UserResetSecondFactorService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Payment\ConfirmPaymentService" previously pointing to "monolog.logger" to "public_logger".
Changed reference of service "App\Service\App\Merchant\Payment\ErrorPaymentService" previously pointing to "monolog.logger" to "public_logger".
Changed reference of service "App\Service\App\Merchant\Payment\GetPaymentReturnUrlService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\App\Merchant\Payment\Handler\Payment\CustomerStatHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Payment\Handler\Payment\EventDispatcherHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Payment\Handler\Payment\OrderIndexHandler" previously pointing to "monolog.logger" to "public_logger".
Changed reference of service "App\Service\App\Merchant\Payment\Handler\RebillablePaymentMethod\LogHandler" previously pointing to "monolog.logger" to "public_logger".
Changed reference of service "App\Service\App\Merchant\Payment\PendingPaymentService" previously pointing to "monolog.logger" to "public_logger".
Changed reference of service "App\Service\App\Merchant\Payment\SetOrderBillingPeriodService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Payment\SetOrderBillingPeriodService" previously pointing to "monolog.logger" to "public_logger".
Changed reference of service "App\Service\App\Merchant\Subscription\CalculateSubscriptionService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Subscription\CreateSubscriptionWithPaymentService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Subscription\Handler\EventDispatcherHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\App\Merchant\Subscription\Project\GetAllProjectTranslationsService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\App\Merchant\Subscription\Project\GetProjectTranslationsService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\App\Merchant\Subscription\SubscriptionBuildLinesService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\App\Merchant\Subscription\SubscriptionBuildLinesService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Common\Elastic\ElasticClient" previously pointing to "monolog.logger" to "public_logger".
Changed reference of service "App\Service\Common\TransactionalLockService" previously pointing to "monolog.logger" to "public_logger".
Changed reference of service "App\Service\Common\TranslateHelper" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\PaymentSystem\Processor\AdyenPaymentSystem" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\PaymentSystem\Processor\AsiapayPaymentSystem" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\PaymentSystem\Processor\AuthorizePaymentSystem" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\PaymentSystem\Processor\BorgunPaymentSystem" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\PaymentSystem\Processor\BraintreePaymentSystem" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\PaymentSystem\Processor\CcavenuePaymentSystem" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\PaymentSystem\Processor\CustomPaymentSystem" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\PaymentSystem\Processor\DelayPaymentSystem" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\PaymentSystem\Processor\ECPayPaymentSystem" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\PaymentSystem\Processor\HelcimPaymentSystem" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\PaymentSystem\Processor\JccPaymentSystem" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\PaymentSystem\Processor\KaspiPaymentSystem" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\PaymentSystem\Processor\LinepayPaymentSystem" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\PaymentSystem\Processor\LiqpayPaymentSystem" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\PaymentSystem\Processor\MolliePaymentSystem" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\PaymentSystem\Processor\MonerisPaymentSystem" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\PaymentSystem\Processor\MonobankPaymentSystem" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\PaymentSystem\Processor\NewebpayPaymentSystem" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\PaymentSystem\Processor\PagarPaymentSystem" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\PaymentSystem\Processor\PayPalCheckoutPaymentSystem" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\PaymentSystem\Processor\PayPalPaymentSystem" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\PaymentSystem\Processor\PayULatamPaymentSystem" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\PaymentSystem\Processor\PayfastPaymentSystem" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\PaymentSystem\Processor\PayfastPaymentSystem" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\PaymentSystem\Processor\PaymentAsiaPaymentSystem" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\PaymentSystem\Processor\PayrexxPaymentSystem" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\PaymentSystem\Processor\PaytabsPaymentSystem" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\PaymentSystem\Processor\PinPaymentsPaymentSystem" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\PaymentSystem\Processor\RapydPaymentSystem" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\PaymentSystem\Processor\RapydPaymentSystem" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\PaymentSystem\Processor\RevolutPaymentSystem" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\PaymentSystem\Processor\SafeChargePaymentSystem" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\PaymentSystem\Processor\SkrillPaymentSystem" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\PaymentSystem\Processor\Squareup\UserAuthorizationService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\PaymentSystem\Processor\SquareupPaymentSystem" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\PaymentSystem\Processor\Stripe\StripeOAuthService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\PaymentSystem\Processor\Stripe\StripeOAuthService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\PaymentSystem\Processor\Stripe\StripeOAuthService" previously pointing to "monolog.logger" to "public_logger".
Changed reference of service "App\Service\PaymentSystem\Processor\StripePaymentSystem" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\PaymentSystem\Processor\Sumup\UserAuthorizationService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\PaymentSystem\Processor\SumupPaymentSystem" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\PaymentSystem\Processor\SwishPaymentSystem" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\PaymentSystem\Processor\SwishPaymentSystem" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\PaymentSystem\Processor\TappayPaymentSystem" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\PaymentSystem\Processor\TwocheckoutPaymentSystem" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\PaymentSystem\Processor\TwocheckoutVerifonePaymentSystem" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\PaymentSystem\Processor\WorldpayCybersourcePaymentSystem" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\PaymentSystem\Processor\WorldpayPaymentSystem" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\PaymentSystem\Processor\XenditPaymentSystem" previously pointing to "router.default" to "router".
Changed reference of service "customer_elastic_client" previously pointing to "monolog.logger" to "public_logger".
Changed reference of service "order_elastic_client" previously pointing to "monolog.logger" to "public_logger".
Changed reference of service "doctrine_lock" previously pointing to "monolog.logger" to "public_logger".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
Changed reference of service "config_builder.warmer" previously pointing to "monolog.logger" to "public_logger".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "error_handler.error_renderer.html" previously pointing to "monolog.logger" to "public_logger".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.validator_debug" previously pointing to "debug.validator" to "validator".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "session.flash_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "session.attribute_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "sensio_framework_extra.security.listener" previously pointing to "monolog.logger" to "public_logger".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.success_handler" previously pointing to "monolog.logger" to "public_logger".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "doctrine.migrations.dependency_factory" previously pointing to "monolog.logger" to "public_logger".
Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.simple_role_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Core\Security\Voter\CsrfTokenVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Core\Security\Voter\SecondAuthenticationVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Service\App\Affiliate\Api\AccessVoters\CustomerStatVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Service\App\Affiliate\Api\AccessVoters\ProfileVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Service\App\Affiliate\Api\AccessVoters\TransactionListVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Service\App\Affiliate\Api\AccessVoters\WithdrawVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Service\App\Merchant\Panel\AccessVoters\AffiliateVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Service\App\Merchant\Panel\AccessVoters\ConfigVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Service\App\Merchant\Panel\AccessVoters\CustomFeatureVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Service\App\Merchant\Panel\AccessVoters\CustomerVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Service\App\Merchant\Panel\AccessVoters\FecReportVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Service\App\Merchant\Panel\AccessVoters\FreshbooksIntegrationVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Service\App\Merchant\Panel\AccessVoters\InvoiceVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Service\App\Merchant\Panel\AccessVoters\MerchantAttributeVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Service\App\Merchant\Panel\AccessVoters\MerchantVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Service\App\Merchant\Panel\AccessVoters\OrderVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Service\App\Merchant\Panel\AccessVoters\PaymentMethodVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Service\App\Merchant\Panel\AccessVoters\PaymentSystemConfigVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Service\App\Merchant\Panel\AccessVoters\PromotionVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Service\App\Merchant\Panel\AccessVoters\QuickbooksIntegrationVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Service\App\Merchant\Panel\AccessVoters\RecurringProfileVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Service\App\Merchant\Panel\AccessVoters\ReportVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Service\App\Merchant\Panel\AccessVoters\Subscription\PlanAttributeVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Service\App\Merchant\Panel\AccessVoters\Subscription\PlanProjectVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Service\App\Merchant\Panel\AccessVoters\Subscription\PlanVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Service\App\Merchant\Panel\AccessVoters\Subscription\SubscriptionVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Service\App\Merchant\Panel\AccessVoters\TagVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Service\App\Merchant\Panel\AccessVoters\TaxVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Service\App\Merchant\Panel\AccessVoters\UserActionLogVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Service\App\Merchant\Panel\AccessVoters\UserVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Service\App\Merchant\Panel\AccessVoters\XeroInvoiceVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Service\App\Merchant\WidgetApi\AccessVoters\CustomerVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Service\App\Merchant\WidgetApi\AccessVoters\PaymentMethodVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Service\App\Merchant\WidgetApi\AccessVoters\RecurringProfileVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Service\App\Merchant\WidgetApi\AccessVoters\SubscriptionVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.mx0UMmY" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.wSgjnB6" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.oCg4uHe" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.0UPQOWG" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.GVyCdgr" previously pointing to ".session.do-not-use" to "session".
Changed reference of service ".service_locator.GVyCdgr" previously pointing to "monolog.logger" to "public_logger".
Changed reference of service ".service_locator.GVyCdgr" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "console.command.public_alias.App\Command\Common\CleanUpCommand" previously pointing to "monolog.logger" to "public_logger".
821
Removed service "container.env"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.doctrine"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "assets.remote_json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "lock.store.combined.abstract"; reason: abstract.
Removed service "lock.factory.abstract"; reason: abstract.
Removed service "limiter"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "doctrine.dbal.logger.chain"; reason: abstract.
Removed service "doctrine.dbal.logger.profiling"; reason: abstract.
Removed service "doctrine.dbal.logger.backtrace"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.form_entry_point"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authentication.listener.rememberme"; reason: abstract.
Removed service "security.authentication.provider.rememberme"; reason: abstract.
Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authentication.provider.guard"; reason: abstract.
Removed service "security.authentication.listener.guard"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\AddFecEntryWorker"; reason: abstract.
Removed service ".abstract.instanceof.App\Background\Worker\AddFecEntryWorker"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\CalculateAffiliateCommissionWorker"; reason: abstract.
Removed service ".abstract.instanceof.App\Background\Worker\CalculateAffiliateCommissionWorker"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\CancelSubscriptionWorker"; reason: abstract.
Removed service ".abstract.instanceof.App\Background\Worker\CancelSubscriptionWorker"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\CreateElasticOrderIndexWorker"; reason: abstract.
Removed service ".abstract.instanceof.App\Background\Worker\CreateElasticOrderIndexWorker"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\CustomerStatWorker"; reason: abstract.
Removed service ".abstract.instanceof.App\Background\Worker\CustomerStatWorker"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\ExportWorker"; reason: abstract.
Removed service ".abstract.instanceof.App\Background\Worker\ExportWorker"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\FreshbooksCreateRecordWorker"; reason: abstract.
Removed service ".abstract.instanceof.App\Background\Worker\FreshbooksCreateRecordWorker"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\MakeRecurringPaymentWorker"; reason: abstract.
Removed service ".abstract.instanceof.App\Background\Worker\MakeRecurringPaymentWorker"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\MerchantMigrationWorker"; reason: abstract.
Removed service ".abstract.instanceof.App\Background\Worker\MerchantMigrationWorker"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\NotandoCreateInvoiceWorker"; reason: abstract.
Removed service ".abstract.instanceof.App\Background\Worker\NotandoCreateInvoiceWorker"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\PaymentNotificationWorker"; reason: abstract.
Removed service ".abstract.instanceof.App\Background\Worker\PaymentNotificationWorker"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\QuickbooksCreateRecordWorker"; reason: abstract.
Removed service ".abstract.instanceof.App\Background\Worker\QuickbooksCreateRecordWorker"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\QuickbooksRefundPaymentWorker"; reason: abstract.
Removed service ".abstract.instanceof.App\Background\Worker\QuickbooksRefundPaymentWorker"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\RecalculateInvoiceAmountWorker"; reason: abstract.
Removed service ".abstract.instanceof.App\Background\Worker\RecalculateInvoiceAmountWorker"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\RecurringChargesWorker"; reason: abstract.
Removed service ".abstract.instanceof.App\Background\Worker\RecurringChargesWorker"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\RecurringProfileNotificationWorker"; reason: abstract.
Removed service ".abstract.instanceof.App\Background\Worker\RecurringProfileNotificationWorker"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\SendPromotionWorker"; reason: abstract.
Removed service ".abstract.instanceof.App\Background\Worker\SendPromotionWorker"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\SubscriptionNotificationWorker"; reason: abstract.
Removed service ".abstract.instanceof.App\Background\Worker\SubscriptionNotificationWorker"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\SubscriptionProjectTranslationWorker"; reason: abstract.
Removed service ".abstract.instanceof.App\Background\Worker\SubscriptionProjectTranslationWorker"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\SubscriptionReminderWorker"; reason: abstract.
Removed service ".abstract.instanceof.App\Background\Worker\SubscriptionReminderWorker"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\SyncFecEntriesWorker"; reason: abstract.
Removed service ".abstract.instanceof.App\Background\Worker\SyncFecEntriesWorker"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\TeamBlueSyncInvoiceWorker"; reason: abstract.
Removed service ".abstract.instanceof.App\Background\Worker\TeamBlueSyncInvoiceWorker"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\TeamBlueSyncOrderWorker"; reason: abstract.
Removed service ".abstract.instanceof.App\Background\Worker\TeamBlueSyncOrderWorker"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\TeamBlueSyncSubscriptionWorker"; reason: abstract.
Removed service ".abstract.instanceof.App\Background\Worker\TeamBlueSyncSubscriptionWorker"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\ZapierTriggerInvoiceWorker"; reason: abstract.
Removed service ".abstract.instanceof.App\Background\Worker\ZapierTriggerInvoiceWorker"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Background\Worker\ZapierTriggerPaymentWorker"; reason: abstract.
Removed service ".abstract.instanceof.App\Background\Worker\ZapierTriggerPaymentWorker"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Common\ApiTokenCreateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Common\ApiTokenCreateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Common\CleanUpCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Common\CleanUpCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\AffiliateRecalculateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Merchant\AffiliateRecalculateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\CheckPayPalOrderCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Merchant\CheckPayPalOrderCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\ConfirmInvoiceCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Merchant\ConfirmInvoiceCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\CreateElasticOrderIndexCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Merchant\CreateElasticOrderIndexCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\ExportNotandoInvoicesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Merchant\ExportNotandoInvoicesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\MakeCreditNoteCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Merchant\MakeCreditNoteCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\MakeInvoiceCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Merchant\MakeInvoiceCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\MakeNotandoInvoice"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Merchant\MakeNotandoInvoice"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\MerchantCustomerStatRecalculateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Merchant\MerchantCustomerStatRecalculateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\MerchantDatabaseCreateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Merchant\MerchantDatabaseCreateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\MerchantMigrationCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Merchant\MerchantMigrationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\MerchantSchemaCreateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Merchant\MerchantSchemaCreateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\MerchantUpdateInvoiceAmountDetailsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Merchant\MerchantUpdateInvoiceAmountDetailsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\MerchantsSchemaUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Merchant\MerchantsSchemaUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\NotandoGenerateMappingCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Merchant\NotandoGenerateMappingCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\PaymentCancelCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Merchant\PaymentCancelCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\PaymentConfirmCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Merchant\PaymentConfirmCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\PaymentSystemSetParamCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Merchant\PaymentSystemSetParamCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\RefundPayPalOrderCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Merchant\RefundPayPalOrderCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\RefundVatCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Merchant\RefundVatCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\SendNotificationCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Merchant\SendNotificationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\SendSubscriptionNotificationCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Merchant\SendSubscriptionNotificationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\SubscriptionFixDateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Merchant\SubscriptionFixDateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\SyncTeamBlueFreeTrialsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Merchant\SyncTeamBlueFreeTrialsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Merchant\SyncTeamBlueOrdersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Merchant\SyncTeamBlueOrdersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Affiliate\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Affiliate\IndexController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Affiliate\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Affiliate\JsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Affiliate\JsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Affiliate\JsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Affiliate\LogoutController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Affiliate\LogoutController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Affiliate\LogoutController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Common\APIDocumentationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Common\APIDocumentationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Common\APIDocumentationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Common\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Common\IndexController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Common\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Common\JsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Common\JsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Common\JsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Api\RecurringProfile\UpdateRecurringProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Api\RecurringProfile\UpdateRecurringProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Api\RecurringProfile\UpdateRecurringProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\CustomFeature\Freshbooks\FreshbooksCustomFeatureNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\CustomFeature\Freshbooks\FreshbooksCustomFeatureNotificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\CustomFeature\Freshbooks\FreshbooksCustomFeatureNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\CustomFeature\Quickbooks\QuickbooksCustomFeatureNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\CustomFeature\Quickbooks\QuickbooksCustomFeatureNotificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\CustomFeature\Quickbooks\QuickbooksCustomFeatureNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Invoice\PrintController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Invoice\PrintController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Invoice\PrintController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\Customer\CreateCustomerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\Customer\CreateCustomerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Panel\Api\Customer\CreateCustomerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\Customer\CustomerListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\Customer\CustomerListController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Panel\Api\Customer\CustomerListController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\Customer\UpdateCustomerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\Customer\UpdateCustomerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Panel\Api\Customer\UpdateCustomerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\Login\LoadSecret2FAController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\Login\LoadSecret2FAController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Panel\Api\Login\LoadSecret2FAController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\Login\Login2FAController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\Login\Login2FAController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Panel\Api\Login\Login2FAController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\Login\LoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\Login\LoginController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Panel\Api\Login\LoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\Login\ResetPasswordPublicController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\Login\ResetPasswordPublicController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Panel\Api\Login\ResetPasswordPublicController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\Login\Setup2FAController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\Login\Setup2FAController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Panel\Api\Login\Setup2FAController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\Login\SetupPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\Login\SetupPasswordController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Panel\Api\Login\SetupPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\Merchant\GetAllowedLanguagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\Merchant\GetAllowedLanguagesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Panel\Api\Merchant\GetAllowedLanguagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\Merchant\GetMerchantController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\Merchant\GetMerchantController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Panel\Api\Merchant\GetMerchantController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\Merchant\UpdateMerchantController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\Merchant\UpdateMerchantController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Panel\Api\Merchant\UpdateMerchantController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\Profile\GenerateSecret2FAController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\Profile\GenerateSecret2FAController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Panel\Api\Profile\GenerateSecret2FAController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\Profile\GetProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\Profile\GetProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Panel\Api\Profile\GetProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\Profile\UpdateProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\Profile\UpdateProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Panel\Api\Profile\UpdateProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\User\BlockUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\User\BlockUserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Panel\Api\User\BlockUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\User\CreateUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\User\CreateUserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Panel\Api\User\CreateUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\User\GetUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\User\GetUserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Panel\Api\User\GetUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\User\ResetPasswordUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\User\ResetPasswordUserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Panel\Api\User\ResetPasswordUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\User\ResetSecondFactorUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\User\ResetSecondFactorUserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Panel\Api\User\ResetSecondFactorUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\User\UpdateUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\User\UpdateUserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Panel\Api\User\UpdateUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\User\UserListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\User\UserListController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Panel\Api\User\UserListController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Api\UserActionLog\UserActionLogListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Api\UserActionLog\UserActionLogListController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Panel\Api\UserActionLog\UserActionLogListController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\DownloadExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\DownloadExportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Panel\DownloadExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\IndexController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Panel\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Integrations\Freshbooks\FreshbooksCustomFeatureAuthorizationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Integrations\Freshbooks\FreshbooksCustomFeatureAuthorizationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Panel\Integrations\Freshbooks\FreshbooksCustomFeatureAuthorizationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Integrations\Freshbooks\FreshbooksCustomFeatureConnectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Integrations\Freshbooks\FreshbooksCustomFeatureConnectController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Panel\Integrations\Freshbooks\FreshbooksCustomFeatureConnectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Integrations\Freshbooks\FreshbooksCustomFeatureDisconnectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Integrations\Freshbooks\FreshbooksCustomFeatureDisconnectController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Panel\Integrations\Freshbooks\FreshbooksCustomFeatureDisconnectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Integrations\Freshbooks\FreshbooksCustomFeatureSyncController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Integrations\Freshbooks\FreshbooksCustomFeatureSyncController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Panel\Integrations\Freshbooks\FreshbooksCustomFeatureSyncController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Integrations\Quickbooks\QuickbooksCustomFeatureAuthorizationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Integrations\Quickbooks\QuickbooksCustomFeatureAuthorizationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Panel\Integrations\Quickbooks\QuickbooksCustomFeatureAuthorizationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Integrations\Quickbooks\QuickbooksCustomFeatureConnectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Integrations\Quickbooks\QuickbooksCustomFeatureConnectController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Panel\Integrations\Quickbooks\QuickbooksCustomFeatureConnectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Integrations\Quickbooks\QuickbooksCustomFeatureDisconnectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Integrations\Quickbooks\QuickbooksCustomFeatureDisconnectController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Panel\Integrations\Quickbooks\QuickbooksCustomFeatureDisconnectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Integrations\Quickbooks\QuickbooksCustomFeatureSyncController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Integrations\Quickbooks\QuickbooksCustomFeatureSyncController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Panel\Integrations\Quickbooks\QuickbooksCustomFeatureSyncController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Integrations\Zapier\ZapierCustomFeatureSyncController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Integrations\Zapier\ZapierCustomFeatureSyncController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Panel\Integrations\Zapier\ZapierCustomFeatureSyncController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\InvoicePrintController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\InvoicePrintController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Panel\InvoicePrintController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\LoginByCodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\LoginByCodeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Panel\LoginByCodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\LoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\LoginController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Panel\LoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\LogoutController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\LogoutController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Panel\LogoutController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\PanelController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\PanelController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Panel\PanelController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Squareup\ConnectCallbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Squareup\ConnectCallbackController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Panel\Squareup\ConnectCallbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Squareup\ConnectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Squareup\ConnectController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Panel\Squareup\ConnectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Squareup\DisconnectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Squareup\DisconnectController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Panel\Squareup\DisconnectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Stripe\ConnectCallbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Stripe\ConnectCallbackController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Panel\Stripe\ConnectCallbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Stripe\ConnectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Stripe\ConnectController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Panel\Stripe\ConnectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Subscriptions\WidgetPreviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Subscriptions\WidgetPreviewController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Panel\Subscriptions\WidgetPreviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Sumup\AuthorizationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Sumup\AuthorizationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Panel\Sumup\AuthorizationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Sumup\ConnectCallbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Sumup\ConnectCallbackController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Panel\Sumup\ConnectCallbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Panel\Sumup\DisconnectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Panel\Sumup\DisconnectController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Panel\Sumup\DisconnectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Adyen\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Adyen\NotificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Payment\Adyen\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Asiapay\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Asiapay\NotificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Payment\Asiapay\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Authorize\OrderNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Authorize\OrderNotificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Payment\Authorize\OrderNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Authorize\RecurringProfileNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Authorize\RecurringProfileNotificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Payment\Authorize\RecurringProfileNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\BeforePayment\InitPaymentInfoPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\BeforePayment\InitPaymentInfoPageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Payment\BeforePayment\InitPaymentInfoPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\ErrorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\ErrorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Payment\ErrorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\InitPaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\InitPaymentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Payment\InitPaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\InitRecurringPaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\InitRecurringPaymentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Payment\InitRecurringPaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\JCC\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\JCC\NotificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Payment\JCC\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Kaspi\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Kaspi\NotificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Payment\Kaspi\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Mollie\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Mollie\NotificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Payment\Mollie\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\OrderCancelController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\OrderCancelController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Payment\OrderCancelController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\OrderNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\OrderNotificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Payment\OrderNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\OrderReturnController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\OrderReturnController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Payment\OrderReturnController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Payfast\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Payfast\NotificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Payment\Payfast\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\PaymentResults\InitPaymentNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\PaymentResults\InitPaymentNotificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Payment\PaymentResults\InitPaymentNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\PaymentResults\InitPaymentReturnController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\PaymentResults\InitPaymentReturnController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Payment\PaymentResults\InitPaymentReturnController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\PaymentResults\PaymentResultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\PaymentResults\PaymentResultController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Payment\PaymentResults\PaymentResultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Payrexx\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Payrexx\NotificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Payment\Payrexx\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Rapyd\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Rapyd\NotificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Payment\Rapyd\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\RecurringProfileCancelController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\RecurringProfileCancelController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Payment\RecurringProfileCancelController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\RecurringProfileNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\RecurringProfileNotificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Payment\RecurringProfileNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\RecurringProfileReturnController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\RecurringProfileReturnController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Payment\RecurringProfileReturnController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Revolut\OrderNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Revolut\OrderNotificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Payment\Revolut\OrderNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Revolut\RecurringProfileNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Revolut\RecurringProfileNotificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Payment\Revolut\RecurringProfileNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Skrill\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Skrill\NotificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Payment\Skrill\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Squareup\ConnectCallbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Squareup\ConnectCallbackController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Payment\Squareup\ConnectCallbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Stripe\ConnectCallbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Stripe\ConnectCallbackController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Payment\Stripe\ConnectCallbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Stripe\OrderNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Stripe\OrderNotificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Payment\Stripe\OrderNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Stripe\SessionCompleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Stripe\SessionCompleteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Payment\Stripe\SessionCompleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Sumup\ConnectCallbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Sumup\ConnectCallbackController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Payment\Sumup\ConnectCallbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Sumup\OrderNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Sumup\OrderNotificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Payment\Sumup\OrderNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Swish\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Swish\NotificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Payment\Swish\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\TwocheckoutVerifone\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\TwocheckoutVerifone\NotificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Payment\TwocheckoutVerifone\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\WorldpayCybersource\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\WorldpayCybersource\NotificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Payment\WorldpayCybersource\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Payment\Xendit\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Payment\Xendit\NotificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Payment\Xendit\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Widget\Subscription\DetectTranslationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Widget\Subscription\DetectTranslationsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Widget\Subscription\DetectTranslationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Merchant\Widget\Subscription\TranslationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Merchant\Widget\Subscription\TranslationsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Merchant\Widget\Subscription\TranslationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Core\Normalizer\DateTimeNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Core\Normalizer\DateTimeNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Core\Normalizer\DateTimeNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Core\Request\ParamConverter\SerializableObjectNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Core\Request\ParamConverter\SerializableObjectNormalizer"; reason: abstract.
Removed service ".instanceof.Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface.0.App\Core\Request\ParamConverter\SerializableParamConverter"; reason: abstract.
Removed service ".abstract.instanceof.App\Core\Request\ParamConverter\SerializableParamConverter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Core\Security\Voter\CsrfTokenVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Core\Security\Voter\CsrfTokenVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Core\Security\Voter\SecondAuthenticationVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Core\Security\Voter\SecondAuthenticationVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Cron\Common\RecurringChargesCron"; reason: abstract.
Removed service ".abstract.instanceof.App\Cron\Common\RecurringChargesCron"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Cron\Common\ScheduledTasksCron"; reason: abstract.
Removed service ".abstract.instanceof.App\Cron\Common\ScheduledTasksCron"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Cron\Common\SubscriptionRemindersCron"; reason: abstract.
Removed service ".abstract.instanceof.App\Cron\Common\SubscriptionRemindersCron"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Common\InternalApiTokenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Common\InternalApiTokenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Common\MerchantAttributeHistoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Common\MerchantAttributeHistoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Common\MerchantAttributeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Common\MerchantAttributeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Common\MerchantCustomFieldRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Common\MerchantCustomFieldRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Common\MerchantRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Common\MerchantRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Common\MerchantStripeAccountRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Common\MerchantStripeAccountRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Common\MerchantTaxNumberRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Common\MerchantTaxNumberRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Common\ScheduledBackgroundTaskRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Common\ScheduledBackgroundTaskRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\AffiliateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\AffiliateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\AffiliateTransactionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\AffiliateTransactionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\CustomFeatureConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\CustomFeatureConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\CustomFeatureLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\CustomFeatureLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\CustomFeatureRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\CustomFeatureRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\CustomerCustomFieldRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\CustomerCustomFieldRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\CustomerDefaultCurrencyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\CustomerDefaultCurrencyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\CustomerNoteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\CustomerNoteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\CustomerPaymentStartRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\CustomerPaymentStartRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\CustomerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\CustomerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\DocumentNumberRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\DocumentNumberRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\ExportRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\ExportRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\FecEntryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\FecEntryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\FreshbooksRecordRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\FreshbooksRecordRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\InvoiceLineAmountDetailsDiscountRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\InvoiceLineAmountDetailsDiscountRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\InvoiceLineAmountDetailsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\InvoiceLineAmountDetailsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\InvoiceLineAmountDetailsTaxRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\InvoiceLineAmountDetailsTaxRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\InvoiceLineDiscountRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\InvoiceLineDiscountRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\InvoiceLineRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\InvoiceLineRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\InvoiceNoteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\InvoiceNoteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\InvoiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\InvoiceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\InvoiceSendLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\InvoiceSendLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\InvoiceStatusLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\InvoiceStatusLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\MerchantInfoCustomFieldRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\MerchantInfoCustomFieldRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\MerchantInfoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\MerchantInfoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\MerchantInfoTaxNumberRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\MerchantInfoTaxNumberRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\MerchantPaymentSystemConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\MerchantPaymentSystemConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\MerchantTokenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\MerchantTokenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\NotandoInvoiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\NotandoInvoiceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\OrderBillingPeriodRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\OrderBillingPeriodRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\OrderCallbackRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\OrderCallbackRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\OrderLineDiscountRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\OrderLineDiscountRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\OrderLineRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\OrderLineRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\OrderNoteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\OrderNoteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\OrderNotificationLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\OrderNotificationLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\OrderReferenceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\OrderReferenceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\OrderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\OrderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\OrderStatusLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\OrderStatusLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanAttributeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\PlanAttributeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanAttributeTranslationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\PlanAttributeTranslationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanAttributeValueRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\PlanAttributeValueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanCustomerTrialRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\PlanCustomerTrialRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanPriceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\PlanPriceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanProjectDesignRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\PlanProjectDesignRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanProjectNotificationSettingsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\PlanProjectNotificationSettingsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanProjectNotificationTemplateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\PlanProjectNotificationTemplateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanProjectRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\PlanProjectRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanProjectTranslationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\PlanProjectTranslationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanProjectWebhooksRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\PlanProjectWebhooksRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\PlanRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanSubscriptionAttributeLedgerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\PlanSubscriptionAttributeLedgerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanSubscriptionCallbackRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\PlanSubscriptionCallbackRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanSubscriptionItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\PlanSubscriptionItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanSubscriptionNotificationLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\PlanSubscriptionNotificationLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanSubscriptionReminderLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\PlanSubscriptionReminderLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanSubscriptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\PlanSubscriptionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanSubscriptionStatusLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\PlanSubscriptionStatusLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PlanTranslationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\PlanTranslationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PromotionEmailLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\PromotionEmailLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\PromotionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\PromotionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\QuickbooksRecordRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\QuickbooksRecordRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\RebillablePaymentMethodRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\RebillablePaymentMethodRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\RebillablePaymentMethodStatusLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\RebillablePaymentMethodStatusLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\RecurringProfileCallbackRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\RecurringProfileCallbackRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\RecurringProfileLineDiscountRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\RecurringProfileLineDiscountRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\RecurringProfileLineRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\RecurringProfileLineRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\RecurringProfileNoteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\RecurringProfileNoteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\RecurringProfileNotificationLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\RecurringProfileNotificationLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\RecurringProfileRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\RecurringProfileRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\RecurringProfileSetupLineDiscountRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\RecurringProfileSetupLineDiscountRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\RecurringProfileSetupLineRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\RecurringProfileSetupLineRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\RecurringProfileStatusLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\RecurringProfileStatusLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\RecurringRevenueRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\RecurringRevenueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\TagGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\TagGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\TagRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\TagRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\TaxRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\TaxRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\TeamBlueOrderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\TeamBlueOrderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\TeamBluePlanSubscriptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\TeamBluePlanSubscriptionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\UserActionLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\UserActionLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\UserGoogleAuthenticatorRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\UserGoogleAuthenticatorRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\UserLoginAttemptRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\UserLoginAttemptRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\UserLoginCodeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\UserLoginCodeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\UserLoginLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\UserLoginLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\UserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Merchant\ZapierTriggerSubscribeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Merchant\ZapierTriggerSubscribeRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Affiliate\Api\AccessVoters\CustomerStatVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\App\Affiliate\Api\AccessVoters\CustomerStatVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Affiliate\Api\AccessVoters\ProfileVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\App\Affiliate\Api\AccessVoters\ProfileVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Affiliate\Api\AccessVoters\TransactionListVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\App\Affiliate\Api\AccessVoters\TransactionListVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Affiliate\Api\AccessVoters\WithdrawVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\App\Affiliate\Api\AccessVoters\WithdrawVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Service\App\Merchant\Affiliate\Listener\AffiliateListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\App\Merchant\Affiliate\Listener\AffiliateListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Service\App\Merchant\Config\Validator\SwishP12Validator"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\App\Merchant\Config\Validator\SwishP12Validator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Service\App\Merchant\FecReport\Listener\InvoiceListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\App\Merchant\FecReport\Listener\InvoiceListener"; reason: abstract.
Removed service ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\AffiliateVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\AffiliateVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\AffiliateVoter"; reason: abstract.
Removed service ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\ConfigVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\ConfigVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\ConfigVoter"; reason: abstract.
Removed service ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\CustomFeatureVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\CustomFeatureVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\CustomFeatureVoter"; reason: abstract.
Removed service ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\CustomerVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\CustomerVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\CustomerVoter"; reason: abstract.
Removed service ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\FecReportVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\FecReportVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\FecReportVoter"; reason: abstract.
Removed service ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\FreshbooksIntegrationVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\FreshbooksIntegrationVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\FreshbooksIntegrationVoter"; reason: abstract.
Removed service ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\InvoiceVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\InvoiceVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\InvoiceVoter"; reason: abstract.
Removed service ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\MerchantAttributeVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\MerchantAttributeVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\MerchantAttributeVoter"; reason: abstract.
Removed service ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\MerchantVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\MerchantVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\MerchantVoter"; reason: abstract.
Removed service ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\OrderVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\OrderVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\OrderVoter"; reason: abstract.
Removed service ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\PaymentMethodVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\PaymentMethodVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\PaymentMethodVoter"; reason: abstract.
Removed service ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\PaymentSystemConfigVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\PaymentSystemConfigVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\PaymentSystemConfigVoter"; reason: abstract.
Removed service ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\PromotionVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\PromotionVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\PromotionVoter"; reason: abstract.
Removed service ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\QuickbooksIntegrationVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\QuickbooksIntegrationVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\QuickbooksIntegrationVoter"; reason: abstract.
Removed service ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\RecurringProfileVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\RecurringProfileVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\RecurringProfileVoter"; reason: abstract.
Removed service ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\ReportVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\ReportVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\ReportVoter"; reason: abstract.
Removed service ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\Subscription\PlanAttributeVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\Subscription\PlanAttributeVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\Subscription\PlanAttributeVoter"; reason: abstract.
Removed service ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\Subscription\PlanProjectVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\Subscription\PlanProjectVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\Subscription\PlanProjectVoter"; reason: abstract.
Removed service ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\Subscription\PlanVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\Subscription\PlanVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\Subscription\PlanVoter"; reason: abstract.
Removed service ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\Subscription\SubscriptionVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\Subscription\SubscriptionVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\Subscription\SubscriptionVoter"; reason: abstract.
Removed service ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\TagVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\TagVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\TagVoter"; reason: abstract.
Removed service ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\TaxVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\TaxVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\TaxVoter"; reason: abstract.
Removed service ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\UserActionLogVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\UserActionLogVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\UserActionLogVoter"; reason: abstract.
Removed service ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\UserVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\UserVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\UserVoter"; reason: abstract.
Removed service ".instanceof.App\Service\App\Merchant\Panel\AccessVoters\Contract\IVoter.0.App\Service\App\Merchant\Panel\AccessVoters\XeroInvoiceVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\Panel\AccessVoters\XeroInvoiceVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\App\Merchant\Panel\AccessVoters\XeroInvoiceVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Service\App\Merchant\Panel\Validator\User\UserEmailUniqueValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\App\Merchant\Panel\Validator\User\UserEmailUniqueValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Service\App\Merchant\Panel\Validator\User\UserLoginUniqueValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\App\Merchant\Panel\Validator\User\UserLoginUniqueValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Service\App\Merchant\Promotion\Listener\SubscriptionListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\App\Merchant\Promotion\Listener\SubscriptionListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\WidgetApi\AccessVoters\CustomerVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\App\Merchant\WidgetApi\AccessVoters\CustomerVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\WidgetApi\AccessVoters\PaymentMethodVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\App\Merchant\WidgetApi\AccessVoters\PaymentMethodVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\WidgetApi\AccessVoters\RecurringProfileVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\App\Merchant\WidgetApi\AccessVoters\RecurringProfileVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Service\App\Merchant\WidgetApi\AccessVoters\SubscriptionVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\App\Merchant\WidgetApi\AccessVoters\SubscriptionVoter"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MerchantBaseCurrencyExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\MerchantBaseCurrencyExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MerchantCalendarStartDayExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\MerchantCalendarStartDayExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ResourceVersionExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\ResourceVersionExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SwaggerDataToHttpExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\SwaggerDataToHttpExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraints\ContainsValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validation\Constraints\ContainsValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraints\ExistsValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validation\Constraints\ExistsValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraints\InvoiceNumberTemplateValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validation\Constraints\InvoiceNumberTemplateValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraints\LocaleValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validation\Constraints\LocaleValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraints\MerchantChecksumValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validation\Constraints\MerchantChecksumValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraints\PhoneValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validation\Constraints\PhoneValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraints\PlanProjectCurrencyValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validation\Constraints\PlanProjectCurrencyValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraints\PlanProjectPeriodValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validation\Constraints\PlanProjectPeriodValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraints\ProfilePasswordValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validation\Constraints\ProfilePasswordValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraints\ProfileSecondFactorValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validation\Constraints\ProfileSecondFactorValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraints\PromotionCodeValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validation\Constraints\PromotionCodeValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraints\RequestTimeStampValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validation\Constraints\RequestTimeStampValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraints\SubscriptionItemsValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validation\Constraints\SubscriptionItemsValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraints\TaxNumberValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validation\Constraints\TaxNumberValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraints\UniqueValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validation\Constraints\UniqueValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.property_normalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.property_normalizer"; reason: abstract.
Removed service ".abstract.instanceof.property_normalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.serializer.normalizer.datetime"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.serializer.normalizer.datetime"; reason: abstract.
Removed service ".abstract.instanceof.serializer.normalizer.datetime"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.doctrine_lock"; reason: abstract.
Removed service ".abstract.instanceof.doctrine_lock"; reason: abstract.
607
Removed service "App\Background\Data\AddFecEntryData"; reason: unused.
Removed service "App\Background\Data\CalculateAffiliateCommissionData"; reason: unused.
Removed service "App\Background\Data\CancelSubscriptionData"; reason: unused.
Removed service "App\Background\Data\CreateElasticOrderIndexData"; reason: unused.
Removed service "App\Background\Data\CustomerStatData"; reason: unused.
Removed service "App\Background\Data\ExportData"; reason: unused.
Removed service "App\Background\Data\FreshbooksCreateRecordData"; reason: unused.
Removed service "App\Background\Data\MakeRecurringPaymentData"; reason: unused.
Removed service "App\Background\Data\MerchantMigrationData"; reason: unused.
Removed service "App\Background\Data\NotandoCreateInvoiceData"; reason: unused.
Removed service "App\Background\Data\PaymentNotificationData"; reason: unused.
Removed service "App\Background\Data\QuickbooksCreateRecordData"; reason: unused.
Removed service "App\Background\Data\QuickbooksRefundPaymentData"; reason: unused.
Removed service "App\Background\Data\RecalculateInvoiceAmountDetailsData"; reason: unused.
Removed service "App\Background\Data\RecurringChargesData"; reason: unused.
Removed service "App\Background\Data\RecurringProfileNotificationData"; reason: unused.
Removed service "App\Background\Data\SendPromotionData"; reason: unused.
Removed service "App\Background\Data\SubscriptionNotificationData"; reason: unused.
Removed service "App\Background\Data\SubscriptionProjectTranslationData"; reason: unused.
Removed service "App\Background\Data\SubscriptionReminderData"; reason: unused.
Removed service "App\Background\Data\SyncFecEntriesData"; reason: unused.
Removed service "App\Background\Data\TeamBlueSyncInvoiceData"; reason: unused.
Removed service "App\Background\Data\TeamBlueSyncOrderData"; reason: unused.
Removed service "App\Background\Data\TeamBlueSyncSubscriptionData"; reason: unused.
Removed service "App\Background\Data\ZapierTriggerInvoiceData"; reason: unused.
Removed service "App\Background\Data\ZapierTriggerPaymentData"; reason: unused.
Removed service "App\Core\DTO\AuthResultDTO"; reason: unused.
Removed service "App\Core\DTO\CredentialsDTO"; reason: unused.
Removed service "App\Core\Exception\AccessDeniedException"; reason: unused.
Removed service "App\Core\Exception\BadRequestException"; reason: unused.
Removed service "App\Core\Exception\BaseException"; reason: unused.
Removed service "App\Core\Exception\NotFoundException"; reason: unused.
Removed service "App\Core\Exception\TooManyRequestsException"; reason: unused.
Removed service "App\Core\Exception\UnauthorizedException"; reason: unused.
Removed service "App\Core\Exception\UnexpectedException"; reason: unused.
Removed service "App\Core\Exception\ValidationException"; reason: unused.
Removed service "App\Core\MerchantSelector\MultiHostConnectionWrapper"; reason: unused.
Removed service "App\Core\ORM\Tools\ArrayPaginator"; reason: unused.
Removed service "App\Core\ORM\Tools\ElasticPaginator"; reason: unused.
Removed service "App\Core\ORM\Tools\Paginator"; reason: unused.
Removed service "App\Core\ORM\Tools\SqlPaginator"; reason: unused.
Removed service "App\Core\Query\Mysql\Date"; reason: unused.
Removed service "App\Core\Query\Mysql\DateFormat"; reason: unused.
Removed service "App\Core\Query\Mysql\Month"; reason: unused.
Removed service "App\Core\Query\Mysql\Quarter"; reason: unused.
Removed service "App\Core\Query\Mysql\Week"; reason: unused.
Removed service "App\Core\Query\Mysql\WeekDay"; reason: unused.
Removed service "App\Core\Query\Mysql\Year"; reason: unused.
Removed service "App\Core\Request\ParamConverter\ConversionException"; reason: unused.
Removed service "App\Core\Response\Json\EmptyResponse"; reason: unused.
Removed service "App\Core\Response\Json\ExceptionResponse"; reason: unused.
Removed service "App\Core\Response\Json\SerializedResponse"; reason: unused.
Removed service "App\Core\Security\Authenticator\DTO\JWTPayloadDTO"; reason: unused.
Removed service "App\Core\Security\Authenticator\DTO\JWTTokenDTO"; reason: unused.
Removed service "App\Core\Security\Authenticator\Event\MerchantLoginAttemptEvent"; reason: unused.
Removed service "App\Core\Security\Authenticator\SecondFactor\GaProvider"; reason: unused.
Removed service "App\Core\Security\Event\MerchantSecondFactorEvent"; reason: unused.
Removed service "App\Core\Security\Provider\Data\JWTTokenUser"; reason: unused.
Removed service "App\DTO\AffiliatePanelAPI\Request\GetCustomersStatFilterDTO"; reason: unused.
Removed service "App\DTO\AffiliatePanelAPI\Request\GetTransactionsListFilterDTO"; reason: unused.
Removed service "App\DTO\AffiliatePanelAPI\Response\AffiliateTransactionPublicResponseDTO"; reason: unused.
Removed service "App\DTO\AffiliatePanelAPI\Response\ConfigResponseDTO"; reason: unused.
Removed service "App\DTO\Common\Invoice\Base\BaseInvoiceDTO"; reason: unused.
Removed service "App\DTO\Common\Paginator\Request\BaseFilterDTO"; reason: unused.
Removed service "App\DTO\Common\Paginator\Response\MetaDataDTO"; reason: unused.
Removed service "App\DTO\Common\Paginator\Response\PaginatedResultDTO"; reason: unused.
Removed service "App\DTO\Common\Payment\Base\BasePaymentInfoDTO"; reason: unused.
Removed service "App\DTO\Common\Payment\Base\BasePaymentMethodResultInfoDTO"; reason: unused.
Removed service "App\DTO\Common\Payment\CustomerDTO"; reason: unused.
Removed service "App\DTO\Common\Payment\PaymentInfoDTO"; reason: unused.
Removed service "App\DTO\Common\Payment\PaymentInfoLineDTO"; reason: unused.
Removed service "App\DTO\Common\Payment\PaymentInfoRecurringProfileDTO"; reason: unused.
Removed service "App\DTO\Common\Payment\PaymentMethodHandleCallbackResultDTO"; reason: unused.
Removed service "App\DTO\Common\Payment\PaymentMethodMakePaymentResultDTO"; reason: unused.
Removed service "App\DTO\Common\Payment\PaymentSystemConfigDTO"; reason: unused.
Removed service "App\DTO\Common\Payment\PaymentSystemHandleCallbackRecurringResultDTO"; reason: unused.
Removed service "App\DTO\Common\Payment\PaymentSystemHandleCallbackResultDTO"; reason: unused.
Removed service "App\DTO\Common\Payment\PaymentSystemHandleReturnPageResultDTO"; reason: unused.
Removed service "App\DTO\Common\Payment\PaymentSystemMakeRecurringPaymentResultDTO"; reason: unused.
Removed service "App\DTO\Common\Payment\PaymentSystemMakeTerminalPaymentResultDTO"; reason: unused.
Removed service "App\DTO\Common\Payment\PaymentSystemRebillingChargeResultDTO"; reason: unused.
Removed service "App\DTO\Common\Payment\PaymentSystemRecurringChargeResultDTO"; reason: unused.
Removed service "App\DTO\Common\Payment\PaymentSystemRefundResultDTO"; reason: unused.
Removed service "App\DTO\Common\Payment\RebillablePaymentMethodInfoDTO"; reason: unused.
Removed service "App\DTO\Common\Payment\Request\BaseApproveOrderRequestDTO"; reason: unused.
Removed service "App\DTO\Common\Payment\Request\BaseCancelOrderRequestDTO"; reason: unused.
Removed service "App\DTO\Common\Payment\Request\BaseCancelRecurringProfileRequestDTO"; reason: unused.
Removed service "App\DTO\Common\Payment\Request\BaseDisablePaymentMethodRequestDTO"; reason: unused.
Removed service "App\DTO\Common\Payment\Request\BaseRefundOrderRequestDTO"; reason: unused.
Removed service "App\DTO\Common\Payment\SignedRequestResultDTO"; reason: unused.
Removed service "App\DTO\Common\Pdf\ConvertRequestDTO"; reason: unused.
Removed service "App\DTO\Common\PeriodDTO"; reason: unused.
Removed service "App\DTO\Common\Subscription\Request\Base\BaseSubscriptionPaymentRequest"; reason: unused.
Removed service "App\DTO\Common\Subscription\Request\CreateSubscriptionRequestDTO"; reason: unused.
Removed service "App\DTO\Common\Subscription\Request\InitSubscriptionCallbacksDTO"; reason: unused.
Removed service "App\DTO\Common\Subscription\Request\PlanPeriodRequestDTO"; reason: unused.
Removed service "App\DTO\Common\Subscription\Request\SubscriptionItemRequestDTO"; reason: unused.
Removed service "App\DTO\Common\Subscription\Response\BasePlanResponseDTO"; reason: unused.
Removed service "App\DTO\Common\Subscription\Response\BaseTranslationResponseDTO"; reason: unused.
Removed service "App\DTO\Common\Subscription\Response\BaseWithTranslationsResponseDTO"; reason: unused.
Removed service "App\DTO\Common\Subscription\Response\CalculateSubscriptionResponseDTO"; reason: unused.
Removed service "App\DTO\Common\Subscription\Response\PaymentResponseDTO"; reason: unused.
Removed service "App\DTO\Common\Subscription\Response\PlanAttributeResponseDTO"; reason: unused.
Removed service "App\DTO\Common\Subscription\Response\PlanAttributeTranslationResponseDTO"; reason: unused.
Removed service "App\DTO\Common\Subscription\Response\PlanAttributeValueResponseDTO"; reason: unused.
Removed service "App\DTO\Common\Subscription\Response\PlanPeriodResponseDTO"; reason: unused.
Removed service "App\DTO\Common\Subscription\Response\PlanPriceResponseDTO"; reason: unused.
Removed service "App\DTO\Common\Subscription\Response\PlanProjectResponseDTO"; reason: unused.
Removed service "App\DTO\Common\Subscription\Response\PlanProjectTranslationResponseDTO"; reason: unused.
Removed service "App\DTO\Common\Subscription\Response\PlanResponseDTO"; reason: unused.
Removed service "App\DTO\Common\Subscription\Response\PlanSubscriptionAttributeValueResponseDTO"; reason: unused.
Removed service "App\DTO\Common\Subscription\Response\PlanSubscriptionItemResponseDTO"; reason: unused.
Removed service "App\DTO\Common\Subscription\Response\PlanSubscriptionResponseDTO"; reason: unused.
Removed service "App\DTO\Common\Subscription\Response\PlanTranslationResponseDTO"; reason: unused.
Removed service "App\DTO\Common\Subscription\Response\ProductResponseDTO"; reason: unused.
Removed service "App\DTO\Common\Subscription\Response\SubscriptionPaymentResponseDTO"; reason: unused.
Removed service "App\DTO\CustomFeature\CustomFeatureConfigDTO"; reason: unused.
Removed service "App\DTO\CustomFeature\CustomFeatureDTO"; reason: unused.
Removed service "App\DTO\CustomFeature\PromotionCustomFeatureConfig"; reason: unused.
Removed service "App\DTO\CustomFeature\SubscriptionCustomFeatureConfig"; reason: unused.
Removed service "App\DTO\Internal\MerchantToken\Result\MerchantTokenInfoResultDTO"; reason: unused.
Removed service "App\DTO\Internal\Payment\Request\ApplyDiscountDTO"; reason: unused.
Removed service "App\DTO\Internal\Payment\Request\CancelPaymentDTO"; reason: unused.
Removed service "App\DTO\Internal\Payment\Request\ConfirmPaymentDTO"; reason: unused.
Removed service "App\DTO\Internal\Payment\Request\ErrorPaymentDTO"; reason: unused.
Removed service "App\DTO\Internal\Payment\Request\RefundPaymentDTO"; reason: unused.
Removed service "App\DTO\Internal\PaymentMethod\Request\DisablePaymentMethodDTO"; reason: unused.
Removed service "App\DTO\Internal\PaymentMethod\Request\UpdatePaymentMethodDTO"; reason: unused.
Removed service "App\DTO\Internal\RecurringProfile\Request\ProlongRecurringProfileDTO"; reason: unused.
Removed service "App\DTO\Internal\RecurringProfile\Request\UpdateRecurringProfileDTO"; reason: unused.
Removed service "App\DTO\Internal\Subscription\SubscriptionLinesDTO"; reason: unused.
Removed service "App\DTO\InternalApi\InternalResult\CreateMerchantTokenResultDTO"; reason: unused.
Removed service "App\DTO\InternalApi\InternalResult\InternalApiTokenInfoResultDTO"; reason: unused.
Removed service "App\DTO\InternalApi\Response\CreateMerchantResponseDTO"; reason: unused.
Removed service "App\DTO\InternalApi\Response\CreateSystemUserLoginLinkResponseDTO"; reason: unused.
Removed service "App\DTO\MerchantApi\Affiliate\Response\AffiliateAuthTokenResponseDTO"; reason: unused.
Removed service "App\DTO\MerchantApi\Common\Base\Request\BasePaymentRequestDTO"; reason: unused.
Removed service "App\DTO\MerchantApi\Common\Request\BillingPeriodRequestDTO"; reason: unused.
Removed service "App\DTO\MerchantApi\Customer\Request\CustomerCustomFieldRequestDTO"; reason: unused.
Removed service "App\DTO\MerchantApi\Integration\Request\ZapierTriggerRequestDTO"; reason: unused.
Removed service "App\DTO\MerchantApi\Payment\Request\ChangeOrderBillingPeriodRequestDTO"; reason: unused.
Removed service "App\DTO\MerchantApi\Payment\Request\InitPaymentCallbackInfoRequestDTO"; reason: unused.
Removed service "App\DTO\MerchantApi\Payment\Request\InitPaymentRequestLineDTO"; reason: unused.
Removed service "App\DTO\MerchantApi\Payment\Request\PaymentMethodInfoRequestDTO"; reason: unused.
Removed service "App\DTO\MerchantApi\Payment\Response\InitPaymentResponseDTO"; reason: unused.
Removed service "App\DTO\MerchantApi\PaymentMethod\Response\RebillingPaymentResponseDTO"; reason: unused.
Removed service "App\DTO\MerchantApi\PaymentSystem\Response\PaymentSystemStatusDTO"; reason: unused.
Removed service "App\DTO\MerchantApi\RecurringProfile\Request\InitRecurringPaymentCallbackInfoRequestDTO"; reason: unused.
Removed service "App\DTO\MerchantApi\RecurringProfile\Request\UpdatePaymentRequestLineDTO"; reason: unused.
Removed service "App\DTO\MerchantApi\RecurringProfile\Response\InitRecurringPaymentResponseDTO"; reason: unused.
Removed service "App\DTO\MerchantApi\Subscription\Response\BasicPlanPriceResponseDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Acl\AclRuleDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Affiliate\Request\GetAffiliateListFilterDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Affiliate\Request\GetAffiliatePerformanceChartFilterDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Affiliate\Request\GetAffiliateTransactionsFilterDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Affiliate\Response\AffiliateDetailsResponseDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Affiliate\Response\AffiliateTransactionResponseDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Chart\Request\ChartFilterDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Chart\Response\BaseChartDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Chart\Response\BaseChartLineDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Chart\Response\CurrencyChartDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Chart\Response\CurrencyChartLineDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Chart\Response\DayOfTheWeekChartDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Chart\Response\MonthOfTheYearChartDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Chart\Response\OrderStatDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Chart\Response\PaymentSystemChartDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Chart\Response\ReferralChartDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Chart\Response\ReferralChartLineDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Chart\Response\RevenueChartDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Chart\Response\RevenueChartLineDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Chart\Response\StatusChartDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Chart\Response\TagChartDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Chart\Response\TagChartLineDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Chart\Response\TagGroupChartDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Chart\Response\TagGroupChartLineDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Chart\Response\TrendChartDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Chart\Response\TrendChartLineDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Common\BaseAddNoteRequestDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Common\BaseLineDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Common\BaseNoteDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Common\BaseNotificationLogDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Common\BaseStatusLogDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Common\BaseTranslationRequestDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Common\LineDiscountAmountDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Common\LineDiscountDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Common\LineTaxDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Config\Common\BasePaymentSystemsConfigDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Config\Response\GetApiKeysResponse"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Config\Response\PaymentSystemsConfigResponseDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\CustomFeature\Response\FreshbooksIntegrationStatusLogDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\CustomFeature\Response\QuickbooksIntegrationStatusLogDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Customer\Request\GetCustomerListFilterDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Customer\Response\CustomerCustomFieldDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Customer\Response\CustomerDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Customer\Response\CustomerNoteDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Export\Response\ExportDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\File\Request\UploadImageRequestDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\File\Response\UploadImageDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Invoice\Request\GetInvoiceListFilterDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Invoice\Response\InvoiceDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Invoice\Response\InvoiceDetailedDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Invoice\Response\InvoiceIntegrationLinkDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Invoice\Response\InvoiceLineDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Invoice\Response\InvoiceNoteDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Invoice\Response\InvoiceStatusLogDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Invoice\Response\InvoiceTotalDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Login\SecondFactorSecretCodeInfoDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Login\UserLoginAttemptValidatorDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Merchant\Request\SaveMerchantCustomFieldRequestDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Merchant\Request\SaveMerchantTaxNumberRequestDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Merchant\Response\MerchantCustomFieldDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Merchant\Response\MerchantDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Merchant\Response\MerchantInfoDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Merchant\Response\MerchantTaxNumberDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Order\Request\GetOrderListFilterDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Order\Response\OrderDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Order\Response\OrderDetailedDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Order\Response\OrderLineDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Order\Response\OrderNoteDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Order\Response\OrderNotificationLogDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Order\Response\OrderStatusLogDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Payment\Response\InitPaymentFormInfoPageDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Payment\Response\InitPaymentFormResponseDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Payment\Response\InitPaymentResultDetailedDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\PaymentMethod\Request\GetPaymentMethodListFilterDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\PaymentMethod\Response\PaymentMethodDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\PaymentMethod\Response\PaymentMethodDetailedDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\PaymentMethod\Response\PaymentMethodStatusLogDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Promotion\Request\GetPromotionListFilterDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Promotion\Request\GetPromotionReportFilterDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Promotion\Response\PromotionResponseDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Promotion\Response\PromotionSelectResponseDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\RecurringProfile\Request\GetRecurringProfileListFilterDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\RecurringProfile\Response\RecurringProfileDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\RecurringProfile\Response\RecurringProfileDetailedDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\RecurringProfile\Response\RecurringProfileLineDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\RecurringProfile\Response\RecurringProfileNoteDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\RecurringProfile\Response\RecurringProfileNotificationLogDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\RecurringProfile\Response\RecurringProfileStatusLogDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Referral\Response\ReferralDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Report\Request\GetAccrualBasedRevenuesReportFilterDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Report\Request\GetCountryTaxReportFilterDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Report\Request\GetCustomerReportFilterDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Report\Request\GetFecReportFilterDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Report\Request\GetOssTaxReportFilterDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Report\Request\GetPeriodDetailsReportFilterDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Report\Request\GetVatReportFilterDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Report\Request\GetViesTaxReportFilterDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Report\Response\AccrualBasedCustomerPeriodDetailsDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Report\Response\AccrualBasedReportMetaDataDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Report\Response\AccrualBasedRevenueCustomerResponseDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Report\Response\AccrualBasedRevenueItemDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Report\Response\CountryTaxReportCountryItemResponseDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Report\Response\CountryTaxReportItemResponseDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Report\Response\CountryTaxReportResponseDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Report\Response\CustomerPeriodDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Report\Response\CustomerReportDetailsResponseDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Report\Response\CustomerReportResponseDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Report\Response\CustomerStatDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Report\Response\CustomerStatItemDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Report\Response\FecReportItemResponseDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Report\Response\OssTaxReportItemResponseDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Report\Response\OssTaxReportResponseDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Report\Response\SimpleOrderDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Report\Response\VatReportResponseDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Report\Response\ViesReportItemResponseDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Report\Response\ViesTaxReportCustomItemDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Subscription\Attribute\Request\AttributePositionDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Subscription\Attribute\Request\AttributeTranslationRequestDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Subscription\Attribute\Request\AttributeValueDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Subscription\Attribute\Request\BaseAttributeRequestDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Subscription\Attribute\Request\GetAttributeListFilterDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Subscription\Attribute\Response\AttributeResponseDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Subscription\Plan\Request\ChangePlanPriceDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Subscription\Plan\Request\GetPlanListFilterDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Subscription\Plan\Request\PlanPriceRequestDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Subscription\Plan\Request\PlanTranslationRequestDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Subscription\Plan\Request\SavePlanTranslationRequestDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Subscription\Plan\Response\AttributeValueDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Subscription\Plan\Response\MinimalPlanInfoDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Subscription\Plan\Response\PlanDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Subscription\Plan\Response\PlanTranslationsResponseDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Subscription\Project\Request\AttributePositionRequestDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Subscription\Project\Request\BaseProjectRequest"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Subscription\Project\Request\PlanProjectNotificationTemplateRequestDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Subscription\Project\Request\PlanProjectTranslationRequestDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Subscription\Project\Request\ProjectDesignOptionDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Subscription\Project\Request\ProjectTariffTableValueRequestDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Subscription\Project\Request\SaveProjectDesignConfigFieldDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Subscription\Project\Response\ProjectDesignConfigValueDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Subscription\Project\Response\ProjectDesignResponseDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Subscription\Project\Response\ProjectNotificationSettingsResponseDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Subscription\Project\Response\ProjectNotificationTemplateResponseDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Subscription\Project\Response\ProjectResponseDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Subscription\Project\Response\ProjectWebhookUrlsResponseDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Subscription\Project\Response\ThemeConfigFieldDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Subscription\Project\Response\ThemeConfigSelectValueDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Subscription\Project\Response\ThemeResponseDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Subscription\Subscription\Request\GetSubscriptionChartFilterDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Subscription\Subscription\Request\GetSubscriptionListFilterDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Subscription\Subscription\Response\SubscriptionAttributeChartDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Subscription\Subscription\Response\SubscriptionAttributeChartLineDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Subscription\Subscription\Response\SubscriptionChartDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Subscription\Subscription\Response\SubscriptionChartLineDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Subscription\Subscription\Response\SubscriptionDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Subscription\Subscription\Response\SubscriptionDetailedDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Subscription\Subscription\Response\SubscriptionStatusLogDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Tag\Response\TagGroupResponseDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Tax\Request\GetTaxListFilterDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Tax\Response\TaxDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Terminal\Response\PaymentSystem\StripeMakeTerminalPaymentResponseDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\Terminal\Response\TerminalResponseDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\User\Request\GetUserListFilterDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\User\Response\SimpleUserDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\User\Response\UserDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\UserActionLog\Request\GetUserActionLogListFilterDTO"; reason: unused.
Removed service "App\DTO\MerchantPanelApi\UserActionLog\Response\UserActionLogDTO"; reason: unused.
Removed service "App\DTO\MerchantWidgetApi\Response\Common\LocaleSettingsResponseDTO"; reason: unused.
Removed service "App\DTO\MerchantWidgetApi\Response\Order\CustomerOrderDTO"; reason: unused.
Removed service "App\DTO\MerchantWidgetApi\Response\PaymentMethod\CustomerPaymentMethodResponseDTO"; reason: unused.
Removed service "App\DTO\MerchantWidgetApi\Response\Promotion\Response\DefaultPromotionCodeResponseDTO"; reason: unused.
Removed service "App\DTO\MerchantWidgetApi\Response\Subscription\SubscriptionStatusDTO"; reason: unused.
Removed service "App\DTO\MerchantWidgetApi\Response\Subscription\WidgetPlanProjectDetailsResponseDTO"; reason: unused.
Removed service "App\DTO\Notification\InvoiceInfoNotificationDTO"; reason: unused.
Removed service "App\DTO\Notification\PaymentCallbackNotificationDTO"; reason: unused.
Removed service "App\DTO\Notification\PaymentMethodInfoNotificationDTO"; reason: unused.
Removed service "App\DTO\Notification\PaymentRecurringInfoNotificationDTO"; reason: unused.
Removed service "App\DTO\Notification\RecurringProfileStatusNotificationDTO"; reason: unused.
Removed service "App\DTO\Notification\SubscriptionCallbackNotificationDTO"; reason: unused.
Removed service "App\DTO\Notification\SubscriptionValidationAttributeValueDTO"; reason: unused.
Removed service "App\DTO\Notification\SubscriptionValidationDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Config\AdyenPaymentSystemConfigDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Config\AsiapayPaymentSystemConfigDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Config\BorgunPaymentSystemConfigDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Config\BraintreePaymentSystemConfigDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Config\CcavenuePaymentSystemConfigDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Config\HelcimPaymentSystemConfigDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Config\JccPaymentSystemConfigDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Config\KaspiPaymentSystemConfigDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Config\LinepayPaymentSystemConfigDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Config\LiqpayPaymentSystemConfigDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Config\MonerisPaymentSystemConfigDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Config\MonobankPaymentSystemConfigDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Config\NewebpayPaymentSystemConfigDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Config\PagarPaymentSystemConfigDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Config\PayULatamPaymentSystemConfigDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Config\PayfastPaymentSystemConfigDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Config\PaymentAsiaPaymentSystemConfigDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Config\PayrexxPaymentSystemConfigDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Config\PaytabsPaymentSystemConfigDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Config\PinPaymentsPaymentSystemConfigDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Config\RapydPaymentSystemConfigDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Config\RevolutPaymentSystemConfigDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Config\SkrillPaymentSystemConfigDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Config\SumupPaymentSystemConfigDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Config\TappayPaymentSystemConfigDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Config\TwocheckoutVerifonePaymentSystemConfigDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Config\WorldpayCybersourcePaymentSystemConfigDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Config\WorldpayPaymentSystemConfigDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Config\XenditPaymentSystemConfigDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Data\AsiapayPaymentSystemDataDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Data\AuthorizePaymentSystemDataDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Data\BorgunPaymentSystemDataDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Data\BraintreePaymentSystemDataDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Data\CcavenuePaymentSystemDataDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Data\CustomPaymentSystemDataDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Data\DelayPaymentSystemDataDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Data\ECPayPaymentSystemDataDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Data\HelcimPaymentSystemDataDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Data\KaspiPaymentSystemDataDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Data\LiqpayPaymentSystemDataDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Data\MonerisPaymentSystemDataDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Data\NewebpayPaymentSystemDataDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Data\PayPalCheckoutPaymentSystemDataDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Data\PayPalPaymentSystemDataDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Data\PayULatamPaymentSystemDataDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Data\PayfastPaymentSystemDataDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Data\PaymentAsiaPaymentSystemDataDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Data\PinPaymentsPaymentSystemDataDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Data\RevolutPaymentSystemDataDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Data\SquareupPaymentSystemDataDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Data\StripePaymentSystemDataDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Data\SumupPaymentSystemDataDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Data\SwishPaymentSystemDataDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Data\TappayPaymentSystemDataDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Data\TwocheckoutPaymentSystemDataDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Data\TwocheckoutVerifonePaymentSystemDataDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Data\WorldpayCybersourcePaymentSystemDataDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\Data\WorldpayPaymentSystemDataDTO"; reason: unused.
Removed service "App\DTO\PaymentSystem\PaymentSystemStatusDTO"; reason: unused.
Removed service "App\Service\App\Merchant\Api\Subscription\Data\PaymentInfoDTO"; reason: unused.
Removed service "App\Service\App\Merchant\Config\Event\PaymentSystemDeactivateEvent"; reason: unused.
Removed service "App\Service\App\Merchant\Config\Validator\SwishP12"; reason: unused.
Removed service "App\Service\App\Merchant\Event\MerchantUserActionEvent"; reason: unused.
Removed service "App\Service\App\Merchant\Event\UpdateCustomerStatEvent"; reason: unused.
Removed service "App\Service\App\Merchant\Integrations\Freshbooks\Exception\CreateRecordException"; reason: unused.
Removed service "App\Service\App\Merchant\Integrations\Notando\Data\AuthToken"; reason: unused.
Removed service "App\Service\App\Merchant\Integrations\Notando\Data\InvoiceOptions"; reason: unused.
Removed service "App\Service\App\Merchant\Integrations\Notando\Data\Product"; reason: unused.
Removed service "App\Service\App\Merchant\Integrations\Notando\Exception\BaseException"; reason: unused.
Removed service "App\Service\App\Merchant\Integrations\Notando\Exception\CreateInvoiceException"; reason: unused.
Removed service "App\Service\App\Merchant\Integrations\Quickbooks\Exception\CreateRecordException"; reason: unused.
Removed service "App\Service\App\Merchant\Integrations\TeamBlue\Exception\BaseException"; reason: unused.
Removed service "App\Service\App\Merchant\Integrations\TeamBlue\Exception\SyncDataException"; reason: unused.
Removed service "App\Service\App\Merchant\Integrations\Zapier\Exception\NotificationException"; reason: unused.
Removed service "App\Service\App\Merchant\Integrations\Zapier\Exception\SubscriptionException"; reason: unused.
Removed service "App\Service\App\Merchant\Invoice\AddLineByInvoiceIdService"; reason: unused.
Removed service "App\Service\App\Merchant\Invoice\Event\FinalizeInvoiceEvent"; reason: unused.
Removed service "App\Service\App\Merchant\Invoice\Event\PaidInvoiceEvent"; reason: unused.
Removed service "App\Service\App\Merchant\Invoice\Event\VoidInvoiceEvent"; reason: unused.
Removed service "App\Service\App\Merchant\Invoice\GetInvoiceByIdService"; reason: unused.
Removed service "App\Service\App\Merchant\Invoice\Handler\AbstractHandler"; reason: unused.
Removed service "App\Service\App\Merchant\Panel\Api\Chart\CommonChartService"; reason: unused.
Removed service "App\Service\App\Merchant\Panel\Api\Report\Base\BaseAccrualBasedRevenueReportService"; reason: unused.
Removed service "App\Service\App\Merchant\Panel\Api\Report\CustomerStatService"; reason: unused.
Removed service "App\Service\App\Merchant\Panel\Api\Report\SaveCustomerStatService"; reason: unused.
Removed service "App\Service\App\Merchant\Panel\Api\Subscription\Project\Base\BaseProjectService"; reason: unused.
Removed service "App\Service\App\Merchant\Panel\Validator\User\UserEmailUnique"; reason: unused.
Removed service "App\Service\App\Merchant\Panel\Validator\User\UserLoginUnique"; reason: unused.
Removed service "App\Service\App\Merchant\Payment\BaseInitPaymentService"; reason: unused.
Removed service "App\Service\App\Merchant\Payment\Event\CancelPaymentEvent"; reason: unused.
Removed service "App\Service\App\Merchant\Payment\Event\ConfirmPaymentEvent"; reason: unused.
Removed service "App\Service\App\Merchant\Payment\Event\CreatePaymentEvent"; reason: unused.
Removed service "App\Service\App\Merchant\Payment\Event\ErrorPaymentEvent"; reason: unused.
Removed service "App\Service\App\Merchant\Payment\Event\RefundPaymentEvent"; reason: unused.
Removed service "App\Service\App\Merchant\Payment\Exception\CallbackNotificationException"; reason: unused.
Removed service "App\Service\App\Merchant\Payment\FindAutoApplyTaxEntitiesService"; reason: unused.
Removed service "App\Service\App\Merchant\Payment\GetRecurringProfileInfoByReferenceIdService"; reason: unused.
Removed service "App\Service\App\Merchant\Payment\Handler\Payment\OrderIndexHandler"; reason: unused.
Removed service "App\Service\App\Merchant\Payment\Handler\Payment\PromotionHandler"; reason: unused.
Removed service "App\Service\App\Merchant\Subscription\Event\ActivateSubscriptionEvent"; reason: unused.
Removed service "App\Service\App\Merchant\Subscription\Event\BuildSubscriptionPaymentLineEvent"; reason: unused.
Removed service "App\Service\App\Merchant\Subscription\Event\CalculateSubscriptionTotalsEvent"; reason: unused.
Removed service "App\Service\App\Merchant\Subscription\Event\CreateSubscriptionWithPaymentEvent"; reason: unused.
Removed service "App\Service\App\Merchant\Subscription\Event\DeactivateSubscriptionEvent"; reason: unused.
Removed service "App\Service\App\Merchant\Subscription\Event\SubscriptionPlanListEvent"; reason: unused.
Removed service "App\Service\App\Merchant\Subscription\Event\UpdateSubscriptionEvent"; reason: unused.
Removed service "App\Service\App\Merchant\Subscription\Exception\ValidateSubscriptionException"; reason: unused.
Removed service "App\Service\App\Merchant\Subscription\Handler\AbstractHandler"; reason: unused.
Removed service "App\Service\Common\Country\Util"; reason: unused.
Removed service "App\Service\Common\Crypt\Container"; reason: unused.
Removed service "App\Service\Common\Crypt\Exception"; reason: unused.
Removed service "App\Service\Common\Elastic\ElasticClient"; reason: unused.
Removed service "App\Service\Common\Exception\TransactionalLockException"; reason: unused.
Removed service "App\Service\Common\Exception\UnableAcquireLockException"; reason: unused.
Removed service "App\Service\Common\Formatter\Container"; reason: unused.
Removed service "App\Service\Common\Logger"; reason: unused.
Removed service "App\Service\Common\Security\JWTTokenSecurityHelper"; reason: unused.
Removed service "App\Service\Common\String\Util"; reason: unused.
Removed service "App\Service\PaymentSystem\Exception\KaspiPaymentSystemException"; reason: unused.
Removed service "App\Service\PaymentSystem\Exception\PaymentSystemException"; reason: unused.
Removed service "App\Service\PaymentSystem\Exception\PaymentSystemExceptionRecurringDeclined"; reason: unused.
Removed service "App\Service\PaymentSystem\Listener\AdyenListener"; reason: unused.
Removed service "App\Service\PaymentSystem\Listener\AsiapayListener"; reason: unused.
Removed service "App\Service\PaymentSystem\Processor\Squareup\SquareupConnectException"; reason: unused.
Removed service "App\Service\PaymentSystem\Processor\Stripe\StripeConnectException"; reason: unused.
Removed service "App\Service\PaymentSystem\Processor\Stripe\StripeSignatureValidationException"; reason: unused.
Removed service "App\Service\PaymentSystem\Processor\Sumup\SumupConnectException"; reason: unused.
Removed service "App\Types\AffiliateCommissionRateType"; reason: unused.
Removed service "App\Types\AffiliateReleaseCommissionRule"; reason: unused.
Removed service "App\Types\AffiliateStatus"; reason: unused.
Removed service "App\Types\AffiliateTransactionType"; reason: unused.
Removed service "App\Types\ConfigFile"; reason: unused.
Removed service "App\Types\ConfigFileValue"; reason: unused.
Removed service "App\Types\ConfigType"; reason: unused.
Removed service "App\Types\CustomFeatureStatus"; reason: unused.
Removed service "App\Types\DecimalType"; reason: unused.
Removed service "App\Types\DiscountType"; reason: unused.
Removed service "App\Types\EncryptedString"; reason: unused.
Removed service "App\Types\ExportStatus"; reason: unused.
Removed service "App\Types\ExportType"; reason: unused.
Removed service "App\Types\FecEntryType"; reason: unused.
Removed service "App\Types\FlashTypes"; reason: unused.
Removed service "App\Types\InternalApiTokenStatus"; reason: unused.
Removed service "App\Types\InvoiceIntegrationAction"; reason: unused.
Removed service "App\Types\InvoiceIntegrationStatus"; reason: unused.
Removed service "App\Types\InvoiceStatus"; reason: unused.
Removed service "App\Types\InvoiceTemplateType"; reason: unused.
Removed service "App\Types\InvoiceType"; reason: unused.
Removed service "App\Types\MerchantAttribute"; reason: unused.
Removed service "App\Types\MerchantAttributeAction"; reason: unused.
Removed service "App\Types\MerchantStatus"; reason: unused.
Removed service "App\Types\MerchantTokenStatus"; reason: unused.
Removed service "App\Types\MerchantUserActionsActionType"; reason: unused.
Removed service "App\Types\MerchantUserActionsObjectType"; reason: unused.
Removed service "App\Types\MerchantUserLoginAttemptType"; reason: unused.
Removed service "App\Types\MerchantUserLoginHashType"; reason: unused.
Removed service "App\Types\MerchantUserLoginType"; reason: unused.
Removed service "App\Types\MerchantUserRole"; reason: unused.
Removed service "App\Types\NotificationType"; reason: unused.
Removed service "App\Types\OrderStatus"; reason: unused.
Removed service "App\Types\OrderType"; reason: unused.
Removed service "App\Types\PeriodType"; reason: unused.
Removed service "App\Types\PlanAttributeStatus"; reason: unused.
Removed service "App\Types\PlanAttributeType"; reason: unused.
Removed service "App\Types\PlanPriceStatus"; reason: unused.
Removed service "App\Types\PlanProjectNotificationType"; reason: unused.
Removed service "App\Types\PlanProjectStatus"; reason: unused.
Removed service "App\Types\PlanProjectTheme"; reason: unused.
Removed service "App\Types\PlanProjectThemeFieldType"; reason: unused.
Removed service "App\Types\PlanStatus"; reason: unused.
Removed service "App\Types\PlanType"; reason: unused.
Removed service "App\Types\PromotionStatus"; reason: unused.
Removed service "App\Types\PromotionType"; reason: unused.
Removed service "App\Types\RebillablePaymentMethodStatus"; reason: unused.
Removed service "App\Types\RecurringProfileCancelType"; reason: unused.
Removed service "App\Types\RecurringProfileStatus"; reason: unused.
Removed service "App\Types\ReexportMode"; reason: unused.
Removed service "App\Types\SerializedDataType"; reason: unused.
Removed service "App\Types\SignAlgorithms"; reason: unused.
Removed service "App\Types\StringArrayType"; reason: unused.
Removed service "App\Types\SubscriptionChangeType"; reason: unused.
Removed service "App\Types\SubscriptionLedgerType"; reason: unused.
Removed service "App\Types\SubscriptionStatus"; reason: unused.
Removed service "App\Types\TagType"; reason: unused.
Removed service "App\Types\TaxStatus"; reason: unused.
Removed service "App\Types\ZapierTriggerTypes"; reason: unused.
Removed service "App\Validation\Constraints\Contains"; reason: unused.
Removed service "App\Validation\Constraints\Exists"; reason: unused.
Removed service "App\Validation\Constraints\InvoiceNumberTemplate"; reason: unused.
Removed service "App\Validation\Constraints\Locale"; reason: unused.
Removed service "App\Validation\Constraints\MerchantChecksum"; reason: unused.
Removed service "App\Validation\Constraints\Phone"; reason: unused.
Removed service "App\Validation\Constraints\PlanProjectCurrency"; reason: unused.
Removed service "App\Validation\Constraints\PlanProjectPeriod"; reason: unused.
Removed service "App\Validation\Constraints\ProfilePassword"; reason: unused.
Removed service "App\Validation\Constraints\ProfileSecondFactor"; reason: unused.
Removed service "App\Validation\Constraints\PromotionCode"; reason: unused.
Removed service "App\Validation\Constraints\RequestTimeStamp"; reason: unused.
Removed service "App\Validation\Constraints\SubscriptionItems"; reason: unused.
Removed service "App\Validation\Constraints\TaxNumber"; reason: unused.
Removed service "App\Validation\Constraints\Unique"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "cache.app.taggable"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "assets.empty_version_strategy"; reason: unused.
Removed service "mailer.default_transport"; reason: unused.
Removed service "mailer.messenger.message_handler"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "annotations.filesystem_cache"; reason: unused.
Removed service "annotations.cache"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "lock.strategy.majority"; reason: unused.
Removed service "lock.default"; reason: unused.
Removed service "name_based_uuid.factory"; reason: unused.
Removed service "random_based_uuid.factory"; reason: unused.
Removed service "time_based_uuid.factory"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service ".merchant_local_cache.taggable"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.storage.factory.service"; reason: unused.
Removed service "session.flash_bag"; reason: unused.
Removed service "session.attribute_bag"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "twig.extension.weblink"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "doctrine.dbal.logger"; reason: unused.
Removed service ".1_ServiceLocator~FYVPjyq"; reason: unused.
Removed service "form.type_guesser.doctrine"; reason: unused.
Removed service "form.type.entity"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore_number_aware"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.authentication_utils"; reason: unused.
Removed service "security.authentication.basic_entry_point"; reason: unused.
Removed service "security.authentication.retry_entry_point"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
Removed service "security.authenticator.managers_locator"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.authentication.manager"; reason: unused.
Removed service "security.authentication.guard_handler"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.common"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.common"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.merchant"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.merchant"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.lock"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.lock"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
873
Inlined service "App\Service\App\Merchant\FecReport\AddFecEntryService" to "App\Background\Handler\AddFecEntryHandler".
Inlined service "App\Service\App\Merchant\Panel\Api\Report\UpdatedVersion\MrrStatCalculatorService" to "App\Background\Handler\CustomerStatHandler".
Inlined service "App\Service\App\Merchant\Panel\Api\Export\GenerateExportFileService" to "App\Background\Handler\ExportHandler".
Inlined service "App\Service\App\Merchant\Integrations\Freshbooks\FreshbooksIntegration" to "App\Background\Handler\FreshbooksCreateRecordHandler".
Inlined service "App\Service\App\Merchant\Payment\PaymentNotificationService" to "App\Background\Handler\PaymentNotificationHandler".
Inlined service "App\Service\App\Merchant\Invoice\UpdateInvoiceAmountsService" to "App\Background\Handler\RecalculateInvoiceAmountHandler".
Inlined service "App\Service\App\Merchant\Payment\GetRecurringProfilesToChargeService" to "App\Background\Handler\RecurringChargesHandler".
Inlined service "App\Service\App\Merchant\Payment\RecurringProfileNotificationService" to "App\Background\Handler\RecurringProfileNotificationHandler".
Inlined service "App\Service\App\Merchant\Promotion\PromotionEmailNotificationService" to "App\Background\Handler\SendPromotionHandler".
Inlined service "App\Service\App\Merchant\Subscription\NotificationService" to "App\Background\Handler\SubscriptionNotificationHandler".
Inlined service "App\Service\Common\AI\OpenAITranslationService" to "App\Background\Handler\SubscriptionProjectTranslationHandler".
Inlined service "App\Service\App\Merchant\Subscription\SendSubscriptionRemindersService" to "App\Background\Handler\SubscriptionReminderHandler".
Inlined service "App\Service\App\Affiliate\Api\Profile\GetCurrentAffiliateInfoService" to "App\Controller\Affiliate\Api\AffiliateInfoController".
Inlined service "App\Service\App\Affiliate\Api\Profile\CreateAffiliateLoginEmailService" to "App\Controller\Affiliate\Api\CreateAffiliateLoginEmailController".
Inlined service "App\Service\App\Affiliate\Api\Common\GetConfigService" to "App\Controller\Affiliate\Api\GetConfigController".
Inlined service "App\Service\App\Affiliate\Api\Dashboard\GetCustomersStatService" to "App\Controller\Affiliate\Api\GetCustomersStatController".
Inlined service "App\Service\App\Affiliate\Api\Dashboard\GetTransactionsListService" to "App\Controller\Affiliate\Api\GetTransactionsListController".
Inlined service "App\Service\App\Affiliate\Api\Dashboard\RequestWithdrawalService" to "App\Controller\Affiliate\Api\RequestWithdrawalController".
Inlined service "limiter.affiliate_token_usage" to "App\Controller\Affiliate\IndexController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Affiliate\IndexController" to "App\Controller\Affiliate\IndexController".
Inlined service "App\Service\App\Affiliate\MakeAffiliateTranslationsService" to "App\Controller\Affiliate\JsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Affiliate\JsController" to "App\Controller\Affiliate\JsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Affiliate\LogoutController" to "App\Controller\Affiliate\LogoutController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Common\APIDocumentationController" to "App\Controller\Common\APIDocumentationController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Common\IndexController" to "App\Controller\Common\IndexController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Common\JsController" to "App\Controller\Common\JsController".
Inlined service "App\Service\App\InternalApi\BlockMerchantService" to "App\Controller\InternalApi\BlockMerchantController".
Inlined service "App\Service\App\InternalApi\CreateMerchantService" to "App\Controller\InternalApi\CreateMerchantController".
Inlined service "App\Service\App\InternalApi\CreateSystemUserLoginLinkService" to "App\Controller\InternalApi\CreateSystemUserLoginLinkController".
Inlined service "App\Service\App\InternalApi\DisableMerchantCustomFeatureService" to "App\Controller\InternalApi\DisableMerchantCustomFeatureController".
Inlined service "App\Service\App\InternalApi\DropMerchantService" to "App\Controller\InternalApi\DropMerchantController".
Inlined service "App\Service\App\InternalApi\EnableMerchantCustomFeatureService" to "App\Controller\InternalApi\EnableMerchantCustomFeatureController".
Inlined service "App\Service\App\InternalApi\RestoreMerchantService" to "App\Controller\InternalApi\RestoreMerchantController".
Inlined service "App\Service\App\InternalApi\ConfigurePaymentSystemsService" to "App\Controller\InternalApi\SavePaymentSystemsConfigController".
Inlined service "App\Service\App\Merchant\Api\Affiliate\CreateAffiliateAuthTokenService" to "App\Controller\Merchant\Api\Affiliate\CreateAffiliateAuthTokenController".
Inlined service "App\Service\App\Merchant\Api\Affiliate\CreateAffiliateService" to "App\Controller\Merchant\Api\Affiliate\CreateAffiliateController".
Inlined service "App\Service\App\Merchant\Api\Customer\ApplyTagsService" to "App\Controller\Merchant\Api\Customer\ApplyTagsController".
Inlined service "App\Service\App\Merchant\Api\Customer\CancelCustomerRecurringProfilesService" to "App\Controller\Merchant\Api\Customer\CancelCustomerRecurringProfilesController".
Inlined service "App\Service\App\Merchant\Api\Customer\UpdateCustomerReferenceIdService" to "App\Controller\Merchant\Api\Customer\UpdateCustomerReferenceIdController".
Inlined service "App\Service\App\Merchant\Api\Invoice\MakeInvoiceFromOrderService" to "App\Controller\Merchant\Api\Invoice\MakeInvoiceByOrderController".
Inlined service "App\Service\App\Merchant\Api\Order\ApproveOrderService" to "App\Controller\Merchant\Api\Payment\ApproveOrderController".
Inlined service "App\Service\App\Merchant\Api\Order\CancelOrderService" to "App\Controller\Merchant\Api\Payment\CancelOrderController".
Inlined service "App\Service\App\Merchant\Api\Order\ImportPaymentService" to "App\Controller\Merchant\Api\Payment\ImportPaymentController".
Inlined service "App\Service\App\Merchant\Api\Order\GetInvoiceUrlService" to "App\Controller\Merchant\Api\Payment\MakeOrderInvoiceUrlController".
Inlined service "App\Service\App\Merchant\Api\Order\RefundOrderService" to "App\Controller\Merchant\Api\Payment\RefundOrderController".
Inlined service "App\Service\App\Merchant\Api\Order\SendOrderInvoiceService" to "App\Controller\Merchant\Api\Payment\SendOrderInvoiceController".
Inlined service "App\Service\App\Merchant\Api\Order\SetBillingPeriodService" to "App\Controller\Merchant\Api\Payment\SetBillingPeriodController".
Inlined service "App\Service\App\Merchant\Api\Order\MakeTerminalPaymentService" to "App\Controller\Merchant\Api\Payment\Terminal\TerminalPaymentController".
Inlined service "App\Service\App\Merchant\Api\Terminal\TerminalGetReadersService" to "App\Controller\Merchant\Api\Payment\Terminal\TerminalPaymentReadersListController".
Inlined service "App\Service\App\Merchant\Api\Order\UpdatePaymentService" to "App\Controller\Merchant\Api\Payment\UpdatePaymentController".
Inlined service "App\Service\App\Merchant\Api\RebillablePaymentMethod\DisablePaymentMethodService" to "App\Controller\Merchant\Api\PaymentMethod\DisablePaymentMethodController".
Inlined service "App\Service\App\Merchant\Api\RebillablePaymentMethod\ReceivePaymentService" to "App\Controller\Merchant\Api\PaymentMethod\ReceivePaymentWithPaymentMethodController".
Inlined service "App\Service\App\Merchant\Api\RecurringProfile\CancelRecurringProfileService" to "App\Controller\Merchant\Api\RecurringProfile\CancelRecurringProfileController".
Inlined service "App\Service\App\Merchant\Api\RecurringProfile\TransferRecurringProfileService" to "App\Controller\Merchant\Api\RecurringProfile\TransferRecurringProfileController".
Inlined service "App\Service\App\Merchant\Api\RecurringProfile\UpdateRecurringPaymentService" to "App\Controller\Merchant\Api\RecurringProfile\UpdateRecurringPaymentController".
Inlined service "App\Service\App\Merchant\Api\RecurringProfile\UpdateRecurringProfileService" to "App\Controller\Merchant\Api\RecurringProfile\UpdateRecurringProfileController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Api\RecurringProfile\UpdateRecurringProfileController" to "App\Controller\Merchant\Api\RecurringProfile\UpdateRecurringProfileController".
Inlined service "App\Service\App\Merchant\Api\Subscription\ApplySubscriptionService" to "App\Controller\Merchant\Api\Subscription\ApplySubscriptionController".
Inlined service "App\Service\App\Merchant\Api\Subscription\CancelSubscriptionService" to "App\Controller\Merchant\Api\Subscription\CancelSubscriptionController".
Inlined service "App\Service\App\Merchant\Api\Subscription\ChangeSubscriptionPeriodService" to "App\Controller\Merchant\Api\Subscription\ChangeSubscriptionPeriodController".
Inlined service "App\Service\App\Merchant\Api\Subscription\GetPlanDetailsService" to "App\Controller\Merchant\Api\Subscription\GetPlanController".
Inlined service "App\Service\App\Merchant\Api\Subscription\GetProductDetailsService" to "App\Controller\Merchant\Api\Subscription\GetProductController".
Inlined service "App\Service\App\Merchant\Api\Subscription\MakeSubscriptionPaymentApiService" to "App\Controller\Merchant\Api\Subscription\MakeSubscriptionPaymentController".
Inlined service "App\Service\App\Merchant\Api\Subscription\UpdateSubscriptionPaymentApiService" to "App\Controller\Merchant\Api\Subscription\UpdateSubscriptionPaymentController".
Inlined service "App\Service\App\Merchant\Integrations\Zapier\ZapierAuthenticationService" to "App\Controller\Merchant\Api\Zapier\AuthenticationController".
Inlined service "App\Service\App\Merchant\Integrations\Zapier\ZapierTriggerInvoiceService" to "App\Controller\Merchant\Api\Zapier\InvoiceTriggerNotificationController".
Inlined service "App\Service\App\Merchant\Integrations\Zapier\ZapierTriggerPaymentService" to "App\Controller\Merchant\Api\Zapier\PaymentTriggerNotificationController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\CustomFeature\Freshbooks\FreshbooksCustomFeatureNotificationController" to "App\Controller\Merchant\CustomFeature\Freshbooks\FreshbooksCustomFeatureNotificationController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\CustomFeature\Quickbooks\QuickbooksCustomFeatureNotificationController" to "App\Controller\Merchant\CustomFeature\Quickbooks\QuickbooksCustomFeatureNotificationController".
Inlined service "App\Service\App\Merchant\Invoice\SendInvoicePdfService" to "App\Controller\Merchant\Invoice\PdfHandleCallbackController".
Inlined service "App\Service\App\Merchant\Invoice\GetInvoiceByUuiService" to "App\Controller\Merchant\Invoice\PrintController".
Inlined service "App\Service\App\Merchant\Invoice\ReverseChargeInvoiceRequiredService" to "App\Controller\Merchant\Invoice\PrintController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Invoice\PrintController" to "App\Controller\Merchant\Invoice\PrintController".
Inlined service "App\Service\App\Merchant\Panel\Api\Acl\AclListService" to "App\Controller\Merchant\Panel\Api\Acl\AclListController".
Inlined service "App\Service\App\Merchant\Panel\Api\Affiliate\CreateAffiliateService" to "App\Controller\Merchant\Panel\Api\Affiliate\CreateAffiliateController".
Inlined service "App\Service\App\Merchant\Panel\Api\Affiliate\DeleteAffiliateService" to "App\Controller\Merchant\Panel\Api\Affiliate\DeleteAffiliateController".
Inlined service "App\Service\App\Merchant\Panel\Api\Affiliate\GetAffiliateCountriesConversionService" to "App\Controller\Merchant\Panel\Api\Affiliate\GetAffiliateCountriesConversionController".
Inlined service "App\Service\App\Merchant\Panel\Api\Affiliate\GetAffiliateCountriesFeeService" to "App\Controller\Merchant\Panel\Api\Affiliate\GetAffiliateCountriesFeeController".
Inlined service "App\Service\App\Merchant\Panel\Api\Affiliate\GetAffiliateDetailsService" to "App\Controller\Merchant\Panel\Api\Affiliate\GetAffiliateDetailsController".
Inlined service "App\Service\App\Merchant\Panel\Api\Affiliate\GetAffiliatesListService" to "App\Controller\Merchant\Panel\Api\Affiliate\GetAffiliateListController".
Inlined service "App\Service\App\Merchant\Panel\Api\Affiliate\GetAffiliatePerformanceChartService" to "App\Controller\Merchant\Panel\Api\Affiliate\GetAffiliatePerformanceChartController".
Inlined service "App\Service\App\Merchant\Panel\Api\Affiliate\GetAffiliateTransactionsService" to "App\Controller\Merchant\Panel\Api\Affiliate\GetAffiliateTransactionsController".
Inlined service "App\Service\App\Merchant\Panel\Api\Affiliate\GetAffiliatesSelectListService" to "App\Controller\Merchant\Panel\Api\Affiliate\GetAffiliatesSelectListController".
Inlined service "App\Service\App\Merchant\Panel\Api\Affiliate\GetTopAffiliatesByConversionsService" to "App\Controller\Merchant\Panel\Api\Affiliate\GetTopAffiliatesByConversionsController".
Inlined service "App\Service\App\Merchant\Panel\Api\Affiliate\GetTopAffiliatesByFeeAmountService" to "App\Controller\Merchant\Panel\Api\Affiliate\GetTopAffiliatesByFeeAmountController".
Inlined service "App\Service\App\Merchant\Panel\Api\Affiliate\ModifyAffiliateService" to "App\Controller\Merchant\Panel\Api\Affiliate\ModifyAffiliateController".
Inlined service "App\Service\App\Merchant\Panel\Api\Affiliate\SendLoginEmailService" to "App\Controller\Merchant\Panel\Api\Affiliate\SendLoginEmailController".
Inlined service "App\Service\App\Merchant\Panel\Api\Affiliate\WithdrawService" to "App\Controller\Merchant\Panel\Api\Affiliate\WithdrawController".
Inlined service "App\Service\App\Merchant\Panel\Api\Chart\CurrencyChartService" to "App\Controller\Merchant\Panel\Api\Chart\CurrencyChartController".
Inlined service "App\Service\App\Merchant\Panel\Api\Chart\DayOfTheWeekChartService" to "App\Controller\Merchant\Panel\Api\Chart\DayOfTheWeekChartController".
Inlined service "App\Service\App\Merchant\Panel\Api\Chart\ListStatusChartService" to "App\Controller\Merchant\Panel\Api\Chart\ListStatusChartController".
Inlined service "App\Service\App\Merchant\Panel\Api\Chart\MonthOfTheYearChartService" to "App\Controller\Merchant\Panel\Api\Chart\MonthOfTheYearChartController".
Inlined service "App\Service\App\Merchant\Panel\Api\Chart\PaymentSystemChartService" to "App\Controller\Merchant\Panel\Api\Chart\PaymentSystemChartController".
Inlined service "App\Service\App\Merchant\Panel\Api\Chart\ReferralChartService" to "App\Controller\Merchant\Panel\Api\Chart\ReferralChartController".
Inlined service "App\Service\App\Merchant\Panel\Api\Chart\RevenueChartService" to "App\Controller\Merchant\Panel\Api\Chart\RevenueChartController".
Inlined service "App\Service\App\Merchant\Panel\Api\Chart\StatusChartService" to "App\Controller\Merchant\Panel\Api\Chart\StatusChartController".
Inlined service "App\Service\App\Merchant\Panel\Api\Chart\TagChartService" to "App\Controller\Merchant\Panel\Api\Chart\TagChartController".
Inlined service "App\Service\App\Merchant\Panel\Api\Chart\TagGroupChartService" to "App\Controller\Merchant\Panel\Api\Chart\TagGroupChartController".
Inlined service "App\Service\App\Merchant\Panel\Api\Chart\TrendChartService" to "App\Controller\Merchant\Panel\Api\Chart\TrendChartController".
Inlined service "App\Service\Common\GetCurrenciesService" to "App\Controller\Merchant\Panel\Api\Common\CurrenciesListController".
Inlined service "App\Service\Common\GetLanguagesService" to "App\Controller\Merchant\Panel\Api\Common\LanguagesListController".
Inlined service "App\Service\App\Merchant\Panel\Api\Config\GetApiKeyService" to "App\Controller\Merchant\Panel\Api\Config\GetApiKeysController".
Inlined service "App\Service\App\Merchant\Panel\Api\Config\ResetApiKeyService" to "App\Controller\Merchant\Panel\Api\Config\ResetApiKeysController".
Inlined service "App\Service\App\Merchant\Panel\Api\Config\ConfigurePaymentSystemsService" to "App\Controller\Merchant\Panel\Api\Config\SavePaymentSystemsConfigController".
Inlined service "App\Service\App\Merchant\Panel\Api\CustomFeature\CustomFeatureListService" to "App\Controller\Merchant\Panel\Api\CustomFeature\CustomFeatureListController".
Inlined service "App\Service\App\Merchant\Panel\Api\CustomFeature\DisableCustomFeatureService" to "App\Controller\Merchant\Panel\Api\CustomFeature\DisableCustomFeatureController".
Inlined service "App\Service\App\Merchant\Panel\Api\CustomFeature\EnableCustomFeatureService" to "App\Controller\Merchant\Panel\Api\CustomFeature\EnableCustomFeatureController".
Inlined service "App\Service\App\Merchant\Panel\Api\Fec\SyncEntriesService" to "App\Controller\Merchant\Panel\Api\CustomFeature\Fec\SyncEntriesController".
Inlined service "App\Service\App\Merchant\Panel\Api\CustomFeature\GetCustomFeatureService" to "App\Controller\Merchant\Panel\Api\CustomFeature\GetCustomFeatureController".
Inlined service "App\Service\App\Merchant\Panel\Api\Customer\AddCustomerNoteService" to "App\Controller\Merchant\Panel\Api\Customer\AddCustomerNoteController".
Inlined service "App\Service\App\Merchant\Panel\Api\Customer\ChangeDefaultCurrencyService" to "App\Controller\Merchant\Panel\Api\Customer\ChangeDefaultCurrencyController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Panel\Api\Customer\CreateCustomerController" to "App\Controller\Merchant\Panel\Api\Customer\CreateCustomerController".
Inlined service "App\Service\App\Merchant\Panel\Api\Customer\CustomerListService" to "App\Controller\Merchant\Panel\Api\Customer\CustomerListController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Panel\Api\Customer\CustomerListController" to "App\Controller\Merchant\Panel\Api\Customer\CustomerListController".
Inlined service "App\Service\App\Merchant\Panel\Api\Customer\DeleteCustomerNoteService" to "App\Controller\Merchant\Panel\Api\Customer\DeleteCustomerNoteController".
Inlined service "App\Service\App\Merchant\Panel\Api\Customer\CustomerDetailsService" to "App\Controller\Merchant\Panel\Api\Customer\GetCustomerDetailsController".
Inlined service "App\Service\App\Merchant\Panel\Api\Customer\SuggestPaymentTagsService" to "App\Controller\Merchant\Panel\Api\Customer\SuggestCustomerTagsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Panel\Api\Customer\UpdateCustomerController" to "App\Controller\Merchant\Panel\Api\Customer\UpdateCustomerController".
Inlined service "App\Service\App\Merchant\Panel\Api\Export\ExportListService" to "App\Controller\Merchant\Panel\Api\Export\ExportListController".
Inlined service "App\Service\App\Merchant\Panel\Api\Export\GenerateExportService" to "App\Controller\Merchant\Panel\Api\Export\GenerateExportController".
Inlined service "App\Service\App\Merchant\Panel\Api\File\UploadImageService" to "App\Controller\Merchant\Panel\Api\File\UploadImageController".
Inlined service "App\Service\App\Merchant\Panel\Api\Invoice\AddInvoiceNoteService" to "App\Controller\Merchant\Panel\Api\Invoice\AddInvoiceNoteController".
Inlined service "App\Service\App\Merchant\Panel\Api\Invoice\DeleteInvoiceNoteService" to "App\Controller\Merchant\Panel\Api\Invoice\DeleteInvoiceNoteController".
Inlined service "App\Service\App\Merchant\Panel\Api\Invoice\InvoiceListService" to "App\Controller\Merchant\Panel\Api\Invoice\InvoiceListController".
Inlined service "App\Service\App\Merchant\Panel\Api\Invoice\MakeCreditNoteByInvoiceService" to "App\Controller\Merchant\Panel\Api\Invoice\MakeCreditInvoiceController".
Inlined service "App\Service\App\Merchant\Panel\Api\Invoice\SendInvoiceService" to "App\Controller\Merchant\Panel\Api\Invoice\SendInvoiceController".
Inlined service "App\Service\App\Merchant\Panel\Api\Invoice\VoidInvoiceService" to "App\Controller\Merchant\Panel\Api\Invoice\VoidInvoiceController".
Inlined service "App\Service\App\Merchant\Panel\Api\Login\SecondFactorGenerateSecretCodeService" to "App\Controller\Merchant\Panel\Api\Login\LoadSecret2FAController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Panel\Api\Login\LoadSecret2FAController" to "App\Controller\Merchant\Panel\Api\Login\LoadSecret2FAController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Panel\Api\Login\Login2FAController" to "App\Controller\Merchant\Panel\Api\Login\Login2FAController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Panel\Api\Login\LoginController" to "App\Controller\Merchant\Panel\Api\Login\LoginController".
Inlined service "App\Service\App\Merchant\Panel\Api\Login\ResetPasswordPublicService" to "App\Controller\Merchant\Panel\Api\Login\ResetPasswordPublicController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Panel\Api\Login\ResetPasswordPublicController" to "App\Controller\Merchant\Panel\Api\Login\ResetPasswordPublicController".
Inlined service "App\Service\App\Merchant\Panel\Api\Login\SecondFactorSetupService" to "App\Controller\Merchant\Panel\Api\Login\Setup2FAController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Panel\Api\Login\Setup2FAController" to "App\Controller\Merchant\Panel\Api\Login\Setup2FAController".
Inlined service "App\Service\App\Merchant\Panel\Api\Login\SetupPasswordService" to "App\Controller\Merchant\Panel\Api\Login\SetupPasswordController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Panel\Api\Login\SetupPasswordController" to "App\Controller\Merchant\Panel\Api\Login\SetupPasswordController".
Inlined service "App\Service\App\Merchant\Panel\Api\Merchant\GetAllowedLanguagesService" to "App\Controller\Merchant\Panel\Api\Merchant\GetAllowedLanguagesController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Panel\Api\Merchant\GetAllowedLanguagesController" to "App\Controller\Merchant\Panel\Api\Merchant\GetAllowedLanguagesController".
Inlined service "App\Service\App\Merchant\Panel\Api\Merchant\MerchantGetDetailsService" to "App\Controller\Merchant\Panel\Api\Merchant\GetMerchantController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Panel\Api\Merchant\GetMerchantController" to "App\Controller\Merchant\Panel\Api\Merchant\GetMerchantController".
Inlined service "App\Service\App\Merchant\Panel\Api\Merchant\MerchantSaveDetailsService" to "App\Controller\Merchant\Panel\Api\Merchant\UpdateMerchantController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Panel\Api\Merchant\UpdateMerchantController" to "App\Controller\Merchant\Panel\Api\Merchant\UpdateMerchantController".
Inlined service "App\Service\App\Merchant\Panel\Api\Order\AddOrderNoteService" to "App\Controller\Merchant\Panel\Api\Order\AddOrderNoteController".
Inlined service "App\Service\App\Merchant\Panel\Api\Order\ApproveOrderService" to "App\Controller\Merchant\Panel\Api\Order\ApproveOrderController".
Inlined service "App\Service\App\Merchant\Panel\Api\Order\DeleteOrderNoteService" to "App\Controller\Merchant\Panel\Api\Order\DeleteOrderNoteController".
Inlined service "App\Service\App\Merchant\Panel\Api\Order\MakeInvoiceByOrderIdService" to "App\Controller\Merchant\Panel\Api\Order\MakeInvoiceController".
Inlined service "App\Service\App\Merchant\Panel\Api\Order\OrderDetailsService" to "App\Controller\Merchant\Panel\Api\Order\OrderDetailsController".
Inlined service "App\Service\App\Merchant\Panel\Api\Order\OrderListService" to "App\Controller\Merchant\Panel\Api\Order\OrderListController".
Inlined service "App\Service\App\Merchant\Panel\Api\Order\RefundOrderService" to "App\Controller\Merchant\Panel\Api\Order\RefundOrderController".
Inlined service "App\Service\App\Merchant\Panel\Api\Payment\InitPaymentFormService" to "App\Controller\Merchant\Panel\Api\Payment\InitPaymentController".
Inlined service "App\Service\App\Merchant\Panel\Api\Payment\GetPaymentFormResultService" to "App\Controller\Merchant\Panel\Api\Payment\InitPaymentResultController".
Inlined service "App\Service\App\Merchant\Panel\Api\Payment\SendPaymentLinkService" to "App\Controller\Merchant\Panel\Api\Payment\SendPaymentLinkController".
Inlined service "App\Service\App\Merchant\Panel\Api\PaymentMethod\DisablePaymentMethodService" to "App\Controller\Merchant\Panel\Api\PaymentMethod\DisablePaymentMethodController".
Inlined service "App\Service\App\Merchant\Panel\Api\PaymentMethod\CustomerPaymentMethodActiveListService" to "App\Controller\Merchant\Panel\Api\PaymentMethod\PaymentMethodActiveListController".
Inlined service "App\Service\App\Merchant\Panel\Api\PaymentMethod\PaymentMethodDetailsService" to "App\Controller\Merchant\Panel\Api\PaymentMethod\PaymentMethodDetailsController".
Inlined service "App\Service\App\Merchant\Panel\Api\PaymentMethod\PaymentMethodListService" to "App\Controller\Merchant\Panel\Api\PaymentMethod\PaymentMethodListController".
Inlined service "App\Service\App\Merchant\Panel\Api\Profile\ChangePasswordService" to "App\Controller\Merchant\Panel\Api\Profile\ChangePasswordController".
Inlined service "App\Service\App\Merchant\Panel\Api\Profile\ChangeSecondFactorService" to "App\Controller\Merchant\Panel\Api\Profile\ChangeSecondFactorController".
Inlined service "App\Service\App\Merchant\Panel\Api\Profile\Generate2FASecretCodeService" to "App\Controller\Merchant\Panel\Api\Profile\GenerateSecret2FAController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Panel\Api\Profile\GenerateSecret2FAController" to "App\Controller\Merchant\Panel\Api\Profile\GenerateSecret2FAController".
Inlined service "App\Service\App\Merchant\Panel\Api\Profile\ProfileGetDetailsService" to "App\Controller\Merchant\Panel\Api\Profile\GetProfileController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Panel\Api\Profile\GetProfileController" to "App\Controller\Merchant\Panel\Api\Profile\GetProfileController".
Inlined service "App\Service\App\Merchant\Panel\Api\Profile\ProfileSaveDetailsService" to "App\Controller\Merchant\Panel\Api\Profile\UpdateProfileController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Panel\Api\Profile\UpdateProfileController" to "App\Controller\Merchant\Panel\Api\Profile\UpdateProfileController".
Inlined service "App\Service\App\Merchant\Panel\Api\Promotion\CreatePromotionService" to "App\Controller\Merchant\Panel\Api\Promotion\CreatePromotionController".
Inlined service "App\Service\App\Merchant\Panel\Api\Promotion\DeletePromotionService" to "App\Controller\Merchant\Panel\Api\Promotion\DeletePromotionController".
Inlined service "App\Service\App\Merchant\Panel\Api\Promotion\DisablePromotionService" to "App\Controller\Merchant\Panel\Api\Promotion\DisablePromotionController".
Inlined service "App\Service\App\Merchant\Panel\Api\Promotion\EnablePromotionService" to "App\Controller\Merchant\Panel\Api\Promotion\EnablePromotionController".
Inlined service "App\Service\App\Merchant\Panel\Api\Promotion\GetPromotionDetailsService" to "App\Controller\Merchant\Panel\Api\Promotion\GetPromotionDetailsController".
Inlined service "App\Service\App\Merchant\Panel\Api\Promotion\GetPromotionListService" to "App\Controller\Merchant\Panel\Api\Promotion\GetPromotionListController".
Inlined service "App\Service\App\Merchant\Panel\Api\Promotion\GetPromotionReportService" to "App\Controller\Merchant\Panel\Api\Promotion\GetPromotionReportController".
Inlined service "App\Service\App\Merchant\Panel\Api\Promotion\GetPromotionSelectListService" to "App\Controller\Merchant\Panel\Api\Promotion\GetPromotionSelectListController".
Inlined service "App\Service\App\Merchant\Panel\Api\Promotion\ModifyPromotionService" to "App\Controller\Merchant\Panel\Api\Promotion\ModifyPromotionController".
Inlined service "App\Service\App\Merchant\Panel\Api\Promotion\SendPromotionService" to "App\Controller\Merchant\Panel\Api\Promotion\SendPromotionController".
Inlined service "App\Service\App\Merchant\Panel\Api\RecurringProfile\AddRecurringProfileNoteService" to "App\Controller\Merchant\Panel\Api\RecurringProfile\AddRecurringProfileNoteController".
Inlined service "App\Service\App\Merchant\Panel\Api\RecurringProfile\CancelRecurringProfileService" to "App\Controller\Merchant\Panel\Api\RecurringProfile\CancelRecurringProfileController".
Inlined service "App\Service\App\Merchant\Panel\Api\RecurringProfile\DeleteRecurringProfileNoteService" to "App\Controller\Merchant\Panel\Api\RecurringProfile\DeleteRecurringProfileNoteController".
Inlined service "App\Service\App\Merchant\Panel\Api\RecurringProfile\ProlongRecurringProfileService" to "App\Controller\Merchant\Panel\Api\RecurringProfile\ProlongRecurringProfileController".
Inlined service "App\Service\App\Merchant\Panel\Api\RecurringProfile\RecurringProfileDetailsService" to "App\Controller\Merchant\Panel\Api\RecurringProfile\RecurringProfileDetailsController".
Inlined service "App\Service\App\Merchant\Panel\Api\RecurringProfile\RecurringProfileListService" to "App\Controller\Merchant\Panel\Api\RecurringProfile\RecurringProfileListController".
Inlined service "App\Service\App\Merchant\Panel\Api\Referral\GetReferralsListService" to "App\Controller\Merchant\Panel\Api\Referral\ReferralListController".
Inlined service "App\Service\App\Merchant\Panel\Api\Report\AccrualBasedRevenueChartService" to "App\Controller\Merchant\Panel\Api\Report\AccrualBasedRevenueChartController".
Inlined service "App\Service\App\Merchant\Panel\Api\Report\UpdatedVersion\MrrChartService" to "App\Controller\Merchant\Panel\Api\Report\AccrualBasedRevenueChartController".
Inlined service "App\Service\App\Merchant\Panel\Api\Report\PeriodDetailsCountryChartService" to "App\Controller\Merchant\Panel\Api\Report\AccrualBasedRevenuePeriodCountryChartController".
Inlined service "App\Service\App\Merchant\Panel\Api\Report\UpdatedVersion\MrrCountryChartService" to "App\Controller\Merchant\Panel\Api\Report\AccrualBasedRevenuePeriodCountryChartController".
Inlined service "App\Service\App\Merchant\Panel\Api\Report\PeriodDetailsReportService" to "App\Controller\Merchant\Panel\Api\Report\AccrualBasedRevenuePeriodDetailsController".
Inlined service "App\Service\App\Merchant\Panel\Api\Report\UpdatedVersion\MrrPeriodDetailsListService" to "App\Controller\Merchant\Panel\Api\Report\AccrualBasedRevenuePeriodDetailsController".
Inlined service "App\Service\App\Merchant\Panel\Api\Report\UpdatedVersion\MrrPlanChartService" to "App\Controller\Merchant\Panel\Api\Report\AccrualBasedRevenuePeriodPlanChartController".
Inlined service "App\Service\App\Merchant\Panel\Api\Report\AccrualBasedRevenueReportService" to "App\Controller\Merchant\Panel\Api\Report\AccrualBasedRevenueReportController".
Inlined service "App\Service\App\Merchant\Panel\Api\Report\UpdatedVersion\MrrCustomerListService" to "App\Controller\Merchant\Panel\Api\Report\AccrualBasedRevenueReportController".
Inlined service "App\Service\App\Merchant\Panel\Api\Report\CountryTaxReportService" to "App\Controller\Merchant\Panel\Api\Report\CountryTaxReportController".
Inlined service "App\Service\App\Merchant\Panel\Api\Report\CustomerReportService" to "App\Controller\Merchant\Panel\Api\Report\CustomerReportController".
Inlined service "App\Service\App\Merchant\Panel\Api\Report\CustomerReportDetailsService" to "App\Controller\Merchant\Panel\Api\Report\CustomerReportDetailsController".
Inlined service "App\Service\App\Merchant\Panel\Api\Report\FecReportService" to "App\Controller\Merchant\Panel\Api\Report\FecReportController".
Inlined service "App\Service\App\Merchant\Panel\Api\Report\OssTaxReportService" to "App\Controller\Merchant\Panel\Api\Report\OssReportController".
Inlined service "App\Service\App\Merchant\Panel\Api\Report\VatReportService" to "App\Controller\Merchant\Panel\Api\Report\VatReportController".
Inlined service "App\Service\App\Merchant\Panel\Api\Report\ViesReportService" to "App\Controller\Merchant\Panel\Api\Report\ViesReportController".
Inlined service "App\Service\App\Merchant\Panel\Api\Subscription\Attribute\AddAttributeService" to "App\Controller\Merchant\Panel\Api\Subscription\Attribute\AddAttributeController".
Inlined service "App\Service\App\Merchant\Panel\Api\Subscription\Attribute\ArchiveAttributeService" to "App\Controller\Merchant\Panel\Api\Subscription\Attribute\ArchiveAttributeController".
Inlined service "App\Service\App\Merchant\Panel\Api\Subscription\Attribute\AttributeDetailsService" to "App\Controller\Merchant\Panel\Api\Subscription\Attribute\AttributeDetailsController".
Inlined service "App\Service\App\Merchant\Panel\Api\Subscription\Attribute\AttributeListService" to "App\Controller\Merchant\Panel\Api\Subscription\Attribute\AttributeListController".
Inlined service "App\Service\App\Merchant\Panel\Api\Subscription\Attribute\AttributeReorderService" to "App\Controller\Merchant\Panel\Api\Subscription\Attribute\AttributeReorderController".
Inlined service "App\Service\App\Merchant\Panel\Api\Subscription\Attribute\ChangeAttributeService" to "App\Controller\Merchant\Panel\Api\Subscription\Attribute\ChangeAttributeController".
Inlined service "App\Service\App\Merchant\Panel\Api\Subscription\Attribute\ChangeAttributeTranslationService" to "App\Controller\Merchant\Panel\Api\Subscription\Attribute\ChangeAttributeTranslationController".
Inlined service "App\Service\App\Merchant\Panel\Api\Subscription\Attribute\DeleteAttributeService" to "App\Controller\Merchant\Panel\Api\Subscription\Attribute\DeleteAttributeController".
Inlined service "App\Service\App\Merchant\Panel\Api\Subscription\Attribute\SuggestAttributeTranslationService" to "App\Controller\Merchant\Panel\Api\Subscription\Attribute\SuggestAttributeTranslationController".
Inlined service "App\Service\App\Merchant\Panel\Api\Subscription\Plan\AddPlanService" to "App\Controller\Merchant\Panel\Api\Subscription\Plan\AddPlanController".
Inlined service "App\Service\App\Merchant\Panel\Api\Subscription\Plan\SetCustomerSpecialPlans" to "App\Controller\Merchant\Panel\Api\Subscription\Plan\ApplySpecialPlansController".
Inlined service "App\Service\App\Merchant\Panel\Api\Subscription\Plan\ArchivePlanService" to "App\Controller\Merchant\Panel\Api\Subscription\Plan\ArchivePlanController".
Inlined service "App\Service\App\Merchant\Panel\Api\Subscription\Plan\ChangePlanService" to "App\Controller\Merchant\Panel\Api\Subscription\Plan\ChangePlanController".
Inlined service "App\Service\App\Merchant\Panel\Api\Subscription\Plan\ChangePlanTranslationService" to "App\Controller\Merchant\Panel\Api\Subscription\Plan\ChangePlanTranslationController".
Inlined service "App\Service\App\Merchant\Panel\Api\Subscription\Plan\DeletePlanService" to "App\Controller\Merchant\Panel\Api\Subscription\Plan\DeletePlanController".
Inlined service "App\Service\App\Merchant\Panel\Api\Subscription\Plan\PlanDetailsService" to "App\Controller\Merchant\Panel\Api\Subscription\Plan\PlanDetailsController".
Inlined service "App\Service\App\Merchant\Panel\Api\Subscription\Plan\PlanListService" to "App\Controller\Merchant\Panel\Api\Subscription\Plan\PlanListController".
Inlined service "App\Service\App\Merchant\Panel\Api\Subscription\Plan\PlanReorderService" to "App\Controller\Merchant\Panel\Api\Subscription\Plan\PlanReorderController".
Inlined service "App\Service\App\Merchant\Panel\Api\Subscription\Plan\PlanSelectorListService" to "App\Controller\Merchant\Panel\Api\Subscription\Plan\PlanSelectorController".
Inlined service "App\Service\App\Merchant\Panel\Api\Subscription\Plan\SpecialPlanListService" to "App\Controller\Merchant\Panel\Api\Subscription\Plan\SpecialPlanListController".
Inlined service "App\Service\App\Merchant\Panel\Api\Subscription\Plan\SuggestPlanTranslationService" to "App\Controller\Merchant\Panel\Api\Subscription\Plan\SuggestPlanTranslationController".
Inlined service "App\Service\App\Merchant\Panel\Api\Subscription\Project\AddProjectService" to "App\Controller\Merchant\Panel\Api\Subscription\Project\AddProjectController".
Inlined service "App\Service\App\Merchant\Panel\Api\Subscription\Project\ChangeProjectService" to "App\Controller\Merchant\Panel\Api\Subscription\Project\ChangeProjectController".
Inlined service "App\Service\App\Merchant\Panel\Api\Subscription\Project\ChangeProjectNotificationTemplatesService" to "App\Controller\Merchant\Panel\Api\Subscription\Project\ChangeProjectNotificationTemplatesController".
Inlined service "App\Service\App\Merchant\Panel\Api\Subscription\Project\ChangeProjectPricingSettingsService" to "App\Controller\Merchant\Panel\Api\Subscription\Project\ChangeProjectPricingSettingsController".
Inlined service "App\Service\App\Merchant\Panel\Api\Subscription\Project\ChangeProjectTranslationService" to "App\Controller\Merchant\Panel\Api\Subscription\Project\ChangeProjectTranslationController".
Inlined service "App\Service\App\Merchant\Panel\Api\Subscription\Project\DeleteProjectService" to "App\Controller\Merchant\Panel\Api\Subscription\Project\DeleteProjectController".
Inlined service "App\Service\App\Merchant\Panel\Api\Subscription\Project\GetProjectDesignService" to "App\Controller\Merchant\Panel\Api\Subscription\Project\ProjectDesignController".
Inlined service "App\Service\App\Merchant\Panel\Api\Subscription\Project\ProjectListService" to "App\Controller\Merchant\Panel\Api\Subscription\Project\ProjectListController".
Inlined service "App\Service\App\Merchant\Panel\Api\Subscription\Project\SavePriceTableService" to "App\Controller\Merchant\Panel\Api\Subscription\Project\SavePriceTableController".
Inlined service "App\Service\App\Merchant\Panel\Api\Subscription\Project\SaveProjectDesignService" to "App\Controller\Merchant\Panel\Api\Subscription\Project\SaveProjectDesignController".
Inlined service "App\Service\App\Merchant\Panel\Api\Subscription\Project\SaveProjectNotificationUrlsService" to "App\Controller\Merchant\Panel\Api\Subscription\Project\SaveProjectNotificationUrlsController".
Inlined service "App\Service\App\Merchant\Panel\Api\Subscription\Project\SaveTariffTableService" to "App\Controller\Merchant\Panel\Api\Subscription\Project\SaveTariffTableController".
Inlined service "App\Service\App\Merchant\Panel\Api\Subscription\Project\SuggestProjectNotificationService" to "App\Controller\Merchant\Panel\Api\Subscription\Project\SuggestNotificationController".
Inlined service "App\Service\App\Merchant\Panel\Api\Subscription\Project\SuggestProjectTranslationService" to "App\Controller\Merchant\Panel\Api\Subscription\Project\SuggestTranslationController".
Inlined service "App\Service\App\Merchant\Panel\Api\Subscription\Project\GetProjectThemeListService" to "App\Controller\Merchant\Panel\Api\Subscription\Project\ThemesListController".
Inlined service "App\Service\App\Merchant\Panel\Api\Subscription\Subscription\SubscriptionAttributeChartReportService" to "App\Controller\Merchant\Panel\Api\Subscription\Subscription\SubscriptionAttributeChartController".
Inlined service "App\Service\App\Merchant\Panel\Api\Subscription\Subscription\SubscriptionCancelService" to "App\Controller\Merchant\Panel\Api\Subscription\Subscription\SubscriptionCancelController".
Inlined service "App\Service\App\Merchant\Panel\Api\Subscription\Subscription\ChangeDatesService" to "App\Controller\Merchant\Panel\Api\Subscription\Subscription\SubscriptionChangeDatesController".
Inlined service "App\Service\App\Merchant\Panel\Api\Subscription\Subscription\SubscriptionChartReportService" to "App\Controller\Merchant\Panel\Api\Subscription\Subscription\SubscriptionChartController".
Inlined service "App\Service\App\Merchant\Panel\Api\Subscription\Subscription\SubscriptionDetailsService" to "App\Controller\Merchant\Panel\Api\Subscription\Subscription\SubscriptionDetailsController".
Inlined service "App\Service\App\Merchant\Panel\Api\Subscription\Subscription\SubscriptionListService" to "App\Controller\Merchant\Panel\Api\Subscription\Subscription\SubscriptionListController".
Inlined service "App\Service\App\Merchant\Panel\Api\Subscription\Subscription\ResendWebhookNotificationService" to "App\Controller\Merchant\Panel\Api\Subscription\Subscription\SubscriptionNotificationController".
Inlined service "App\Service\App\Merchant\Panel\Api\Tag\DeleteTagGroupService" to "App\Controller\Merchant\Panel\Api\Tag\DeleteTagGroupController".
Inlined service "App\Service\App\Merchant\Panel\Api\Tag\TagGroupDetailsService" to "App\Controller\Merchant\Panel\Api\Tag\TagGroupDetailsController".
Inlined service "App\Service\App\Merchant\Panel\Api\Tag\TagGroupListService" to "App\Controller\Merchant\Panel\Api\Tag\TagGroupListController".
Inlined service "App\Service\App\Merchant\Panel\Api\Tag\TagListService" to "App\Controller\Merchant\Panel\Api\Tag\TagListController".
Inlined service "App\Service\App\Merchant\Panel\Api\Tax\ArchiveTaxService" to "App\Controller\Merchant\Panel\Api\Tax\ArchiveTaxController".
Inlined service "App\Service\App\Merchant\Panel\Api\Tax\GetTaxService" to "App\Controller\Merchant\Panel\Api\Tax\GetTaxController".
Inlined service "App\Service\App\Merchant\Panel\Api\Tax\PaginatedTaxListService" to "App\Controller\Merchant\Panel\Api\Tax\PaginatedTaxListController".
Inlined service "App\Service\App\Merchant\Panel\Api\Tax\TaxListService" to "App\Controller\Merchant\Panel\Api\Tax\TaxListController".
Inlined service "App\Service\App\Merchant\Panel\Api\User\UserBlockService" to "App\Controller\Merchant\Panel\Api\User\BlockUserController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Panel\Api\User\BlockUserController" to "App\Controller\Merchant\Panel\Api\User\BlockUserController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Panel\Api\User\CreateUserController" to "App\Controller\Merchant\Panel\Api\User\CreateUserController".
Inlined service "App\Service\App\Merchant\Panel\Api\User\UserGetDetailsService" to "App\Controller\Merchant\Panel\Api\User\GetUserController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Panel\Api\User\GetUserController" to "App\Controller\Merchant\Panel\Api\User\GetUserController".
Inlined service "App\Service\App\Merchant\Panel\Api\User\UserResetPasswordService" to "App\Controller\Merchant\Panel\Api\User\ResetPasswordUserController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Panel\Api\User\ResetPasswordUserController" to "App\Controller\Merchant\Panel\Api\User\ResetPasswordUserController".
Inlined service "App\Service\App\Merchant\Panel\Api\User\UserResetSecondFactorService" to "App\Controller\Merchant\Panel\Api\User\ResetSecondFactorUserController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Panel\Api\User\ResetSecondFactorUserController" to "App\Controller\Merchant\Panel\Api\User\ResetSecondFactorUserController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Panel\Api\User\UpdateUserController" to "App\Controller\Merchant\Panel\Api\User\UpdateUserController".
Inlined service "App\Service\App\Merchant\Panel\Api\User\UserListService" to "App\Controller\Merchant\Panel\Api\User\UserListController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Panel\Api\User\UserListController" to "App\Controller\Merchant\Panel\Api\User\UserListController".
Inlined service "App\Service\App\Merchant\Panel\Api\UserActionLog\UserActionLogService" to "App\Controller\Merchant\Panel\Api\UserActionLog\UserActionLogListController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Panel\Api\UserActionLog\UserActionLogListController" to "App\Controller\Merchant\Panel\Api\UserActionLog\UserActionLogListController".
Inlined service "App\Service\App\Merchant\Panel\Api\Export\GetExportFileService" to "App\Controller\Merchant\Panel\DownloadExportController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Panel\DownloadExportController" to "App\Controller\Merchant\Panel\DownloadExportController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Panel\IndexController" to "App\Controller\Merchant\Panel\IndexController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Panel\Integrations\Freshbooks\FreshbooksCustomFeatureAuthorizationController" to "App\Controller\Merchant\Panel\Integrations\Freshbooks\FreshbooksCustomFeatureAuthorizationController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Panel\Integrations\Freshbooks\FreshbooksCustomFeatureConnectController" to "App\Controller\Merchant\Panel\Integrations\Freshbooks\FreshbooksCustomFeatureConnectController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Panel\Integrations\Freshbooks\FreshbooksCustomFeatureDisconnectController" to "App\Controller\Merchant\Panel\Integrations\Freshbooks\FreshbooksCustomFeatureDisconnectController".
Inlined service "App\Service\App\Merchant\Integrations\Freshbooks\SynchronizationService" to "App\Controller\Merchant\Panel\Integrations\Freshbooks\FreshbooksCustomFeatureSyncController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Panel\Integrations\Freshbooks\FreshbooksCustomFeatureSyncController" to "App\Controller\Merchant\Panel\Integrations\Freshbooks\FreshbooksCustomFeatureSyncController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Panel\Integrations\Quickbooks\QuickbooksCustomFeatureAuthorizationController" to "App\Controller\Merchant\Panel\Integrations\Quickbooks\QuickbooksCustomFeatureAuthorizationController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Panel\Integrations\Quickbooks\QuickbooksCustomFeatureConnectController" to "App\Controller\Merchant\Panel\Integrations\Quickbooks\QuickbooksCustomFeatureConnectController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Panel\Integrations\Quickbooks\QuickbooksCustomFeatureDisconnectController" to "App\Controller\Merchant\Panel\Integrations\Quickbooks\QuickbooksCustomFeatureDisconnectController".
Inlined service "App\Service\App\Merchant\Integrations\Quickbooks\SynchronizationService" to "App\Controller\Merchant\Panel\Integrations\Quickbooks\QuickbooksCustomFeatureSyncController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Panel\Integrations\Quickbooks\QuickbooksCustomFeatureSyncController" to "App\Controller\Merchant\Panel\Integrations\Quickbooks\QuickbooksCustomFeatureSyncController".
Inlined service "App\Service\App\Merchant\Integrations\Zapier\ZapierSynchronizationService" to "App\Controller\Merchant\Panel\Integrations\Zapier\ZapierCustomFeatureSyncController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Panel\Integrations\Zapier\ZapierCustomFeatureSyncController" to "App\Controller\Merchant\Panel\Integrations\Zapier\ZapierCustomFeatureSyncController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Panel\InvoicePrintController" to "App\Controller\Merchant\Panel\InvoicePrintController".
Inlined service "App\Service\App\Merchant\Panel\Api\Login\UseLoginCodeService" to "App\Controller\Merchant\Panel\LoginByCodeController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Panel\LoginByCodeController" to "App\Controller\Merchant\Panel\LoginByCodeController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Panel\LoginController" to "App\Controller\Merchant\Panel\LoginController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Panel\LogoutController" to "App\Controller\Merchant\Panel\LogoutController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Panel\PanelController" to "App\Controller\Merchant\Panel\PanelController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Panel\Squareup\ConnectCallbackController" to "App\Controller\Merchant\Panel\Squareup\ConnectCallbackController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Panel\Squareup\ConnectController" to "App\Controller\Merchant\Panel\Squareup\ConnectController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Panel\Squareup\DisconnectController" to "App\Controller\Merchant\Panel\Squareup\DisconnectController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Panel\Stripe\ConnectCallbackController" to "App\Controller\Merchant\Panel\Stripe\ConnectCallbackController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Panel\Stripe\ConnectController" to "App\Controller\Merchant\Panel\Stripe\ConnectController".
Inlined service "App\Service\App\Merchant\Panel\Api\Subscription\Project\ProjectDetailsByCodeService" to "App\Controller\Merchant\Panel\Subscriptions\WidgetPreviewController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Panel\Subscriptions\WidgetPreviewController" to "App\Controller\Merchant\Panel\Subscriptions\WidgetPreviewController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Panel\Sumup\AuthorizationController" to "App\Controller\Merchant\Panel\Sumup\AuthorizationController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Panel\Sumup\ConnectCallbackController" to "App\Controller\Merchant\Panel\Sumup\ConnectCallbackController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Panel\Sumup\DisconnectController" to "App\Controller\Merchant\Panel\Sumup\DisconnectController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Payment\Adyen\NotificationController" to "App\Controller\Merchant\Payment\Adyen\NotificationController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Payment\Asiapay\NotificationController" to "App\Controller\Merchant\Payment\Asiapay\NotificationController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Payment\Authorize\OrderNotificationController" to "App\Controller\Merchant\Payment\Authorize\OrderNotificationController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Payment\Authorize\RecurringProfileNotificationController" to "App\Controller\Merchant\Payment\Authorize\RecurringProfileNotificationController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Payment\BeforePayment\InitPaymentInfoPageController" to "App\Controller\Merchant\Payment\BeforePayment\InitPaymentInfoPageController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Payment\ErrorController" to "App\Controller\Merchant\Payment\ErrorController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Payment\InitPaymentController" to "App\Controller\Merchant\Payment\InitPaymentController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Payment\InitRecurringPaymentController" to "App\Controller\Merchant\Payment\InitRecurringPaymentController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Payment\JCC\NotificationController" to "App\Controller\Merchant\Payment\JCC\NotificationController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Payment\Kaspi\NotificationController" to "App\Controller\Merchant\Payment\Kaspi\NotificationController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Payment\Mollie\NotificationController" to "App\Controller\Merchant\Payment\Mollie\NotificationController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Payment\OrderCancelController" to "App\Controller\Merchant\Payment\OrderCancelController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Payment\OrderNotificationController" to "App\Controller\Merchant\Payment\OrderNotificationController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Payment\OrderReturnController" to "App\Controller\Merchant\Payment\OrderReturnController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Payment\Payfast\NotificationController" to "App\Controller\Merchant\Payment\Payfast\NotificationController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Payment\PaymentResults\InitPaymentNotificationController" to "App\Controller\Merchant\Payment\PaymentResults\InitPaymentNotificationController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Payment\PaymentResults\InitPaymentReturnController" to "App\Controller\Merchant\Payment\PaymentResults\InitPaymentReturnController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Payment\PaymentResults\PaymentResultController" to "App\Controller\Merchant\Payment\PaymentResults\PaymentResultController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Payment\Payrexx\NotificationController" to "App\Controller\Merchant\Payment\Payrexx\NotificationController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Payment\Rapyd\NotificationController" to "App\Controller\Merchant\Payment\Rapyd\NotificationController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Payment\RecurringProfileCancelController" to "App\Controller\Merchant\Payment\RecurringProfileCancelController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Payment\RecurringProfileNotificationController" to "App\Controller\Merchant\Payment\RecurringProfileNotificationController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Payment\RecurringProfileReturnController" to "App\Controller\Merchant\Payment\RecurringProfileReturnController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Payment\Revolut\OrderNotificationController" to "App\Controller\Merchant\Payment\Revolut\OrderNotificationController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Payment\Revolut\RecurringProfileNotificationController" to "App\Controller\Merchant\Payment\Revolut\RecurringProfileNotificationController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Payment\Skrill\NotificationController" to "App\Controller\Merchant\Payment\Skrill\NotificationController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Payment\Squareup\ConnectCallbackController" to "App\Controller\Merchant\Payment\Squareup\ConnectCallbackController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Payment\Stripe\ConnectCallbackController" to "App\Controller\Merchant\Payment\Stripe\ConnectCallbackController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Payment\Stripe\OrderNotificationController" to "App\Controller\Merchant\Payment\Stripe\OrderNotificationController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Payment\Stripe\SessionCompleteController" to "App\Controller\Merchant\Payment\Stripe\SessionCompleteController".
Inlined service "App\Service\App\Merchant\Api\PaymentSystem\Stripe\TerminalStripeConfigLocationService" to "App\Controller\Merchant\Payment\Stripe\TerminalConfigLocationController".
Inlined service "App\Service\App\Merchant\Api\PaymentSystem\Stripe\TerminalConnectionTokenService" to "App\Controller\Merchant\Payment\Stripe\TerminalConnectionTokenController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Payment\Sumup\ConnectCallbackController" to "App\Controller\Merchant\Payment\Sumup\ConnectCallbackController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Payment\Sumup\OrderNotificationController" to "App\Controller\Merchant\Payment\Sumup\OrderNotificationController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Payment\Swish\NotificationController" to "App\Controller\Merchant\Payment\Swish\NotificationController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Payment\TwocheckoutVerifone\NotificationController" to "App\Controller\Merchant\Payment\TwocheckoutVerifone\NotificationController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Payment\WorldpayCybersource\NotificationController" to "App\Controller\Merchant\Payment\WorldpayCybersource\NotificationController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Payment\Xendit\NotificationController" to "App\Controller\Merchant\Payment\Xendit\NotificationController".
Inlined service "App\Service\App\Merchant\WidgetApi\Common\CustomerCancelRecurringProfileService" to "App\Controller\Merchant\Widget\Api\Common\CancelRecurringProfileController".
Inlined service "App\Service\App\Merchant\WidgetApi\Common\CustomerDisablePaymentMethod" to "App\Controller\Merchant\Widget\Api\Common\DisablePaymentMethodController".
Inlined service "App\Service\App\Merchant\WidgetApi\Common\GetCurrentCustomerService" to "App\Controller\Merchant\Widget\Api\Common\GetCustomerController".
Inlined service "App\Service\App\Merchant\WidgetApi\Common\GetCustomerPaymentService" to "App\Controller\Merchant\Widget\Api\Common\GetCustomerPaymentController".
Inlined service "App\Service\App\Merchant\WidgetApi\Common\GetCustomerPaymentMethodsService" to "App\Controller\Merchant\Widget\Api\Common\GetCustomerPaymentMethodsController".
Inlined service "App\Service\App\Merchant\WidgetApi\Common\GetCustomerPaymentsService" to "App\Controller\Merchant\Widget\Api\Common\GetCustomerPaymentsController".
Inlined service "App\Service\App\Merchant\WidgetApi\Promotion\GetDefaultCodeService" to "App\Controller\Merchant\Widget\Api\Promotion\GetDefaultCodeController".
Inlined service "App\Service\App\Merchant\WidgetApi\Promotion\ValidateCodeService" to "App\Controller\Merchant\Widget\Api\Promotion\ValidateCodeController".
Inlined service "App\Service\App\Merchant\WidgetApi\Subscription\CalculateSubscriptionTotalsService" to "App\Controller\Merchant\Widget\Api\Subscription\CalculateSubscriptionTotalsController".
Inlined service "App\Service\App\Merchant\WidgetApi\Subscription\GetCustomerSubscriptionsListService" to "App\Controller\Merchant\Widget\Api\Subscription\GetActiveCustomerSubscriptionsController".
Inlined service "App\Service\App\Merchant\WidgetApi\Subscription\WidgetPlanListService" to "App\Controller\Merchant\Widget\Api\Subscription\GetPlanListController".
Inlined service "App\Service\App\Merchant\WidgetApi\Subscription\WidgetProductListService" to "App\Controller\Merchant\Widget\Api\Subscription\GetProductListController".
Inlined service "App\Service\App\Merchant\WidgetApi\Subscription\GetProjectDetailsService" to "App\Controller\Merchant\Widget\Api\Subscription\GetProjectController".
Inlined service "App\Service\App\Merchant\WidgetApi\Subscription\SubscriptionService" to "App\Controller\Merchant\Widget\Api\Subscription\SubscriptionController".
Inlined service "App\Service\App\Merchant\Subscription\Project\GetProjectCustomCssService" to "App\Controller\Merchant\Widget\Subscription\CustomCssController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Widget\Subscription\DetectTranslationsController" to "App\Controller\Merchant\Widget\Subscription\DetectTranslationsController".
Inlined service "App\Service\App\Merchant\Subscription\Project\GetProjectTranslationsService" to "App\Controller\Merchant\Widget\Subscription\TranslationsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Merchant\Widget\Subscription\TranslationsController" to "App\Controller\Merchant\Widget\Subscription\TranslationsController".
Inlined service "App\Service\App\InternalApi\GetMerchantLocaleService" to "App\Core\Listener\LocaleInitListener".
Inlined service "App\Core\MerchantSelector\MultiHostConnectionHostProvider" to "App\Core\MerchantSelector\MerchantSelector".
Inlined service "App\Core\Security\Authenticator\SecondFactor\Container" to "App\Core\Security\AuthResultService".
Inlined service "customer_elastic_client" to "App\Repository\Merchant\CustomerStatElasticRepository".
Inlined service "order_elastic_client" to "App\Repository\Merchant\OrderElasticRepository".
Inlined service "limiter.affiliate_withdraw" to "App\Service\App\Affiliate\Api\Dashboard\RequestWithdrawalService".
Inlined service "limiter.affiliate_login" to "App\Service\App\Affiliate\Api\Profile\CreateAffiliateLoginEmailService".
Inlined service "App\Repository\Merchant\AffiliateTranslationKeysRepository" to "App\Service\App\Affiliate\MakeAffiliateTranslationsService".
Inlined service "App\Service\App\InternalApi\CreateMerchantTokenService" to "App\Service\App\InternalApi\CreateMerchantService".
Inlined service "App\Service\App\InternalApi\Handler\CreateMerchant\HandlerContainer" to "App\Service\App\InternalApi\CreateMerchantService".
Inlined service "App\Service\App\Merchant\Panel\Api\User\CreateSystemUserService" to "App\Service\App\InternalApi\Handler\CreateMerchant\CreateSystemUserHandler".
Inlined service "App\Service\App\InternalApi\Handler\CreateMerchant\CreateSystemUserHandler" to "App\Service\App\InternalApi\Handler\CreateMerchant\HandlerContainer".
Inlined service "App\Service\App\InternalApi\Handler\CreateMerchant\CreateMerchantInfoHandler" to "App\Service\App\InternalApi\Handler\CreateMerchant\HandlerContainer".
Inlined service "App\Service\App\InternalApi\Internal\GetInternalApiTokenInfoService" to "App\Service\App\InternalApi\Internal\CalcChecksumService".
Inlined service "App\Service\App\InternalApi\Internal\GetRequestChecksumValidatorService" to "App\Service\App\Merchant\Api\Order\GetOrderService".
Inlined service "App\Service\App\Merchant\Payment\ChangePaymentProcessorService" to "App\Service\App\Merchant\Api\Order\MakeTerminalPaymentService".
Inlined service "App\Service\App\Merchant\Payment\CreateRebillableOrderService" to "App\Service\App\Merchant\Api\RebillablePaymentMethod\RebillPaymentService".
Inlined service "App\Service\App\Merchant\Config\Base64FileUploader" to "App\Service\App\Merchant\Config\SavePaymentSystemConfigService".
Inlined service "App\Service\App\Merchant\Panel\Api\File\CopyFileService" to "App\Service\App\Merchant\CustomFeature\ConfigureCustomFeatureService".
Inlined service "App\Service\App\Merchant\Panel\Api\File\DeleteFileService" to "App\Service\App\Merchant\CustomFeature\ConfigureCustomFeatureService".
Inlined service "App\Service\App\Merchant\FecReport\NextDocumentNumberService" to "App\Service\App\Merchant\FecReport\AddFecEntryService".
Inlined service "App\Service\App\Merchant\Integrations\Notando\ApiClient" to "App\Service\App\Merchant\Integrations\Notando\NotandoIntegration".
Inlined service "App\Service\App\Merchant\Integrations\Notando\StaticMapper" to "App\Service\App\Merchant\Integrations\Notando\NotandoIntegration".
Inlined service "App\Service\App\Merchant\Integrations\TeamBlue\TeamBlueLineMapper" to "App\Service\App\Merchant\Integrations\TeamBlue\TeamBlueIntegration".
Inlined service "App\Service\App\Merchant\Integrations\TeamBlue\ApiClient" to "App\Service\App\Merchant\Integrations\TeamBlue\TeamBlueIntegration".
Inlined service "App\Service\App\Merchant\Internal\GetMerchantTokenInfoService" to "App\Service\App\Merchant\Internal\CalcChecksumService".
Inlined service "App\Service\App\Merchant\Invoice\AddInvoiceLineService" to "App\Service\App\Merchant\Invoice\CreateInvoiceService".
Inlined service "App\Service\App\Merchant\Invoice\NextDocumentNumberService" to "App\Service\App\Merchant\Invoice\FinalizeInvoiceService".
Inlined service "App\Service\App\Merchant\Invoice\Handler\StatusLogHandler" to "App\Service\App\Merchant\Invoice\Handler\HandlerContainer".
Inlined service "App\Service\App\Merchant\Invoice\Handler\NotificationHandler" to "App\Service\App\Merchant\Invoice\Handler\HandlerContainer".
Inlined service "App\Service\App\Merchant\Invoice\Handler\EventDispatcherHandler" to "App\Service\App\Merchant\Invoice\Handler\HandlerContainer".
Inlined service "App\Service\App\Merchant\Invoice\Handler\ReportRecalculateHandler" to "App\Service\App\Merchant\Invoice\Handler\HandlerContainer".
Inlined service "App\Service\App\Merchant\CustomFeature\GetCustomFeatureListService" to "App\Service\App\Merchant\Panel\Api\CustomFeature\CustomFeatureListService".
Inlined service "App\Service\App\Merchant\Customer\SetDefaultCurrencyService" to "App\Service\App\Merchant\Panel\Api\Customer\ChangeDefaultCurrencyService".
Inlined service "App\Service\App\Merchant\Panel\Api\Export\FileFormatters\CSVFileFormatterService" to "App\Service\App\Merchant\Panel\Api\Export\FileFormatterContainerService".
Inlined service "App\Service\App\Merchant\Panel\Api\Export\FileFormatters\CyprusViesXmlFileFormatter" to "App\Service\App\Merchant\Panel\Api\Export\FileFormatterContainerService".
Inlined service "App\Service\App\Merchant\Panel\Api\Export\FileFormatters\FecFileFormatterService" to "App\Service\App\Merchant\Panel\Api\Export\FileFormatterContainerService".
Inlined service "App\Service\App\Merchant\Panel\Api\Export\FileFormatterContainerService" to "App\Service\App\Merchant\Panel\Api\Export\GenerateExportFileService".
Inlined service "App\Service\App\Merchant\Panel\Api\Export\GetExportOrderListService" to "App\Service\App\Merchant\Panel\Api\Export\GenerateExportFileService".
Inlined service "App\Service\App\Merchant\Panel\Api\Export\GetExportRecurringProfileListService" to "App\Service\App\Merchant\Panel\Api\Export\GenerateExportFileService".
Inlined service "App\Service\App\Merchant\Panel\Api\Export\GetExportVatReportService" to "App\Service\App\Merchant\Panel\Api\Export\GenerateExportFileService".
Inlined service "App\Service\App\Merchant\Panel\Api\Export\GetExportCustomerReportService" to "App\Service\App\Merchant\Panel\Api\Export\GenerateExportFileService".
Inlined service "App\Service\App\Merchant\Panel\Api\Export\GetExportAccrualBasedRevenueReportService" to "App\Service\App\Merchant\Panel\Api\Export\GenerateExportFileService".
Inlined service "App\Service\App\Merchant\Panel\Api\Export\GetExportAccrualBasedPeriodDetailsReportService" to "App\Service\App\Merchant\Panel\Api\Export\GenerateExportFileService".
Inlined service "App\Service\App\Merchant\Panel\Api\Export\GetExportInvoiceListService" to "App\Service\App\Merchant\Panel\Api\Export\GenerateExportFileService".
Inlined service "App\Service\App\Merchant\Panel\Api\Export\GetExportCountryTaxReportService" to "App\Service\App\Merchant\Panel\Api\Export\GenerateExportFileService".
Inlined service "App\Service\App\Merchant\Panel\Api\Export\GetExportViesTaxReportService" to "App\Service\App\Merchant\Panel\Api\Export\GenerateExportFileService".
Inlined service "App\Service\App\Merchant\Panel\Api\Export\GetExportOssTaxReportService" to "App\Service\App\Merchant\Panel\Api\Export\GenerateExportFileService".
Inlined service "App\Service\App\Merchant\Panel\Api\Export\GetExportSubscriptionReportService" to "App\Service\App\Merchant\Panel\Api\Export\GenerateExportFileService".
Inlined service "App\Service\App\Merchant\Panel\Api\Export\GetExportXeroInvoiceListService" to "App\Service\App\Merchant\Panel\Api\Export\GenerateExportFileService".
Inlined service "App\Service\App\Merchant\Panel\Api\Export\GetExportSnowballMrrReportService" to "App\Service\App\Merchant\Panel\Api\Export\GenerateExportFileService".
Inlined service "App\Service\App\Merchant\Panel\Api\Export\GetExportPromotionListService" to "App\Service\App\Merchant\Panel\Api\Export\GenerateExportFileService".
Inlined service "App\Service\App\Merchant\Panel\Api\Export\GetExportPromotionReportService" to "App\Service\App\Merchant\Panel\Api\Export\GenerateExportFileService".
Inlined service "App\Service\App\Merchant\Panel\Api\Export\GetExportAffiliateListService" to "App\Service\App\Merchant\Panel\Api\Export\GenerateExportFileService".
Inlined service "App\Service\App\Merchant\Panel\Api\Export\GetExportAffiliateTransactionsListService" to "App\Service\App\Merchant\Panel\Api\Export\GenerateExportFileService".
Inlined service "App\Service\App\Merchant\Panel\Api\Export\GetExportFecReportService" to "App\Service\App\Merchant\Panel\Api\Export\GenerateExportFileService".
Inlined service "App\Service\App\Merchant\Panel\Api\Export\MrrListReport\MrrPeriodDetailsReportService" to "App\Service\App\Merchant\Panel\Api\Export\GetExportAccrualBasedPeriodDetailsReportService".
Inlined service "App\Service\App\Merchant\Panel\Api\Export\MrrListReport\ElasticPeriodDetailsReportService" to "App\Service\App\Merchant\Panel\Api\Export\GetExportAccrualBasedPeriodDetailsReportService".
Inlined service "App\Service\App\Merchant\Panel\Api\Export\MrrListReport\ElasticMrrListReportService" to "App\Service\App\Merchant\Panel\Api\Export\GetExportAccrualBasedRevenueReportService".
Inlined service "App\Service\App\Merchant\Panel\Api\Export\MrrListReport\MrrListReportService" to "App\Service\App\Merchant\Panel\Api\Export\GetExportAccrualBasedRevenueReportService".
Inlined service "limiter.send_invoice" to "App\Service\App\Merchant\Panel\Api\Invoice\SendInvoiceService".
Inlined service "App\Service\App\Merchant\Invoice\VoidInvoiceService" to "App\Service\App\Merchant\Panel\Api\Invoice\VoidInvoiceService".
Inlined service "limiter.reset_password" to "App\Service\App\Merchant\Panel\Api\Login\ResetPasswordPublicService".
Inlined service "App\Service\App\Merchant\Payment\ProlongRecurringProfileService" to "App\Service\App\Merchant\Panel\Api\RecurringProfile\ProlongRecurringProfileService".
Inlined service "App\Service\App\Merchant\Panel\Api\Report\CalculateAmountPerMonthService" to "App\Service\App\Merchant\Panel\Api\Report\SplitBillingPeriodService".
Inlined service "App\Service\App\Merchant\Panel\Api\Subscription\Project\GetProjectThemeConfigService" to "App\Service\App\Merchant\Panel\Api\Subscription\Project\GetProjectThemeListService".
Inlined service "App\Service\App\Merchant\Subscription\Project\GetAllProjectTranslationsService" to "App\Service\App\Merchant\Panel\Api\Subscription\Project\ProjectDetailsService".
Inlined service "App\Service\App\Merchant\Panel\Api\User\Handler\UserSaveDetails\SendLoginLinkHandler" to "App\Service\App\Merchant\Panel\Api\User\Handler\UserSaveDetails\HandlerContainer".
Inlined service "App\Service\App\Merchant\Panel\Api\User\Handler\UserSaveDetails\UserActivityLogHandler" to "App\Service\App\Merchant\Panel\Api\User\Handler\UserSaveDetails\HandlerContainer".
Inlined service "App\Service\App\Merchant\Panel\Api\User\Handler\UserSaveDetails\HandlerContainer" to "App\Service\App\Merchant\Panel\Api\User\UserSaveDetailsService".
Inlined service "App\Service\App\Merchant\Payment\Handler\Payment\AddStatusLogHandler" to "App\Service\App\Merchant\Payment\Handler\Payment\HandlerContainer".
Inlined service "App\Service\App\Merchant\Payment\Handler\Payment\RecurringPaymentHandler" to "App\Service\App\Merchant\Payment\Handler\Payment\HandlerContainer".
Inlined service "App\Service\App\Merchant\Payment\Handler\Payment\LogHandler" to "App\Service\App\Merchant\Payment\Handler\Payment\HandlerContainer".
Inlined service "App\Service\App\Merchant\Payment\Handler\Payment\CustomerStatHandler" to "App\Service\App\Merchant\Payment\Handler\Payment\HandlerContainer".
Inlined service "App\Service\App\Merchant\Payment\Handler\Payment\SubscriptionHandler" to "App\Service\App\Merchant\Payment\Handler\Payment\HandlerContainer".
Inlined service "App\Service\App\Merchant\Payment\Handler\Payment\EventDispatcherHandler" to "App\Service\App\Merchant\Payment\Handler\Payment\HandlerContainer".
Inlined service "App\Service\App\Merchant\Payment\Handler\Payment\DelayPaymentStatusUpdateHandler" to "App\Service\App\Merchant\Payment\Handler\Payment\HandlerContainer".
Inlined service "App\Service\App\Merchant\Payment\Handler\Payment\AddStartPaymentDateHandler" to "App\Service\App\Merchant\Payment\Handler\Payment\HandlerContainer".
Inlined service "App\Service\App\Merchant\Payment\Handler\RebillablePaymentMethod\AddStatusLogHandler" to "App\Service\App\Merchant\Payment\Handler\RebillablePaymentMethod\HandlerContainer".
Inlined service "App\Service\App\Merchant\Payment\Handler\RebillablePaymentMethod\LogHandler" to "App\Service\App\Merchant\Payment\Handler\RebillablePaymentMethod\HandlerContainer".
Inlined service "App\Service\App\Merchant\Payment\Handler\RecurringProfile\AddStatusLogHandler" to "App\Service\App\Merchant\Payment\Handler\RecurringProfile\HandlerContainer".
Inlined service "App\Service\App\Merchant\Payment\Handler\RecurringProfile\NotificationHandler" to "App\Service\App\Merchant\Payment\Handler\RecurringProfile\HandlerContainer".
Inlined service "App\Service\App\Merchant\Payment\Handler\RecurringProfile\SubscriptionHandler" to "App\Service\App\Merchant\Payment\Handler\RecurringProfile\HandlerContainer".
Inlined service "App\Service\App\Merchant\Payment\Handler\RecurringProfile\LogHandler" to "App\Service\App\Merchant\Payment\Handler\RecurringProfile\HandlerContainer".
Inlined service "App\Service\App\Merchant\Subscription\CalculateTrialPeriodEndService" to "App\Service\App\Merchant\Subscription\CreateSubscriptionWithPaymentService".
Inlined service "App\Service\App\Merchant\Subscription\GetTagsByPriceIdService" to "App\Service\App\Merchant\Subscription\CreateSubscriptionWithPaymentService".
Inlined service "App\Service\App\Merchant\Subscription\MarkSubscriptionAsUpgradedService" to "App\Service\App\Merchant\Subscription\Handler\ChangeSubscriptionHandler".
Inlined service "App\Service\App\Merchant\Subscription\Handler\AddStatusLogHandler" to "App\Service\App\Merchant\Subscription\Handler\HandlerContainer".
Inlined service "App\Service\App\Merchant\Subscription\Handler\ChangeSubscriptionHandler" to "App\Service\App\Merchant\Subscription\Handler\HandlerContainer".
Inlined service "App\Service\App\Merchant\Subscription\Handler\RecurringProfileHandler" to "App\Service\App\Merchant\Subscription\Handler\HandlerContainer".
Inlined service "App\Service\App\Merchant\Subscription\Handler\LedgerHandler" to "App\Service\App\Merchant\Subscription\Handler\HandlerContainer".
Inlined service "App\Service\App\Merchant\Subscription\Handler\TrialHandler" to "App\Service\App\Merchant\Subscription\Handler\HandlerContainer".
Inlined service "App\Service\App\Merchant\Subscription\Handler\EventDispatcherHandler" to "App\Service\App\Merchant\Subscription\Handler\HandlerContainer".
Inlined service "App\Service\App\Merchant\Payment\UpdateRecurringProfileNextPaymentDateService" to "App\Service\App\Merchant\Subscription\Handler\RecurringProfileHandler".
Inlined service "App\Service\App\Merchant\Subscription\GetCustomerAvailableTrialPeriodService" to "App\Service\App\Merchant\Subscription\SubscriptionBuildLinesService".
Inlined service "App\Service\App\Merchant\Subscription\GetSubscriptionStartDateService" to "App\Service\App\Merchant\Subscription\SubscriptionBuildLinesService".
Inlined service "App\Service\App\Merchant\Subscription\UpdateSubscriptionBillingInfoService" to "App\Service\App\Merchant\Subscription\UpdateSubscriptionWithPaymentService".
Inlined service "App\Service\Common\GetClientCountryService" to "App\Service\App\Merchant\WidgetApi\Common\GetLocaleSettingsService".
Inlined service "App\Service\Common\GetCountryCurrencyService" to "App\Service\App\Merchant\WidgetApi\Common\GetLocaleSettingsService".
Inlined service "App\Service\App\Merchant\Subscription\CalculateSubscriptionService" to "App\Service\App\Merchant\WidgetApi\Subscription\CalculateSubscriptionTotalsService".
Inlined service "App\Service\App\Merchant\Subscription\ValidateSubscriptionService" to "App\Service\App\Merchant\WidgetApi\Subscription\SubscriptionService".
Inlined service "App\Service\Common\AI\OpenAI\Client" to "App\Service\Common\AI\OpenAITranslationService".
Inlined service "App\Service\Common\Formatter\CurrencyFormatter" to "App\Service\Common\Formatter\Formatter".
Inlined service "App\Service\Common\Formatter\DateTimeFormatter" to "App\Service\Common\Formatter\Formatter".
Inlined service "App\Service\Common\Formatter\PersonalDataFormatter" to "App\Service\Common\Formatter\Formatter".
Inlined service "App\Service\Common\Pdf\GenerateSignature" to "App\Service\Common\Pdf\PdfClient".
Inlined service "doctrine_lock" to "App\Service\Common\TransactionalLockService".
Inlined service "App\Service\PaymentSystem\Processor\StripePaymentSystem" to "App\Service\PaymentSystem\Container\MerchantPaymentSystemContainer".
Inlined service "App\Service\PaymentSystem\Processor\ECPayPaymentSystem" to "App\Service\PaymentSystem\Container\MerchantPaymentSystemContainer".
Inlined service "App\Service\PaymentSystem\Processor\SafeChargePaymentSystem" to "App\Service\PaymentSystem\Container\MerchantPaymentSystemContainer".
Inlined service "App\Service\PaymentSystem\Processor\PayPalPaymentSystem" to "App\Service\PaymentSystem\Container\MerchantPaymentSystemContainer".
Inlined service "App\Service\PaymentSystem\Processor\PayPalCheckoutPaymentSystem" to "App\Service\PaymentSystem\Container\MerchantPaymentSystemContainer".
Inlined service "App\Service\PaymentSystem\Processor\TwocheckoutPaymentSystem" to "App\Service\PaymentSystem\Container\MerchantPaymentSystemContainer".
Inlined service "App\Service\PaymentSystem\Processor\MolliePaymentSystem" to "App\Service\PaymentSystem\Container\MerchantPaymentSystemContainer".
Inlined service "App\Service\PaymentSystem\Processor\AuthorizePaymentSystem" to "App\Service\PaymentSystem\Container\MerchantPaymentSystemContainer".
Inlined service "App\Service\PaymentSystem\Processor\SquareupPaymentSystem" to "App\Service\PaymentSystem\Container\MerchantPaymentSystemContainer".
Inlined service "App\Service\PaymentSystem\Processor\WorldpayPaymentSystem" to "App\Service\PaymentSystem\Container\MerchantPaymentSystemContainer".
Inlined service "App\Service\PaymentSystem\Processor\AdyenPaymentSystem" to "App\Service\PaymentSystem\Container\MerchantPaymentSystemContainer".
Inlined service "App\Service\PaymentSystem\Processor\LiqpayPaymentSystem" to "App\Service\PaymentSystem\Container\MerchantPaymentSystemContainer".
Inlined service "App\Service\PaymentSystem\Processor\SkrillPaymentSystem" to "App\Service\PaymentSystem\Container\MerchantPaymentSystemContainer".
Inlined service "App\Service\PaymentSystem\Processor\BorgunPaymentSystem" to "App\Service\PaymentSystem\Container\MerchantPaymentSystemContainer".
Inlined service "App\Service\PaymentSystem\Processor\AsiapayPaymentSystem" to "App\Service\PaymentSystem\Container\MerchantPaymentSystemContainer".
Inlined service "App\Service\PaymentSystem\Processor\PaytabsPaymentSystem" to "App\Service\PaymentSystem\Container\MerchantPaymentSystemContainer".
Inlined service "App\Service\PaymentSystem\Processor\RapydPaymentSystem" to "App\Service\PaymentSystem\Container\MerchantPaymentSystemContainer".
Inlined service "App\Service\PaymentSystem\Processor\PayfastPaymentSystem" to "App\Service\PaymentSystem\Container\MerchantPaymentSystemContainer".
Inlined service "App\Service\PaymentSystem\Processor\PaymentAsiaPaymentSystem" to "App\Service\PaymentSystem\Container\MerchantPaymentSystemContainer".
Inlined service "App\Service\PaymentSystem\Processor\PayULatamPaymentSystem" to "App\Service\PaymentSystem\Container\MerchantPaymentSystemContainer".
Inlined service "App\Service\PaymentSystem\Processor\NewebpayPaymentSystem" to "App\Service\PaymentSystem\Container\MerchantPaymentSystemContainer".
Inlined service "App\Service\PaymentSystem\Processor\PinPaymentsPaymentSystem" to "App\Service\PaymentSystem\Container\MerchantPaymentSystemContainer".
Inlined service "App\Service\PaymentSystem\Processor\SwishPaymentSystem" to "App\Service\PaymentSystem\Container\MerchantPaymentSystemContainer".
Inlined service "App\Service\PaymentSystem\Processor\BraintreePaymentSystem" to "App\Service\PaymentSystem\Container\MerchantPaymentSystemContainer".
Inlined service "App\Service\PaymentSystem\Processor\TappayPaymentSystem" to "App\Service\PaymentSystem\Container\MerchantPaymentSystemContainer".
Inlined service "App\Service\PaymentSystem\Processor\LinepayPaymentSystem" to "App\Service\PaymentSystem\Container\MerchantPaymentSystemContainer".
Inlined service "App\Service\PaymentSystem\Processor\TwocheckoutVerifonePaymentSystem" to "App\Service\PaymentSystem\Container\MerchantPaymentSystemContainer".
Inlined service "App\Service\PaymentSystem\Processor\CcavenuePaymentSystem" to "App\Service\PaymentSystem\Container\MerchantPaymentSystemContainer".
Inlined service "App\Service\PaymentSystem\Processor\RevolutPaymentSystem" to "App\Service\PaymentSystem\Container\MerchantPaymentSystemContainer".
Inlined service "App\Service\PaymentSystem\Processor\WorldpayCybersourcePaymentSystem" to "App\Service\PaymentSystem\Container\MerchantPaymentSystemContainer".
Inlined service "App\Service\PaymentSystem\Processor\KaspiPaymentSystem" to "App\Service\PaymentSystem\Container\MerchantPaymentSystemContainer".
Inlined service "App\Service\PaymentSystem\Processor\SumupPaymentSystem" to "App\Service\PaymentSystem\Container\MerchantPaymentSystemContainer".
Inlined service "App\Service\PaymentSystem\Processor\XenditPaymentSystem" to "App\Service\PaymentSystem\Container\MerchantPaymentSystemContainer".
Inlined service "App\Service\PaymentSystem\Processor\JccPaymentSystem" to "App\Service\PaymentSystem\Container\MerchantPaymentSystemContainer".
Inlined service "App\Service\PaymentSystem\Processor\PayrexxPaymentSystem" to "App\Service\PaymentSystem\Container\MerchantPaymentSystemContainer".
Inlined service "App\Service\PaymentSystem\Processor\PagarPaymentSystem" to "App\Service\PaymentSystem\Container\MerchantPaymentSystemContainer".
Inlined service "App\Service\PaymentSystem\Processor\MonobankPaymentSystem" to "App\Service\PaymentSystem\Container\MerchantPaymentSystemContainer".
Inlined service "App\Service\PaymentSystem\Processor\MonerisPaymentSystem" to "App\Service\PaymentSystem\Container\MerchantPaymentSystemContainer".
Inlined service "App\Service\PaymentSystem\Processor\HelcimPaymentSystem" to "App\Service\PaymentSystem\Container\MerchantPaymentSystemContainer".
Inlined service "App\Service\PaymentSystem\Processor\DelayPaymentSystem" to "App\Service\PaymentSystem\Container\MerchantPaymentSystemContainer".
Inlined service "App\Service\PaymentSystem\Processor\CustomPaymentSystem" to "App\Service\PaymentSystem\Container\MerchantPaymentSystemContainer".
Inlined service "App\Service\App\Merchant\Payment\RefundPaymentService" to "App\Service\PaymentSystem\Handler\MerchantPaymentHandler".
Inlined service "App\Service\App\Merchant\Payment\ErrorPaymentService" to "App\Service\PaymentSystem\Handler\MerchantPaymentHandler".
Inlined service "App\Service\App\Merchant\Payment\SetPaymentReferenceIdService" to "App\Service\PaymentSystem\Handler\MerchantPaymentHandler".
Inlined service "App\Service\App\Merchant\Payment\SetRecurringProfileIdService" to "App\Service\PaymentSystem\Handler\MerchantPaymentHandler".
Inlined service "App\Service\App\Merchant\Payment\MakeRecurringDifferenceOrderService" to "App\Service\PaymentSystem\Handler\MerchantPaymentHandler".
Inlined service "App\Service\App\Merchant\Payment\UpdateRecurringProfileService" to "App\Service\PaymentSystem\Handler\MerchantPaymentHandler".
Inlined service "App\Service\App\Merchant\Payment\DisableRebillablePaymentMethodService" to "App\Service\PaymentSystem\Handler\MerchantPaymentHandler".
Inlined service "App\Service\App\Merchant\Payment\GetPaymentReturnUrlService" to "App\Service\PaymentSystem\Handler\MerchantPaymentHandler".
Inlined service "App\Service\PaymentSystem\Processor\Adyen\CheckSumGenerator" to "App\Service\PaymentSystem\Processor\AdyenPaymentSystem".
Inlined service "App\Service\PaymentSystem\Processor\Asiapay\CheckSumGenerator" to "App\Service\PaymentSystem\Processor\AsiapayPaymentSystem".
Inlined service "App\Service\PaymentSystem\Processor\Asiapay\DecryptMemberToken" to "App\Service\PaymentSystem\Processor\AsiapayPaymentSystem".
Inlined service "App\Service\PaymentSystem\Processor\Authorize\CheckSumGenerator" to "App\Service\PaymentSystem\Processor\AuthorizePaymentSystem".
Inlined service "App\Service\PaymentSystem\Processor\Borgun\CheckSumGenerator" to "App\Service\PaymentSystem\Processor\BorgunPaymentSystem".
Inlined service "App\Service\PaymentSystem\Processor\Braintree\GatewayFactory" to "App\Service\PaymentSystem\Processor\BraintreePaymentSystem".
Inlined service "App\Service\PaymentSystem\Processor\Ccavenue\CipherGenerator" to "App\Service\PaymentSystem\Processor\CcavenuePaymentSystem".
Inlined service "App\Service\PaymentSystem\Processor\Custom\InitPaymentSignatureService" to "App\Service\PaymentSystem\Processor\CustomPaymentSystem".
Inlined service "App\Service\PaymentSystem\Processor\ECPay\CheckSumGenerator" to "App\Service\PaymentSystem\Processor\ECPayPaymentSystem".
Inlined service "App\Service\PaymentSystem\Processor\Helcim\ChecksumGenerator" to "App\Service\PaymentSystem\Processor\HelcimPaymentSystem".
Inlined service "App\Service\PaymentSystem\Processor\Jcc\ChecksumGenerator" to "App\Service\PaymentSystem\Processor\JccPaymentSystem".
Inlined service "App\Service\PaymentSystem\Processor\Linepay\CheckSumGenerator" to "App\Service\PaymentSystem\Processor\LinepayPaymentSystem".
Inlined service "App\Service\PaymentSystem\Processor\Liqpay\CheckSumGenerator" to "App\Service\PaymentSystem\Processor\LiqpayPaymentSystem".
Inlined service "Mollie\Api\MollieApiClient" to "App\Service\PaymentSystem\Processor\MolliePaymentSystem".
Inlined service "App\Service\PaymentSystem\Processor\Monobank\CallbackSignatureValidator" to "App\Service\PaymentSystem\Processor\MonobankPaymentSystem".
Inlined service "App\Service\PaymentSystem\Processor\Newebpay\CipherGenerator" to "App\Service\PaymentSystem\Processor\NewebpayPaymentSystem".
Inlined service "App\Service\PaymentSystem\Processor\Newebpay\CheckSumGenerator" to "App\Service\PaymentSystem\Processor\NewebpayPaymentSystem".
Inlined service "App\Service\PaymentSystem\Processor\Pagar\ChecksumGenerator" to "App\Service\PaymentSystem\Processor\PagarPaymentSystem".
Inlined service "App\Service\PaymentSystem\Processor\PayPalCheckout\GetPayPalCheckoutAccessTokenService" to "App\Service\PaymentSystem\Processor\PayPalCheckoutPaymentSystem".
Inlined service "App\Service\PaymentSystem\Processor\PayULatam\CheckSumGenerator" to "App\Service\PaymentSystem\Processor\PayULatamPaymentSystem".
Inlined service "App\Service\PaymentSystem\Processor\Payfast\CheckSumGenerator" to "App\Service\PaymentSystem\Processor\PayfastPaymentSystem".
Inlined service "App\Service\PaymentSystem\Processor\PaymentAsia\CheckSumGenerator" to "App\Service\PaymentSystem\Processor\PaymentAsiaPaymentSystem".
Inlined service "App\Service\PaymentSystem\Processor\Payrexx\ChecksumGenerator" to "App\Service\PaymentSystem\Processor\PayrexxPaymentSystem".
Inlined service "App\Service\PaymentSystem\Processor\Paytabs\CheckSumGenerator" to "App\Service\PaymentSystem\Processor\PaytabsPaymentSystem".
Inlined service "App\Service\PaymentSystem\Processor\Rapyd\CheckSumGenerator" to "App\Service\PaymentSystem\Processor\RapydPaymentSystem".
Inlined service "App\Service\PaymentSystem\Processor\SafeCharge\CheckSumGenerator" to "App\Service\PaymentSystem\Processor\SafeChargePaymentSystem".
Inlined service "App\Service\PaymentSystem\Processor\Skrill\CheckSumGenerator" to "App\Service\PaymentSystem\Processor\SkrillPaymentSystem".
Inlined service "App\Service\PaymentSystem\Processor\Swish\GetCertificates" to "App\Service\PaymentSystem\Processor\SwishPaymentSystem".
Inlined service "App\Service\PaymentSystem\Processor\Twocheckout\CheckSumGenerator" to "App\Service\PaymentSystem\Processor\TwocheckoutPaymentSystem".
Inlined service "App\Service\PaymentSystem\Processor\TwocheckoutVerifone\CheckSumGenerator" to "App\Service\PaymentSystem\Processor\TwocheckoutVerifonePaymentSystem".
Inlined service "App\Service\PaymentSystem\Processor\WorldpayCybersource\ChecksumGenerator" to "App\Service\PaymentSystem\Processor\WorldpayCybersourcePaymentSystem".
Inlined service "redis" to "Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler".
Inlined service "Symfony\Component\Lock\Store\DoctrineDbalStore" to "doctrine_lock".
Inlined service "App\Core\Security\Authenticator\SecondFactor\GaSecretCodeAdapter\MerchantUserGaSecretCodeAdapter" to "merchant_user_ga_provider".
Inlined service "Sonata\GoogleAuthenticator\GoogleAuthenticator" to "merchant_user_ga_provider".
Inlined service "merchant_user_ga_provider" to "merchant_2fa_container".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets._version__default" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "mailer.transports" to "mailer.mailer".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.wSgjnB6.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.annotation.directory" to "routing.resolver".
Inlined service "routing.loader.annotation.file" to "routing.resolver".
Inlined service ".service_locator.XWmhzGa" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.oCg4uHe.router.cache_warmer" to "router.cache_warmer".
Inlined service "annotations.dummy_registry" to "annotations.reader".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "container.getenv" to "secrets.decryption_key".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "App\Core\Normalizer\DateTimeNormalizer" to "serializer".
Inlined service "App\Core\Request\ParamConverter\SerializableObjectNormalizer" to "serializer".
Inlined service "property_normalizer" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service ".lock.default.store.TTEh_gT" to "lock.default.factory".
Inlined service "monolog.logger.lock" to "lock.default.factory".
Inlined service "cache.rate_limiter.recorder_inner" to "cache.rate_limiter".
Inlined service "limiter.storage.affiliate_login" to "limiter.affiliate_login".
Inlined service "limiter.storage.affiliate_token_usage" to "limiter.affiliate_token_usage".
Inlined service "limiter.storage.affiliate_withdraw" to "limiter.affiliate_withdraw".
Inlined service "limiter.storage.send_invoice" to "limiter.send_invoice".
Inlined service "limiter.storage.reset_password" to "limiter.reset_password".
Inlined service "merchant_local_cache.recorder_inner" to "merchant_local_cache".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service "Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler" to "session.storage.factory.native".
Inlined service ".service_locator.GVyCdgr" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.common_entity_manager.validator_loader" to "validator.builder".
Inlined service "doctrine.orm.merchant_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.6PZ9i3C" to "validator.validator_factory".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "profiler.storage" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.cache" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "doctrine_migrations.migrations_collector" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "App\Twig\MerchantBaseCurrencyExtension" to "twig".
Inlined service "App\Twig\MerchantCalendarStartDayExtension" to "twig".
Inlined service "App\Twig\ResourceVersionExtension" to "twig".
Inlined service "App\Twig\SwaggerDataToHttpExtension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "webpack_encore.twig_stimulus_extension" to "twig".
Inlined service "twig.extension.intl" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.v.Wwsjy.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.VMK2iOS" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "monolog.formatter.payment_system" to "monolog.handler.payment_system".
Inlined service "monolog.formatter.payment" to "monolog.handler.payment".
Inlined service "monolog.formatter.integration" to "monolog.handler.integration".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "doctrine.dbal.common_schema_asset_filter_manager" to "doctrine.dbal.common_connection.configuration".
Inlined service ".service_locator.Z7pedgi" to "doctrine.dbal.common_connection.event_manager".
Inlined service "doctrine.dbal.common_connection.configuration" to "doctrine.dbal.common_connection".
Inlined service "doctrine.dbal.common_connection.event_manager" to "doctrine.dbal.common_connection".
Inlined service "doctrine.dbal.merchant_schema_asset_filter_manager" to "doctrine.dbal.merchant_connection.configuration".
Inlined service ".service_locator.mU.YPd_" to "doctrine.dbal.merchant_connection.event_manager".
Inlined service "doctrine.dbal.merchant_connection.configuration" to "doctrine.dbal.merchant_connection".
Inlined service "doctrine.dbal.merchant_connection.event_manager" to "doctrine.dbal.merchant_connection".
Inlined service "doctrine.dbal.lock_schema_asset_filter_manager" to "doctrine.dbal.lock_connection.configuration".
Inlined service ".service_locator.jP57cp2" to "doctrine.dbal.lock_connection.event_manager".
Inlined service "doctrine.dbal.lock_connection.configuration" to "doctrine.dbal.lock_connection".
Inlined service "doctrine.dbal.lock_connection.event_manager" to "doctrine.dbal.lock_connection".
Inlined service ".service_locator.hc8CTSM" to "doctrine.orm.container_repository_factory".
Inlined service "ulid.factory" to "doctrine.ulid_generator".
Inlined service "uuid.factory" to "doctrine.uuid_generator".
Inlined service "cache.doctrine.orm.common.metadata" to "doctrine.orm.common_configuration".
Inlined service ".doctrine.orm.common_metadata_driver" to "doctrine.orm.common_configuration".
Inlined service "doctrine.orm.common_entity_listener_resolver" to "doctrine.orm.common_configuration".
Inlined service "cache.doctrine.orm.common.result.recorder_inner" to "cache.doctrine.orm.common.result".
Inlined service "cache.doctrine.orm.common.query.recorder_inner" to "cache.doctrine.orm.common.query".
Inlined service "doctrine.orm.common_configuration" to "doctrine.orm.common_entity_manager".
Inlined service "doctrine.orm.common_manager_configurator" to "doctrine.orm.common_entity_manager".
Inlined service "cache.doctrine.orm.merchant.metadata" to "doctrine.orm.merchant_configuration".
Inlined service ".doctrine.orm.merchant_metadata_driver" to "doctrine.orm.merchant_configuration".
Inlined service "doctrine.orm.merchant_entity_listener_resolver" to "doctrine.orm.merchant_configuration".
Inlined service "cache.doctrine.orm.merchant.result.recorder_inner" to "cache.doctrine.orm.merchant.result".
Inlined service "cache.doctrine.orm.merchant.query.recorder_inner" to "cache.doctrine.orm.merchant.query".
Inlined service "doctrine.orm.merchant_configuration" to "doctrine.orm.merchant_entity_manager".
Inlined service "doctrine.orm.merchant_manager_configurator" to "doctrine.orm.merchant_entity_manager".
Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
Inlined service "App\Core\Request\ParamConverter\SerializableParamConverter" to "sensio_framework_extra.converter.manager".
Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
Inlined service ".service_locator.aNklfos.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.nLgZj7R" to "security.helper".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service ".security.request_matcher.IQZSi2." to "security.access_map".
Inlined service ".security.request_matcher.Jri4zP8" to "security.access_map".
Inlined service ".security.request_matcher.4DPXOjV" to "security.access_map".
Inlined service ".security.request_matcher.EHIsD67" to "security.access_map".
Inlined service ".security.request_matcher.vxRMjnP" to "security.access_map".
Inlined service "security.user_providers" to "security.listener.user_provider".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "debug.security.firewall.authenticator.internal_api.inner" to "debug.security.firewall.authenticator.internal_api".
Inlined service "security.exception_listener.internal_api" to "security.firewall.map.context.internal_api".
Inlined service "security.firewall.map.config.internal_api" to "security.firewall.map.context.internal_api".
Inlined service "debug.security.firewall.authenticator.merchant_api.inner" to "debug.security.firewall.authenticator.merchant_api".
Inlined service "security.exception_listener.merchant_api" to "security.firewall.map.context.merchant_api".
Inlined service "security.firewall.map.config.merchant_api" to "security.firewall.map.context.merchant_api".
Inlined service "debug.security.firewall.authenticator.widget_api.inner" to "debug.security.firewall.authenticator.widget_api".
Inlined service "security.exception_listener.widget_api" to "security.firewall.map.context.widget_api".
Inlined service "security.firewall.map.config.widget_api" to "security.firewall.map.context.widget_api".
Inlined service "security.firewall.map.config.affiliate_api_login" to "security.firewall.map.context.affiliate_api_login".
Inlined service "debug.security.firewall.authenticator.affiliate_api.inner" to "debug.security.firewall.authenticator.affiliate_api".
Inlined service "security.exception_listener.affiliate_api" to "security.firewall.map.context.affiliate_api".
Inlined service "security.firewall.map.config.affiliate_api" to "security.firewall.map.context.affiliate_api".
Inlined service "debug.security.firewall.authenticator.merchant_panel.inner" to "debug.security.firewall.authenticator.merchant_panel".
Inlined service "security.exception_listener.merchant_panel" to "security.firewall.map.context.merchant_panel".
Inlined service "security.logout_listener.merchant_panel" to "security.firewall.map.context.merchant_panel".
Inlined service "security.firewall.map.config.merchant_panel" to "security.firewall.map.context.merchant_panel".
Inlined service "debug.security.firewall.authenticator.merchant_panel_by_code.inner" to "debug.security.firewall.authenticator.merchant_panel_by_code".
Inlined service "security.exception_listener.merchant_panel_by_code" to "security.firewall.map.context.merchant_panel_by_code".
Inlined service "security.firewall.map.config.merchant_panel_by_code" to "security.firewall.map.context.merchant_panel_by_code".
Inlined service ".service_locator.Yi4Ff.p" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~jaXbkJT" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service "doctrine_migrations.migrations_flattener" to "doctrine_migrations.migrations_collector".
Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
Inlined service ".debug.http_client.inner" to ".debug.http_client".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service ".doctrine.orm.common_metadata_driver.inner" to ".doctrine.orm.common_metadata_driver".
Inlined service ".doctrine.orm.merchant_metadata_driver.inner" to ".doctrine.orm.merchant_metadata_driver".
Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.simple_role_voter" to "debug.security.voter.security.access.simple_role_voter".
Inlined service "App\Core\Security\Voter\CsrfTokenVoter" to "debug.security.voter.App\Core\Security\Voter\CsrfTokenVoter".
Inlined service "App\Core\Security\Voter\SecondAuthenticationVoter" to "debug.security.voter.App\Core\Security\Voter\SecondAuthenticationVoter".
Inlined service "App\Service\App\Affiliate\Api\AccessVoters\CustomerStatVoter" to "debug.security.voter.App\Service\App\Affiliate\Api\AccessVoters\CustomerStatVoter".
Inlined service "App\Service\App\Affiliate\Api\AccessVoters\ProfileVoter" to "debug.security.voter.App\Service\App\Affiliate\Api\AccessVoters\ProfileVoter".
Inlined service "App\Service\App\Affiliate\Api\AccessVoters\TransactionListVoter" to "debug.security.voter.App\Service\App\Affiliate\Api\AccessVoters\TransactionListVoter".
Inlined service "App\Service\App\Affiliate\Api\AccessVoters\WithdrawVoter" to "debug.security.voter.App\Service\App\Affiliate\Api\AccessVoters\WithdrawVoter".
Inlined service "App\Service\App\Merchant\WidgetApi\AccessVoters\CustomerVoter" to "debug.security.voter.App\Service\App\Merchant\WidgetApi\AccessVoters\CustomerVoter".
Inlined service "App\Service\App\Merchant\WidgetApi\AccessVoters\PaymentMethodVoter" to "debug.security.voter.App\Service\App\Merchant\WidgetApi\AccessVoters\PaymentMethodVoter".
Inlined service "App\Service\App\Merchant\WidgetApi\AccessVoters\RecurringProfileVoter" to "debug.security.voter.App\Service\App\Merchant\WidgetApi\AccessVoters\RecurringProfileVoter".
Inlined service "App\Service\App\Merchant\WidgetApi\AccessVoters\SubscriptionVoter" to "debug.security.voter.App\Service\App\Merchant\WidgetApi\AccessVoters\SubscriptionVoter".
Inlined service ".service_locator.wSgjnB6" to ".service_locator.wSgjnB6.translation.warmer".
Inlined service ".service_locator.T_ffRRv" to ".service_locator.T_ffRRv.router.default".
Inlined service ".service_locator.oCg4uHe" to ".service_locator.oCg4uHe.router.cache_warmer".
Inlined service ".service_locator.v.Wwsjy" to ".service_locator.v.Wwsjy.twig.template_cache_warmer".
Inlined service ".service_locator.aNklfos" to ".service_locator.aNklfos.sensio_framework_extra.view.listener".
Inlined service "security.authenticator.manager.internal_api" to "debug.security.firewall.authenticator.internal_api.inner".
Inlined service "security.authenticator.manager.merchant_api" to "debug.security.firewall.authenticator.merchant_api.inner".
Inlined service "security.authenticator.manager.widget_api" to "debug.security.firewall.authenticator.widget_api.inner".
Inlined service "security.authenticator.manager.affiliate_api" to "debug.security.firewall.authenticator.affiliate_api.inner".
Inlined service "security.authenticator.manager.merchant_panel" to "debug.security.firewall.authenticator.merchant_panel.inner".
Inlined service "security.authenticator.manager.merchant_panel_by_code" to "debug.security.firewall.authenticator.merchant_panel_by_code.inner".
Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
Inlined service "doctrine.orm.common_annotation_metadata_driver" to ".doctrine.orm.common_metadata_driver.inner".
Inlined service "doctrine.orm.merchant_annotation_metadata_driver" to ".doctrine.orm.merchant_metadata_driver.inner".
Inlined service ".service_locator.Hhare_y" to "console.command_loader".
Inlined service ".service_locator.T_ffRRv.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.validator.inner" to "validator".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "App\Background\Handler\AddFecEntryHandler" to "console.command.public_alias.App\Background\Worker\AddFecEntryWorker".
Inlined service "App\Background\Handler\CalculateAffiliateCommissionHandler" to "console.command.public_alias.App\Background\Worker\CalculateAffiliateCommissionWorker".
Inlined service "App\Background\Handler\CancelSubscriptionHandler" to "console.command.public_alias.App\Background\Worker\CancelSubscriptionWorker".
Inlined service "App\Background\Handler\CreateElasticOrderIndexHandler" to "console.command.public_alias.App\Background\Worker\CreateElasticOrderIndexWorker".
Inlined service "App\Background\Handler\CustomerStatHandler" to "console.command.public_alias.App\Background\Worker\CustomerStatWorker".
Inlined service "App\Background\Handler\ExportHandler" to "console.command.public_alias.App\Background\Worker\ExportWorker".
Inlined service "App\Background\Handler\FreshbooksCreateRecordHandler" to "console.command.public_alias.App\Background\Worker\FreshbooksCreateRecordWorker".
Inlined service "App\Background\Handler\MakeRecurringPaymentHandler" to "console.command.public_alias.App\Background\Worker\MakeRecurringPaymentWorker".
Inlined service "App\Background\Handler\MerchantMigrationHandler" to "console.command.public_alias.App\Background\Worker\MerchantMigrationWorker".
Inlined service "App\Background\Handler\NotandoCreateInvoiceHandler" to "console.command.public_alias.App\Background\Worker\NotandoCreateInvoiceWorker".
Inlined service "App\Background\Handler\PaymentNotificationHandler" to "console.command.public_alias.App\Background\Worker\PaymentNotificationWorker".
Inlined service "App\Background\Handler\QuickbooksCreateRecordHandler" to "console.command.public_alias.App\Background\Worker\QuickbooksCreateRecordWorker".
Inlined service "App\Background\Handler\QuickbooksRefundPaymentHandler" to "console.command.public_alias.App\Background\Worker\QuickbooksRefundPaymentWorker".
Inlined service "App\Background\Handler\RecalculateInvoiceAmountHandler" to "console.command.public_alias.App\Background\Worker\RecalculateInvoiceAmountWorker".
Inlined service "App\Background\Handler\RecurringChargesHandler" to "console.command.public_alias.App\Background\Worker\RecurringChargesWorker".
Inlined service "App\Background\Handler\RecurringProfileNotificationHandler" to "console.command.public_alias.App\Background\Worker\RecurringProfileNotificationWorker".
Inlined service "App\Background\Handler\SendPromotionHandler" to "console.command.public_alias.App\Background\Worker\SendPromotionWorker".
Inlined service "App\Background\Handler\SubscriptionNotificationHandler" to "console.command.public_alias.App\Background\Worker\SubscriptionNotificationWorker".
Inlined service "App\Background\Handler\SubscriptionProjectTranslationHandler" to "console.command.public_alias.App\Background\Worker\SubscriptionProjectTranslationWorker".
Inlined service "App\Background\Handler\SubscriptionReminderHandler" to "console.command.public_alias.App\Background\Worker\SubscriptionReminderWorker".
Inlined service "App\Background\Handler\SyncFecEntriesHandler" to "console.command.public_alias.App\Background\Worker\SyncFecEntriesWorker".
Inlined service "App\Background\Handler\TeamBlueSyncInvoiceHandler" to "console.command.public_alias.App\Background\Worker\TeamBlueSyncInvoiceWorker".
Inlined service "App\Background\Handler\TeamBlueSyncOrderHandler" to "console.command.public_alias.App\Background\Worker\TeamBlueSyncOrderWorker".
Inlined service "App\Background\Handler\TeamBlueSyncSubscriptionHandler" to "console.command.public_alias.App\Background\Worker\TeamBlueSyncSubscriptionWorker".
Inlined service "App\Background\Handler\ZapierTriggerInvoiceHandler" to "console.command.public_alias.App\Background\Worker\ZapierTriggerInvoiceWorker".
Inlined service "App\Background\Handler\ZapierTriggerPaymentHandler" to "console.command.public_alias.App\Background\Worker\ZapierTriggerPaymentWorker".
Inlined service "App\Service\App\InternalApi\CreateCommonApiTokenService" to "console.command.public_alias.App\Command\Common\ApiTokenCreateCommand".
Inlined service "App\Service\Common\BackgroundWork\GetListOfAllMerchantsService" to "console.command.public_alias.App\Command\Merchant\MerchantMigrationCommand".
Inlined service "App\Service\App\Merchant\Payment\RefundVatService" to "console.command.public_alias.App\Command\Merchant\RefundVatCommand".
Inlined service "App\Service\App\Merchant\Subscription\UpdateCustomerSubscriptionDateService" to "console.command.public_alias.App\Command\Merchant\SubscriptionFixDateCommand".
Inlined service "App\Service\Common\BackgroundWork\ExecuteScheduledTasksService" to "console.command.public_alias.App\Cron\Common\ScheduledTasksCron".
Inlined service "App\Service\Common\GetServerIpAddress" to "App\Service\PaymentSystem\Container\MerchantPaymentSystemContainer".
Inlined service "App\Service\Common\GetServerIpAddress" to "App\Service\PaymentSystem\Container\MerchantPaymentSystemContainer".
Inlined service "App\Service\Common\GetServerIpAddress" to "App\Service\PaymentSystem\Container\MerchantPaymentSystemContainer".
Inlined service "App\Service\Common\GetServerIpAddress" to "App\Service\PaymentSystem\Container\MerchantPaymentSystemContainer".
Inlined service "App\Service\Common\GetServerIpAddress" to "App\Service\PaymentSystem\Container\MerchantPaymentSystemContainer".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".