File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -784,7 +784,7 @@ public function isImportExportCheckFeatureEnabled(string $salesChannelId): bool
784
784
// Check if the Endereco plugin is active and ready to use for the given sales channel.
785
785
$ pluginIsReadyToUse = $ this ->isEnderecoPluginActive ($ salesChannelId );
786
786
787
- // Check if the street splitting feature is active in the settings for the given sales channel .
787
+ // Check if the addresses of imported customers should be validated .
788
788
$ featureIsActiveInSettings = $ this ->systemConfigService
789
789
->getBool ('EnderecoShopware6Client.config.enderecoImportExportCheck ' , $ salesChannelId );
790
790
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ public static function getSubscribedEvents(): array
110
110
CustomerEvents::CUSTOMER_ADDRESS_WRITTEN_EVENT => ['closeStoredSessions ' ]
111
111
];
112
112
113
- // This two events are used to recognize a running import to optionaly deactivate checks.
113
+ // These three events are used to recognize a running import to optionally deactivate checks.
114
114
$ importExportEvents = [
115
115
ImportExportBeforeImportRecordEvent::class => ['onBeforeImportRecord ' ],
116
116
ImportExportAfterImportRecordEvent::class => ['onAfterImportRecord ' ],
You can’t perform that action at this time.
0 commit comments