[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot]
2025-07-04 10:04:08 +00:00
parent bacabbd22f
commit 931dbce0d2
24 changed files with 2019 additions and 2396 deletions
@@ -3916,10 +3916,13 @@ src/Tests/Nop.Tests/Nop.Services.Tests/Tax/FixedRateTestTaxProvider.cs
src/Tests/Nop.Tests/Nop.Services.Tests/Tax/TaxServiceTests.cs
src/Tests/Nop.Tests/Nop.Services.Tests/Tax/TaxCategoryServiceTests.cs
src/Tests/Nop.Tests/Nop.Services.Tests/Helpers/DateTimeHelperTests.cs
src/Tests/Nop.Tests/Nop.Services.Tests/Shipping/WarehouseServiceTests.cs
src/Tests/Nop.Tests/Nop.Services.Tests/Shipping/CalculateDimensionsTests.cs
src/Tests/Nop.Tests/Nop.Services.Tests/Shipping/PickupPointTestProvider.cs
src/Tests/Nop.Tests/Nop.Services.Tests/Shipping/ShippingServiceTests.cs
src/Tests/Nop.Tests/Nop.Services.Tests/Shipping/FixedRateTestShippingRateComputationMethod.cs
src/Tests/Nop.Tests/Nop.Services.Tests/Shipping/ShippingPluginManagerTests.cs
src/Tests/Nop.Tests/Nop.Services.Tests/Shipping/ShippingMethodsServiceTests.cs
src/Tests/Nop.Tests/Nop.Services.Tests/Affiliates/AffiliateServiceTests.cs
src/Tests/Nop.Tests/Nop.Services.Tests/Localization/LocalizedEntityServiceTests.cs
src/Tests/Nop.Tests/Nop.Services.Tests/Localization/LocalizationServiceTests.cs
@@ -4838,6 +4841,7 @@ src/Libraries/Nop.Services/Shipping/IShippingPluginManager.cs
src/Libraries/Nop.Services/Shipping/Tracking/ShipmentStatusEvent.cs
src/Libraries/Nop.Services/Shipping/Tracking/IShipmentTracker.cs
src/Libraries/Nop.Services/Shipping/ShipmentService.cs
src/Libraries/Nop.Services/Shipping/WarehouseService.cs
src/Libraries/Nop.Services/Shipping/NopShippingDefaults.cs
src/Libraries/Nop.Services/Shipping/Caching/DeliveryDateCacheEventConsumer.cs
src/Libraries/Nop.Services/Shipping/Caching/WarehouseCacheEventConsumer.cs
@@ -4848,9 +4852,12 @@ src/Libraries/Nop.Services/Shipping/Caching/ShipmentItemCacheEventConsumer.cs
src/Libraries/Nop.Services/Shipping/Caching/ProductAvailabilityRangeCacheEventConsumer.cs
src/Libraries/Nop.Services/Shipping/ShippingService.cs
src/Libraries/Nop.Services/Shipping/IShippingRateComputationMethod.cs
src/Libraries/Nop.Services/Shipping/IShippingMethodsService.cs
src/Libraries/Nop.Services/Shipping/GetShippingOptionResponse.cs
src/Libraries/Nop.Services/Shipping/EventPublisherExtensions.cs
src/Libraries/Nop.Services/Shipping/ShippingPluginManager.cs
src/Libraries/Nop.Services/Shipping/ShippingMethodsService.cs
src/Libraries/Nop.Services/Shipping/IWarehouseService.cs
src/Libraries/Nop.Services/Shipping/GetShippingOptionRequest.cs
src/Libraries/Nop.Services/Shipping/IShipmentService.cs
src/Libraries/Nop.Services/Shipping/Pickup/GetPickupPointsResponse.cs