PluginProbe
WCPOS – Point of Sale (POS) plugin for WooCommerce / 1.10.18
WCPOS – Point of Sale (POS) plugin for WooCommerce v1.10.18
1.10.19 1.10.18 1.10.17 1.10.16 1.10.15 1.10.13 1.10.14 1.10.12 1.10.11 1.10.10 1.10.9 1.10.8 untagged-3d9b7ccddc54df87c672 1.10.7 1.10.6 1.10.5 1.10.3 1.10.4 1.10.2 1.10.1 1.10.0 1.9.17 1.9.15 1.9.16 1.9.14 All 163 releases
woocommerce-pos / vendor / composer / autoload_static.php

autoload_static.php in WCPOS – Point of Sale (POS) plugin for WooCommerce 1.10.18, at vendor/composer/autoload_static.php

624 lines 65.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 // autoload_static.php @generated by Composer
4
5 namespace Composer\Autoload;
6
7 class ComposerStaticIniteaa653db9d0a33013a7a8a86c8c07116
8 {
9 public static $files = array (
10 '23c18046f52bef3eea034657bafda50f' => __DIR__ . '/..' . '/symfony/polyfill-php81/bootstrap.php',
11 '320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
12 'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
13 'e39a8b23c42d4e1452234d762b03835a' => __DIR__ . '/..' . '/ramsey/uuid/src/functions.php',
14 '3a423edb2f547143271d27d6a0e9c10d' => __DIR__ . '/../..' . '/includes/API/class-aliases.php',
15 );
16
17 public static $prefixLengthsPsr4 = array (
18 'W' =>
19 array (
20 'WCPOS\\WooCommercePOS\\' => 21,
21 ),
22 'S' =>
23 array (
24 'Symfony\\Polyfill\\Php81\\' => 23,
25 'Symfony\\Polyfill\\Php80\\' => 23,
26 'Symfony\\Polyfill\\Ctype\\' => 23,
27 ),
28 'R' =>
29 array (
30 'Ramsey\\Uuid\\' => 12,
31 'Ramsey\\Collection\\' => 18,
32 ),
33 'M' =>
34 array (
35 'Mustache\\' => 9,
36 ),
37 'B' =>
38 array (
39 'Brick\\Math\\' => 11,
40 ),
41 );
42
43 public static $prefixDirsPsr4 = array (
44 'WCPOS\\WooCommercePOS\\' =>
45 array (
46 0 => __DIR__ . '/../..' . '/includes',
47 ),
48 'Symfony\\Polyfill\\Php81\\' =>
49 array (
50 0 => __DIR__ . '/..' . '/symfony/polyfill-php81',
51 ),
52 'Symfony\\Polyfill\\Php80\\' =>
53 array (
54 0 => __DIR__ . '/..' . '/symfony/polyfill-php80',
55 ),
56 'Symfony\\Polyfill\\Ctype\\' =>
57 array (
58 0 => __DIR__ . '/..' . '/symfony/polyfill-ctype',
59 ),
60 'Ramsey\\Uuid\\' =>
61 array (
62 0 => __DIR__ . '/..' . '/ramsey/uuid/src',
63 ),
64 'Ramsey\\Collection\\' =>
65 array (
66 0 => __DIR__ . '/..' . '/ramsey/collection/src',
67 ),
68 'Mustache\\' =>
69 array (
70 0 => __DIR__ . '/..' . '/mustache/mustache/src',
71 ),
72 'Brick\\Math\\' =>
73 array (
74 0 => __DIR__ . '/..' . '/brick/math/src',
75 ),
76 );
77
78 public static $prefixesPsr0 = array (
79 'P' =>
80 array (
81 'Parsedown' =>
82 array (
83 0 => __DIR__ . '/..' . '/erusev/parsedown',
84 ),
85 ),
86 );
87
88 public static $classMap = array (
89 'Attribute' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Attribute.php',
90 'Brick\\Math\\BigDecimal' => __DIR__ . '/..' . '/brick/math/src/BigDecimal.php',
91 'Brick\\Math\\BigInteger' => __DIR__ . '/..' . '/brick/math/src/BigInteger.php',
92 'Brick\\Math\\BigNumber' => __DIR__ . '/..' . '/brick/math/src/BigNumber.php',
93 'Brick\\Math\\BigRational' => __DIR__ . '/..' . '/brick/math/src/BigRational.php',
94 'Brick\\Math\\Exception\\DivisionByZeroException' => __DIR__ . '/..' . '/brick/math/src/Exception/DivisionByZeroException.php',
95 'Brick\\Math\\Exception\\IntegerOverflowException' => __DIR__ . '/..' . '/brick/math/src/Exception/IntegerOverflowException.php',
96 'Brick\\Math\\Exception\\MathException' => __DIR__ . '/..' . '/brick/math/src/Exception/MathException.php',
97 'Brick\\Math\\Exception\\NegativeNumberException' => __DIR__ . '/..' . '/brick/math/src/Exception/NegativeNumberException.php',
98 'Brick\\Math\\Exception\\NumberFormatException' => __DIR__ . '/..' . '/brick/math/src/Exception/NumberFormatException.php',
99 'Brick\\Math\\Exception\\RoundingNecessaryException' => __DIR__ . '/..' . '/brick/math/src/Exception/RoundingNecessaryException.php',
100 'Brick\\Math\\Internal\\Calculator' => __DIR__ . '/..' . '/brick/math/src/Internal/Calculator.php',
101 'Brick\\Math\\Internal\\Calculator\\BcMathCalculator' => __DIR__ . '/..' . '/brick/math/src/Internal/Calculator/BcMathCalculator.php',
102 'Brick\\Math\\Internal\\Calculator\\GmpCalculator' => __DIR__ . '/..' . '/brick/math/src/Internal/Calculator/GmpCalculator.php',
103 'Brick\\Math\\Internal\\Calculator\\NativeCalculator' => __DIR__ . '/..' . '/brick/math/src/Internal/Calculator/NativeCalculator.php',
104 'Brick\\Math\\RoundingMode' => __DIR__ . '/..' . '/brick/math/src/RoundingMode.php',
105 'CURLStringFile' => __DIR__ . '/..' . '/symfony/polyfill-php81/Resources/stubs/CURLStringFile.php',
106 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
107 'Mustache\\Cache' => __DIR__ . '/..' . '/mustache/mustache/src/Cache.php',
108 'Mustache\\Cache\\AbstractCache' => __DIR__ . '/..' . '/mustache/mustache/src/Cache/AbstractCache.php',
109 'Mustache\\Cache\\FilesystemCache' => __DIR__ . '/..' . '/mustache/mustache/src/Cache/FilesystemCache.php',
110 'Mustache\\Cache\\NoopCache' => __DIR__ . '/..' . '/mustache/mustache/src/Cache/NoopCache.php',
111 'Mustache\\CompileOptions' => __DIR__ . '/..' . '/mustache/mustache/src/CompileOptions.php',
112 'Mustache\\Compiler' => __DIR__ . '/..' . '/mustache/mustache/src/Compiler.php',
113 'Mustache\\Context' => __DIR__ . '/..' . '/mustache/mustache/src/Context.php',
114 'Mustache\\Engine' => __DIR__ . '/..' . '/mustache/mustache/src/Engine.php',
115 'Mustache\\Exception' => __DIR__ . '/..' . '/mustache/mustache/src/Exception.php',
116 'Mustache\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/mustache/mustache/src/Exception/InvalidArgumentException.php',
117 'Mustache\\Exception\\LogicException' => __DIR__ . '/..' . '/mustache/mustache/src/Exception/LogicException.php',
118 'Mustache\\Exception\\RenderingException' => __DIR__ . '/..' . '/mustache/mustache/src/Exception/RenderingException.php',
119 'Mustache\\Exception\\RuntimeException' => __DIR__ . '/..' . '/mustache/mustache/src/Exception/RuntimeException.php',
120 'Mustache\\Exception\\SyntaxException' => __DIR__ . '/..' . '/mustache/mustache/src/Exception/SyntaxException.php',
121 'Mustache\\Exception\\UnknownBlockException' => __DIR__ . '/..' . '/mustache/mustache/src/Exception/UnknownBlockException.php',
122 'Mustache\\Exception\\UnknownFilterException' => __DIR__ . '/..' . '/mustache/mustache/src/Exception/UnknownFilterException.php',
123 'Mustache\\Exception\\UnknownHelperException' => __DIR__ . '/..' . '/mustache/mustache/src/Exception/UnknownHelperException.php',
124 'Mustache\\Exception\\UnknownTemplateException' => __DIR__ . '/..' . '/mustache/mustache/src/Exception/UnknownTemplateException.php',
125 'Mustache\\Exception\\UnknownVariableException' => __DIR__ . '/..' . '/mustache/mustache/src/Exception/UnknownVariableException.php',
126 'Mustache\\HelperCollection' => __DIR__ . '/..' . '/mustache/mustache/src/HelperCollection.php',
127 'Mustache\\LambdaHelper' => __DIR__ . '/..' . '/mustache/mustache/src/LambdaHelper.php',
128 'Mustache\\Loader' => __DIR__ . '/..' . '/mustache/mustache/src/Loader.php',
129 'Mustache\\Loader\\ArrayLoader' => __DIR__ . '/..' . '/mustache/mustache/src/Loader/ArrayLoader.php',
130 'Mustache\\Loader\\CascadingLoader' => __DIR__ . '/..' . '/mustache/mustache/src/Loader/CascadingLoader.php',
131 'Mustache\\Loader\\FilesystemLoader' => __DIR__ . '/..' . '/mustache/mustache/src/Loader/FilesystemLoader.php',
132 'Mustache\\Loader\\InlineLoader' => __DIR__ . '/..' . '/mustache/mustache/src/Loader/InlineLoader.php',
133 'Mustache\\Loader\\MutableLoader' => __DIR__ . '/..' . '/mustache/mustache/src/Loader/MutableLoader.php',
134 'Mustache\\Loader\\ProductionFilesystemLoader' => __DIR__ . '/..' . '/mustache/mustache/src/Loader/ProductionFilesystemLoader.php',
135 'Mustache\\Loader\\StringLoader' => __DIR__ . '/..' . '/mustache/mustache/src/Loader/StringLoader.php',
136 'Mustache\\Logger' => __DIR__ . '/..' . '/mustache/mustache/src/Logger.php',
137 'Mustache\\Logger\\AbstractLogger' => __DIR__ . '/..' . '/mustache/mustache/src/Logger/AbstractLogger.php',
138 'Mustache\\Logger\\StreamLogger' => __DIR__ . '/..' . '/mustache/mustache/src/Logger/StreamLogger.php',
139 'Mustache\\Parser' => __DIR__ . '/..' . '/mustache/mustache/src/Parser.php',
140 'Mustache\\RenderedString' => __DIR__ . '/..' . '/mustache/mustache/src/RenderedString.php',
141 'Mustache\\Source' => __DIR__ . '/..' . '/mustache/mustache/src/Source.php',
142 'Mustache\\Source\\FilesystemSource' => __DIR__ . '/..' . '/mustache/mustache/src/Source/FilesystemSource.php',
143 'Mustache\\Template' => __DIR__ . '/..' . '/mustache/mustache/src/Template.php',
144 'Mustache\\Tokenizer' => __DIR__ . '/..' . '/mustache/mustache/src/Tokenizer.php',
145 'Mustache_Cache' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php',
146 'Mustache_Cache_AbstractCache' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php',
147 'Mustache_Cache_FilesystemCache' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php',
148 'Mustache_Cache_NoopCache' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php',
149 'Mustache_Compiler' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php',
150 'Mustache_Context' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php',
151 'Mustache_Engine' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php',
152 'Mustache_Exception' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php',
153 'Mustache_Exception_InvalidArgumentException' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php',
154 'Mustache_Exception_LogicException' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php',
155 'Mustache_Exception_RenderingException' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php',
156 'Mustache_Exception_RuntimeException' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php',
157 'Mustache_Exception_SyntaxException' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php',
158 'Mustache_Exception_UnknownBlockException' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php',
159 'Mustache_Exception_UnknownFilterException' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php',
160 'Mustache_Exception_UnknownHelperException' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php',
161 'Mustache_Exception_UnknownTemplateException' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php',
162 'Mustache_Exception_UnknownVariableException' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php',
163 'Mustache_HelperCollection' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php',
164 'Mustache_LambdaHelper' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php',
165 'Mustache_Loader' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php',
166 'Mustache_Loader_ArrayLoader' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php',
167 'Mustache_Loader_CascadingLoader' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php',
168 'Mustache_Loader_FilesystemLoader' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php',
169 'Mustache_Loader_InlineLoader' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php',
170 'Mustache_Loader_MutableLoader' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php',
171 'Mustache_Loader_ProductionFilesystemLoader' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php',
172 'Mustache_Loader_StringLoader' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php',
173 'Mustache_Logger' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php',
174 'Mustache_Logger_AbstractLogger' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php',
175 'Mustache_Logger_StreamLogger' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php',
176 'Mustache_Parser' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php',
177 'Mustache_Source' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php',
178 'Mustache_Source_FilesystemSource' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php',
179 'Mustache_Template' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php',
180 'Mustache_Tokenizer' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php',
181 'Parsedown' => __DIR__ . '/..' . '/erusev/parsedown/Parsedown.php',
182 'PhpToken' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php',
183 'Ramsey\\Collection\\AbstractArray' => __DIR__ . '/..' . '/ramsey/collection/src/AbstractArray.php',
184 'Ramsey\\Collection\\AbstractCollection' => __DIR__ . '/..' . '/ramsey/collection/src/AbstractCollection.php',
185 'Ramsey\\Collection\\AbstractSet' => __DIR__ . '/..' . '/ramsey/collection/src/AbstractSet.php',
186 'Ramsey\\Collection\\ArrayInterface' => __DIR__ . '/..' . '/ramsey/collection/src/ArrayInterface.php',
187 'Ramsey\\Collection\\Collection' => __DIR__ . '/..' . '/ramsey/collection/src/Collection.php',
188 'Ramsey\\Collection\\CollectionInterface' => __DIR__ . '/..' . '/ramsey/collection/src/CollectionInterface.php',
189 'Ramsey\\Collection\\DoubleEndedQueue' => __DIR__ . '/..' . '/ramsey/collection/src/DoubleEndedQueue.php',
190 'Ramsey\\Collection\\DoubleEndedQueueInterface' => __DIR__ . '/..' . '/ramsey/collection/src/DoubleEndedQueueInterface.php',
191 'Ramsey\\Collection\\Exception\\CollectionMismatchException' => __DIR__ . '/..' . '/ramsey/collection/src/Exception/CollectionMismatchException.php',
192 'Ramsey\\Collection\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/ramsey/collection/src/Exception/InvalidArgumentException.php',
193 'Ramsey\\Collection\\Exception\\InvalidSortOrderException' => __DIR__ . '/..' . '/ramsey/collection/src/Exception/InvalidSortOrderException.php',
194 'Ramsey\\Collection\\Exception\\NoSuchElementException' => __DIR__ . '/..' . '/ramsey/collection/src/Exception/NoSuchElementException.php',
195 'Ramsey\\Collection\\Exception\\OutOfBoundsException' => __DIR__ . '/..' . '/ramsey/collection/src/Exception/OutOfBoundsException.php',
196 'Ramsey\\Collection\\Exception\\UnsupportedOperationException' => __DIR__ . '/..' . '/ramsey/collection/src/Exception/UnsupportedOperationException.php',
197 'Ramsey\\Collection\\Exception\\ValueExtractionException' => __DIR__ . '/..' . '/ramsey/collection/src/Exception/ValueExtractionException.php',
198 'Ramsey\\Collection\\GenericArray' => __DIR__ . '/..' . '/ramsey/collection/src/GenericArray.php',
199 'Ramsey\\Collection\\Map\\AbstractMap' => __DIR__ . '/..' . '/ramsey/collection/src/Map/AbstractMap.php',
200 'Ramsey\\Collection\\Map\\AbstractTypedMap' => __DIR__ . '/..' . '/ramsey/collection/src/Map/AbstractTypedMap.php',
201 'Ramsey\\Collection\\Map\\AssociativeArrayMap' => __DIR__ . '/..' . '/ramsey/collection/src/Map/AssociativeArrayMap.php',
202 'Ramsey\\Collection\\Map\\MapInterface' => __DIR__ . '/..' . '/ramsey/collection/src/Map/MapInterface.php',
203 'Ramsey\\Collection\\Map\\NamedParameterMap' => __DIR__ . '/..' . '/ramsey/collection/src/Map/NamedParameterMap.php',
204 'Ramsey\\Collection\\Map\\TypedMap' => __DIR__ . '/..' . '/ramsey/collection/src/Map/TypedMap.php',
205 'Ramsey\\Collection\\Map\\TypedMapInterface' => __DIR__ . '/..' . '/ramsey/collection/src/Map/TypedMapInterface.php',
206 'Ramsey\\Collection\\Queue' => __DIR__ . '/..' . '/ramsey/collection/src/Queue.php',
207 'Ramsey\\Collection\\QueueInterface' => __DIR__ . '/..' . '/ramsey/collection/src/QueueInterface.php',
208 'Ramsey\\Collection\\Set' => __DIR__ . '/..' . '/ramsey/collection/src/Set.php',
209 'Ramsey\\Collection\\Tool\\TypeTrait' => __DIR__ . '/..' . '/ramsey/collection/src/Tool/TypeTrait.php',
210 'Ramsey\\Collection\\Tool\\ValueExtractorTrait' => __DIR__ . '/..' . '/ramsey/collection/src/Tool/ValueExtractorTrait.php',
211 'Ramsey\\Collection\\Tool\\ValueToStringTrait' => __DIR__ . '/..' . '/ramsey/collection/src/Tool/ValueToStringTrait.php',
212 'Ramsey\\Uuid\\BinaryUtils' => __DIR__ . '/..' . '/ramsey/uuid/src/BinaryUtils.php',
213 'Ramsey\\Uuid\\Builder\\BuilderCollection' => __DIR__ . '/..' . '/ramsey/uuid/src/Builder/BuilderCollection.php',
214 'Ramsey\\Uuid\\Builder\\DefaultUuidBuilder' => __DIR__ . '/..' . '/ramsey/uuid/src/Builder/DefaultUuidBuilder.php',
215 'Ramsey\\Uuid\\Builder\\DegradedUuidBuilder' => __DIR__ . '/..' . '/ramsey/uuid/src/Builder/DegradedUuidBuilder.php',
216 'Ramsey\\Uuid\\Builder\\FallbackBuilder' => __DIR__ . '/..' . '/ramsey/uuid/src/Builder/FallbackBuilder.php',
217 'Ramsey\\Uuid\\Builder\\UuidBuilderInterface' => __DIR__ . '/..' . '/ramsey/uuid/src/Builder/UuidBuilderInterface.php',
218 'Ramsey\\Uuid\\Codec\\CodecInterface' => __DIR__ . '/..' . '/ramsey/uuid/src/Codec/CodecInterface.php',
219 'Ramsey\\Uuid\\Codec\\GuidStringCodec' => __DIR__ . '/..' . '/ramsey/uuid/src/Codec/GuidStringCodec.php',
220 'Ramsey\\Uuid\\Codec\\OrderedTimeCodec' => __DIR__ . '/..' . '/ramsey/uuid/src/Codec/OrderedTimeCodec.php',
221 'Ramsey\\Uuid\\Codec\\StringCodec' => __DIR__ . '/..' . '/ramsey/uuid/src/Codec/StringCodec.php',
222 'Ramsey\\Uuid\\Codec\\TimestampFirstCombCodec' => __DIR__ . '/..' . '/ramsey/uuid/src/Codec/TimestampFirstCombCodec.php',
223 'Ramsey\\Uuid\\Codec\\TimestampLastCombCodec' => __DIR__ . '/..' . '/ramsey/uuid/src/Codec/TimestampLastCombCodec.php',
224 'Ramsey\\Uuid\\Converter\\NumberConverterInterface' => __DIR__ . '/..' . '/ramsey/uuid/src/Converter/NumberConverterInterface.php',
225 'Ramsey\\Uuid\\Converter\\Number\\BigNumberConverter' => __DIR__ . '/..' . '/ramsey/uuid/src/Converter/Number/BigNumberConverter.php',
226 'Ramsey\\Uuid\\Converter\\Number\\DegradedNumberConverter' => __DIR__ . '/..' . '/ramsey/uuid/src/Converter/Number/DegradedNumberConverter.php',
227 'Ramsey\\Uuid\\Converter\\Number\\GenericNumberConverter' => __DIR__ . '/..' . '/ramsey/uuid/src/Converter/Number/GenericNumberConverter.php',
228 'Ramsey\\Uuid\\Converter\\TimeConverterInterface' => __DIR__ . '/..' . '/ramsey/uuid/src/Converter/TimeConverterInterface.php',
229 'Ramsey\\Uuid\\Converter\\Time\\BigNumberTimeConverter' => __DIR__ . '/..' . '/ramsey/uuid/src/Converter/Time/BigNumberTimeConverter.php',
230 'Ramsey\\Uuid\\Converter\\Time\\DegradedTimeConverter' => __DIR__ . '/..' . '/ramsey/uuid/src/Converter/Time/DegradedTimeConverter.php',
231 'Ramsey\\Uuid\\Converter\\Time\\GenericTimeConverter' => __DIR__ . '/..' . '/ramsey/uuid/src/Converter/Time/GenericTimeConverter.php',
232 'Ramsey\\Uuid\\Converter\\Time\\PhpTimeConverter' => __DIR__ . '/..' . '/ramsey/uuid/src/Converter/Time/PhpTimeConverter.php',
233 'Ramsey\\Uuid\\DegradedUuid' => __DIR__ . '/..' . '/ramsey/uuid/src/DegradedUuid.php',
234 'Ramsey\\Uuid\\DeprecatedUuidInterface' => __DIR__ . '/..' . '/ramsey/uuid/src/DeprecatedUuidInterface.php',
235 'Ramsey\\Uuid\\DeprecatedUuidMethodsTrait' => __DIR__ . '/..' . '/ramsey/uuid/src/DeprecatedUuidMethodsTrait.php',
236 'Ramsey\\Uuid\\Exception\\BuilderNotFoundException' => __DIR__ . '/..' . '/ramsey/uuid/src/Exception/BuilderNotFoundException.php',
237 'Ramsey\\Uuid\\Exception\\DateTimeException' => __DIR__ . '/..' . '/ramsey/uuid/src/Exception/DateTimeException.php',
238 'Ramsey\\Uuid\\Exception\\DceSecurityException' => __DIR__ . '/..' . '/ramsey/uuid/src/Exception/DceSecurityException.php',
239 'Ramsey\\Uuid\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/ramsey/uuid/src/Exception/InvalidArgumentException.php',
240 'Ramsey\\Uuid\\Exception\\InvalidBytesException' => __DIR__ . '/..' . '/ramsey/uuid/src/Exception/InvalidBytesException.php',
241 'Ramsey\\Uuid\\Exception\\InvalidUuidStringException' => __DIR__ . '/..' . '/ramsey/uuid/src/Exception/InvalidUuidStringException.php',
242 'Ramsey\\Uuid\\Exception\\NameException' => __DIR__ . '/..' . '/ramsey/uuid/src/Exception/NameException.php',
243 'Ramsey\\Uuid\\Exception\\NodeException' => __DIR__ . '/..' . '/ramsey/uuid/src/Exception/NodeException.php',
244 'Ramsey\\Uuid\\Exception\\RandomSourceException' => __DIR__ . '/..' . '/ramsey/uuid/src/Exception/RandomSourceException.php',
245 'Ramsey\\Uuid\\Exception\\TimeSourceException' => __DIR__ . '/..' . '/ramsey/uuid/src/Exception/TimeSourceException.php',
246 'Ramsey\\Uuid\\Exception\\UnableToBuildUuidException' => __DIR__ . '/..' . '/ramsey/uuid/src/Exception/UnableToBuildUuidException.php',
247 'Ramsey\\Uuid\\Exception\\UnsupportedOperationException' => __DIR__ . '/..' . '/ramsey/uuid/src/Exception/UnsupportedOperationException.php',
248 'Ramsey\\Uuid\\Exception\\UuidExceptionInterface' => __DIR__ . '/..' . '/ramsey/uuid/src/Exception/UuidExceptionInterface.php',
249 'Ramsey\\Uuid\\FeatureSet' => __DIR__ . '/..' . '/ramsey/uuid/src/FeatureSet.php',
250 'Ramsey\\Uuid\\Fields\\FieldsInterface' => __DIR__ . '/..' . '/ramsey/uuid/src/Fields/FieldsInterface.php',
251 'Ramsey\\Uuid\\Fields\\SerializableFieldsTrait' => __DIR__ . '/..' . '/ramsey/uuid/src/Fields/SerializableFieldsTrait.php',
252 'Ramsey\\Uuid\\Generator\\CombGenerator' => __DIR__ . '/..' . '/ramsey/uuid/src/Generator/CombGenerator.php',
253 'Ramsey\\Uuid\\Generator\\DceSecurityGenerator' => __DIR__ . '/..' . '/ramsey/uuid/src/Generator/DceSecurityGenerator.php',
254 'Ramsey\\Uuid\\Generator\\DceSecurityGeneratorInterface' => __DIR__ . '/..' . '/ramsey/uuid/src/Generator/DceSecurityGeneratorInterface.php',
255 'Ramsey\\Uuid\\Generator\\DefaultNameGenerator' => __DIR__ . '/..' . '/ramsey/uuid/src/Generator/DefaultNameGenerator.php',
256 'Ramsey\\Uuid\\Generator\\DefaultTimeGenerator' => __DIR__ . '/..' . '/ramsey/uuid/src/Generator/DefaultTimeGenerator.php',
257 'Ramsey\\Uuid\\Generator\\NameGeneratorFactory' => __DIR__ . '/..' . '/ramsey/uuid/src/Generator/NameGeneratorFactory.php',
258 'Ramsey\\Uuid\\Generator\\NameGeneratorInterface' => __DIR__ . '/..' . '/ramsey/uuid/src/Generator/NameGeneratorInterface.php',
259 'Ramsey\\Uuid\\Generator\\PeclUuidNameGenerator' => __DIR__ . '/..' . '/ramsey/uuid/src/Generator/PeclUuidNameGenerator.php',
260 'Ramsey\\Uuid\\Generator\\PeclUuidRandomGenerator' => __DIR__ . '/..' . '/ramsey/uuid/src/Generator/PeclUuidRandomGenerator.php',
261 'Ramsey\\Uuid\\Generator\\PeclUuidTimeGenerator' => __DIR__ . '/..' . '/ramsey/uuid/src/Generator/PeclUuidTimeGenerator.php',
262 'Ramsey\\Uuid\\Generator\\RandomBytesGenerator' => __DIR__ . '/..' . '/ramsey/uuid/src/Generator/RandomBytesGenerator.php',
263 'Ramsey\\Uuid\\Generator\\RandomGeneratorFactory' => __DIR__ . '/..' . '/ramsey/uuid/src/Generator/RandomGeneratorFactory.php',
264 'Ramsey\\Uuid\\Generator\\RandomGeneratorInterface' => __DIR__ . '/..' . '/ramsey/uuid/src/Generator/RandomGeneratorInterface.php',
265 'Ramsey\\Uuid\\Generator\\RandomLibAdapter' => __DIR__ . '/..' . '/ramsey/uuid/src/Generator/RandomLibAdapter.php',
266 'Ramsey\\Uuid\\Generator\\TimeGeneratorFactory' => __DIR__ . '/..' . '/ramsey/uuid/src/Generator/TimeGeneratorFactory.php',
267 'Ramsey\\Uuid\\Generator\\TimeGeneratorInterface' => __DIR__ . '/..' . '/ramsey/uuid/src/Generator/TimeGeneratorInterface.php',
268 'Ramsey\\Uuid\\Guid\\Fields' => __DIR__ . '/..' . '/ramsey/uuid/src/Guid/Fields.php',
269 'Ramsey\\Uuid\\Guid\\Guid' => __DIR__ . '/..' . '/ramsey/uuid/src/Guid/Guid.php',
270 'Ramsey\\Uuid\\Guid\\GuidBuilder' => __DIR__ . '/..' . '/ramsey/uuid/src/Guid/GuidBuilder.php',
271 'Ramsey\\Uuid\\Lazy\\LazyUuidFromString' => __DIR__ . '/..' . '/ramsey/uuid/src/Lazy/LazyUuidFromString.php',
272 'Ramsey\\Uuid\\Math\\BrickMathCalculator' => __DIR__ . '/..' . '/ramsey/uuid/src/Math/BrickMathCalculator.php',
273 'Ramsey\\Uuid\\Math\\CalculatorInterface' => __DIR__ . '/..' . '/ramsey/uuid/src/Math/CalculatorInterface.php',
274 'Ramsey\\Uuid\\Math\\RoundingMode' => __DIR__ . '/..' . '/ramsey/uuid/src/Math/RoundingMode.php',
275 'Ramsey\\Uuid\\Nonstandard\\Fields' => __DIR__ . '/..' . '/ramsey/uuid/src/Nonstandard/Fields.php',
276 'Ramsey\\Uuid\\Nonstandard\\Uuid' => __DIR__ . '/..' . '/ramsey/uuid/src/Nonstandard/Uuid.php',
277 'Ramsey\\Uuid\\Nonstandard\\UuidBuilder' => __DIR__ . '/..' . '/ramsey/uuid/src/Nonstandard/UuidBuilder.php',
278 'Ramsey\\Uuid\\Nonstandard\\UuidV6' => __DIR__ . '/..' . '/ramsey/uuid/src/Nonstandard/UuidV6.php',
279 'Ramsey\\Uuid\\Provider\\DceSecurityProviderInterface' => __DIR__ . '/..' . '/ramsey/uuid/src/Provider/DceSecurityProviderInterface.php',
280 'Ramsey\\Uuid\\Provider\\Dce\\SystemDceSecurityProvider' => __DIR__ . '/..' . '/ramsey/uuid/src/Provider/Dce/SystemDceSecurityProvider.php',
281 'Ramsey\\Uuid\\Provider\\NodeProviderInterface' => __DIR__ . '/..' . '/ramsey/uuid/src/Provider/NodeProviderInterface.php',
282 'Ramsey\\Uuid\\Provider\\Node\\FallbackNodeProvider' => __DIR__ . '/..' . '/ramsey/uuid/src/Provider/Node/FallbackNodeProvider.php',
283 'Ramsey\\Uuid\\Provider\\Node\\NodeProviderCollection' => __DIR__ . '/..' . '/ramsey/uuid/src/Provider/Node/NodeProviderCollection.php',
284 'Ramsey\\Uuid\\Provider\\Node\\RandomNodeProvider' => __DIR__ . '/..' . '/ramsey/uuid/src/Provider/Node/RandomNodeProvider.php',
285 'Ramsey\\Uuid\\Provider\\Node\\StaticNodeProvider' => __DIR__ . '/..' . '/ramsey/uuid/src/Provider/Node/StaticNodeProvider.php',
286 'Ramsey\\Uuid\\Provider\\Node\\SystemNodeProvider' => __DIR__ . '/..' . '/ramsey/uuid/src/Provider/Node/SystemNodeProvider.php',
287 'Ramsey\\Uuid\\Provider\\TimeProviderInterface' => __DIR__ . '/..' . '/ramsey/uuid/src/Provider/TimeProviderInterface.php',
288 'Ramsey\\Uuid\\Provider\\Time\\FixedTimeProvider' => __DIR__ . '/..' . '/ramsey/uuid/src/Provider/Time/FixedTimeProvider.php',
289 'Ramsey\\Uuid\\Provider\\Time\\SystemTimeProvider' => __DIR__ . '/..' . '/ramsey/uuid/src/Provider/Time/SystemTimeProvider.php',
290 'Ramsey\\Uuid\\Rfc4122\\Fields' => __DIR__ . '/..' . '/ramsey/uuid/src/Rfc4122/Fields.php',
291 'Ramsey\\Uuid\\Rfc4122\\FieldsInterface' => __DIR__ . '/..' . '/ramsey/uuid/src/Rfc4122/FieldsInterface.php',
292 'Ramsey\\Uuid\\Rfc4122\\NilTrait' => __DIR__ . '/..' . '/ramsey/uuid/src/Rfc4122/NilTrait.php',
293 'Ramsey\\Uuid\\Rfc4122\\NilUuid' => __DIR__ . '/..' . '/ramsey/uuid/src/Rfc4122/NilUuid.php',
294 'Ramsey\\Uuid\\Rfc4122\\UuidBuilder' => __DIR__ . '/..' . '/ramsey/uuid/src/Rfc4122/UuidBuilder.php',
295 'Ramsey\\Uuid\\Rfc4122\\UuidInterface' => __DIR__ . '/..' . '/ramsey/uuid/src/Rfc4122/UuidInterface.php',
296 'Ramsey\\Uuid\\Rfc4122\\UuidV1' => __DIR__ . '/..' . '/ramsey/uuid/src/Rfc4122/UuidV1.php',
297 'Ramsey\\Uuid\\Rfc4122\\UuidV2' => __DIR__ . '/..' . '/ramsey/uuid/src/Rfc4122/UuidV2.php',
298 'Ramsey\\Uuid\\Rfc4122\\UuidV3' => __DIR__ . '/..' . '/ramsey/uuid/src/Rfc4122/UuidV3.php',
299 'Ramsey\\Uuid\\Rfc4122\\UuidV4' => __DIR__ . '/..' . '/ramsey/uuid/src/Rfc4122/UuidV4.php',
300 'Ramsey\\Uuid\\Rfc4122\\UuidV5' => __DIR__ . '/..' . '/ramsey/uuid/src/Rfc4122/UuidV5.php',
301 'Ramsey\\Uuid\\Rfc4122\\Validator' => __DIR__ . '/..' . '/ramsey/uuid/src/Rfc4122/Validator.php',
302 'Ramsey\\Uuid\\Rfc4122\\VariantTrait' => __DIR__ . '/..' . '/ramsey/uuid/src/Rfc4122/VariantTrait.php',
303 'Ramsey\\Uuid\\Rfc4122\\VersionTrait' => __DIR__ . '/..' . '/ramsey/uuid/src/Rfc4122/VersionTrait.php',
304 'Ramsey\\Uuid\\Type\\Decimal' => __DIR__ . '/..' . '/ramsey/uuid/src/Type/Decimal.php',
305 'Ramsey\\Uuid\\Type\\Hexadecimal' => __DIR__ . '/..' . '/ramsey/uuid/src/Type/Hexadecimal.php',
306 'Ramsey\\Uuid\\Type\\Integer' => __DIR__ . '/..' . '/ramsey/uuid/src/Type/Integer.php',
307 'Ramsey\\Uuid\\Type\\NumberInterface' => __DIR__ . '/..' . '/ramsey/uuid/src/Type/NumberInterface.php',
308 'Ramsey\\Uuid\\Type\\Time' => __DIR__ . '/..' . '/ramsey/uuid/src/Type/Time.php',
309 'Ramsey\\Uuid\\Type\\TypeInterface' => __DIR__ . '/..' . '/ramsey/uuid/src/Type/TypeInterface.php',
310 'Ramsey\\Uuid\\Uuid' => __DIR__ . '/..' . '/ramsey/uuid/src/Uuid.php',
311 'Ramsey\\Uuid\\UuidFactory' => __DIR__ . '/..' . '/ramsey/uuid/src/UuidFactory.php',
312 'Ramsey\\Uuid\\UuidFactoryInterface' => __DIR__ . '/..' . '/ramsey/uuid/src/UuidFactoryInterface.php',
313 'Ramsey\\Uuid\\UuidInterface' => __DIR__ . '/..' . '/ramsey/uuid/src/UuidInterface.php',
314 'Ramsey\\Uuid\\Validator\\GenericValidator' => __DIR__ . '/..' . '/ramsey/uuid/src/Validator/GenericValidator.php',
315 'Ramsey\\Uuid\\Validator\\ValidatorInterface' => __DIR__ . '/..' . '/ramsey/uuid/src/Validator/ValidatorInterface.php',
316 'ReturnTypeWillChange' => __DIR__ . '/..' . '/symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php',
317 'Stringable' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Stringable.php',
318 'Symfony\\Polyfill\\Ctype\\Ctype' => __DIR__ . '/..' . '/symfony/polyfill-ctype/Ctype.php',
319 'Symfony\\Polyfill\\Php80\\Php80' => __DIR__ . '/..' . '/symfony/polyfill-php80/Php80.php',
320 'Symfony\\Polyfill\\Php80\\PhpToken' => __DIR__ . '/..' . '/symfony/polyfill-php80/PhpToken.php',
321 'Symfony\\Polyfill\\Php81\\Php81' => __DIR__ . '/..' . '/symfony/polyfill-php81/Php81.php',
322 'UnhandledMatchError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php',
323 'ValueError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/ValueError.php',
324 'WCPOS\\WooCommercePOS\\AJAX' => __DIR__ . '/../..' . '/includes/AJAX.php',
325 'WCPOS\\WooCommercePOS\\API' => __DIR__ . '/../..' . '/includes/API.php',
326 'WCPOS\\WooCommercePOS\\API\\Order_Search' => __DIR__ . '/../..' . '/includes/API/Order_Search.php',
327 'WCPOS\\WooCommercePOS\\API\\Product_Search' => __DIR__ . '/../..' . '/includes/API/Product_Search.php',
328 'WCPOS\\WooCommercePOS\\API\\Route_Classifier' => __DIR__ . '/../..' . '/includes/API/Route_Classifier.php',
329 'WCPOS\\WooCommercePOS\\API\\V1\\Auth' => __DIR__ . '/../..' . '/includes/API/V1/Auth.php',
330 'WCPOS\\WooCommercePOS\\API\\V1\\Bulk_ID_Fast_Path' => __DIR__ . '/../..' . '/includes/API/V1/Bulk_ID_Fast_Path.php',
331 'WCPOS\\WooCommercePOS\\API\\V1\\Cashier' => __DIR__ . '/../..' . '/includes/API/V1/Cashier.php',
332 'WCPOS\\WooCommercePOS\\API\\V1\\Checkout_Controller' => __DIR__ . '/../..' . '/includes/API/V1/Checkout_Controller.php',
333 'WCPOS\\WooCommercePOS\\API\\V1\\Coupons_Controller' => __DIR__ . '/../..' . '/includes/API/V1/Coupons_Controller.php',
334 'WCPOS\\WooCommercePOS\\API\\V1\\Customers_Controller' => __DIR__ . '/../..' . '/includes/API/V1/Customers_Controller.php',
335 'WCPOS\\WooCommercePOS\\API\\V1\\Data_Order_Statuses_Controller' => __DIR__ . '/../..' . '/includes/API/V1/Data_Order_Statuses_Controller.php',
336 'WCPOS\\WooCommercePOS\\API\\V1\\Extensions' => __DIR__ . '/../..' . '/includes/API/V1/Extensions.php',
337 'WCPOS\\WooCommercePOS\\API\\V1\\Gateway_Bootstrap_Controller' => __DIR__ . '/../..' . '/includes/API/V1/Gateway_Bootstrap_Controller.php',
338 'WCPOS\\WooCommercePOS\\API\\V1\\Logs' => __DIR__ . '/../..' . '/includes/API/V1/Logs.php',
339 'WCPOS\\WooCommercePOS\\API\\V1\\Orders_Controller' => __DIR__ . '/../..' . '/includes/API/V1/Orders_Controller.php',
340 'WCPOS\\WooCommercePOS\\API\\V1\\Payment_Gateways' => __DIR__ . '/../..' . '/includes/API/V1/Payment_Gateways.php',
341 'WCPOS\\WooCommercePOS\\API\\V1\\Print_Jobs_Controller' => __DIR__ . '/../..' . '/includes/API/V1/Print_Jobs_Controller.php',
342 'WCPOS\\WooCommercePOS\\API\\V1\\Product_Brands_Controller' => __DIR__ . '/../..' . '/includes/API/V1/Product_Brands_Controller.php',
343 'WCPOS\\WooCommercePOS\\API\\V1\\Product_Categories_Controller' => __DIR__ . '/../..' . '/includes/API/V1/Product_Categories_Controller.php',
344 'WCPOS\\WooCommercePOS\\API\\V1\\Product_Tags_Controller' => __DIR__ . '/../..' . '/includes/API/V1/Product_Tags_Controller.php',
345 'WCPOS\\WooCommercePOS\\API\\V1\\Product_Variations_Controller' => __DIR__ . '/../..' . '/includes/API/V1/Product_Variations_Controller.php',
346 'WCPOS\\WooCommercePOS\\API\\V1\\Products_Controller' => __DIR__ . '/../..' . '/includes/API/V1/Products_Controller.php',
347 'WCPOS\\WooCommercePOS\\API\\V1\\Raw_Response' => __DIR__ . '/../..' . '/includes/API/V1/Raw_Response.php',
348 'WCPOS\\WooCommercePOS\\API\\V1\\Receipts_Controller' => __DIR__ . '/../..' . '/includes/API/V1/Receipts_Controller.php',
349 'WCPOS\\WooCommercePOS\\API\\V1\\Settings' => __DIR__ . '/../..' . '/includes/API/V1/Settings.php',
350 'WCPOS\\WooCommercePOS\\API\\V1\\Shipping_Methods_Controller' => __DIR__ . '/../..' . '/includes/API/V1/Shipping_Methods_Controller.php',
351 'WCPOS\\WooCommercePOS\\API\\V1\\Stores' => __DIR__ . '/../..' . '/includes/API/V1/Stores.php',
352 'WCPOS\\WooCommercePOS\\API\\V1\\Tax_Classes_Controller' => __DIR__ . '/../..' . '/includes/API/V1/Tax_Classes_Controller.php',
353 'WCPOS\\WooCommercePOS\\API\\V1\\Taxes_Controller' => __DIR__ . '/../..' . '/includes/API/V1/Taxes_Controller.php',
354 'WCPOS\\WooCommercePOS\\API\\V1\\Templates_Controller' => __DIR__ . '/../..' . '/includes/API/V1/Templates_Controller.php',
355 'WCPOS\\WooCommercePOS\\API\\V1\\Traits\\Product_Helpers' => __DIR__ . '/../..' . '/includes/API/V1/Traits/Product_Helpers.php',
356 'WCPOS\\WooCommercePOS\\API\\V1\\Traits\\Query_Helpers' => __DIR__ . '/../..' . '/includes/API/V1/Traits/Query_Helpers.php',
357 'WCPOS\\WooCommercePOS\\API\\V1\\Traits\\Term_Controller' => __DIR__ . '/../..' . '/includes/API/V1/Traits/Term_Controller.php',
358 'WCPOS\\WooCommercePOS\\API\\V1\\Traits\\Uuid_Handler' => __DIR__ . '/../..' . '/includes/API/V1/Traits/Uuid_Handler.php',
359 'WCPOS\\WooCommercePOS\\API\\V1\\Traits\\WCPOS_REST_API' => __DIR__ . '/../..' . '/includes/API/V1/Traits/WCPOS_REST_API.php',
360 'WCPOS\\WooCommercePOS\\API\\V2\\Auth' => __DIR__ . '/../..' . '/includes/API/V2/Auth.php',
361 'WCPOS\\WooCommercePOS\\API\\V2\\Cashier' => __DIR__ . '/../..' . '/includes/API/V2/Cashier.php',
362 'WCPOS\\WooCommercePOS\\API\\V2\\Catalog_Proxy_Controller' => __DIR__ . '/../..' . '/includes/API/V2/Catalog_Proxy_Controller.php',
363 'WCPOS\\WooCommercePOS\\API\\V2\\Changes_Controller' => __DIR__ . '/../..' . '/includes/API/V2/Changes_Controller.php',
364 'WCPOS\\WooCommercePOS\\API\\V2\\Checkout_Controller' => __DIR__ . '/../..' . '/includes/API/V2/Checkout_Controller.php',
365 'WCPOS\\WooCommercePOS\\API\\V2\\Data_Order_Statuses_Controller' => __DIR__ . '/../..' . '/includes/API/V2/Data_Order_Statuses_Controller.php',
366 'WCPOS\\WooCommercePOS\\API\\V2\\Digests_Controller' => __DIR__ . '/../..' . '/includes/API/V2/Digests_Controller.php',
367 'WCPOS\\WooCommercePOS\\API\\V2\\Echo_Probe' => __DIR__ . '/../..' . '/includes/API/V2/Echo_Probe.php',
368 'WCPOS\\WooCommercePOS\\API\\V2\\Extensions' => __DIR__ . '/../..' . '/includes/API/V2/Extensions.php',
369 'WCPOS\\WooCommercePOS\\API\\V2\\Gateway_Bootstrap_Controller' => __DIR__ . '/../..' . '/includes/API/V2/Gateway_Bootstrap_Controller.php',
370 'WCPOS\\WooCommercePOS\\API\\V2\\Integrity_Controller' => __DIR__ . '/../..' . '/includes/API/V2/Integrity_Controller.php',
371 'WCPOS\\WooCommercePOS\\API\\V2\\Logs' => __DIR__ . '/../..' . '/includes/API/V2/Logs.php',
372 'WCPOS\\WooCommercePOS\\API\\V2\\Order_Email_Controller' => __DIR__ . '/../..' . '/includes/API/V2/Order_Email_Controller.php',
373 'WCPOS\\WooCommercePOS\\API\\V2\\Orders_Controller' => __DIR__ . '/../..' . '/includes/API/V2/Orders_Controller.php',
374 'WCPOS\\WooCommercePOS\\API\\V2\\Payment_Gateways' => __DIR__ . '/../..' . '/includes/API/V2/Payment_Gateways.php',
375 'WCPOS\\WooCommercePOS\\API\\V2\\Ping' => __DIR__ . '/../..' . '/includes/API/V2/Ping.php',
376 'WCPOS\\WooCommercePOS\\API\\V2\\Print_Jobs_Controller' => __DIR__ . '/../..' . '/includes/API/V2/Print_Jobs_Controller.php',
377 'WCPOS\\WooCommercePOS\\API\\V2\\Proxy\\Coupons_Proxy_Behavior' => __DIR__ . '/../..' . '/includes/API/V2/Proxy/Coupons_Proxy_Behavior.php',
378 'WCPOS\\WooCommercePOS\\API\\V2\\Proxy\\Customers_Proxy_Behavior' => __DIR__ . '/../..' . '/includes/API/V2/Proxy/Customers_Proxy_Behavior.php',
379 'WCPOS\\WooCommercePOS\\API\\V2\\Proxy\\Null_Proxy_Behavior' => __DIR__ . '/../..' . '/includes/API/V2/Proxy/Null_Proxy_Behavior.php',
380 'WCPOS\\WooCommercePOS\\API\\V2\\Proxy\\Orders_Proxy_Behavior' => __DIR__ . '/../..' . '/includes/API/V2/Proxy/Orders_Proxy_Behavior.php',
381 'WCPOS\\WooCommercePOS\\API\\V2\\Proxy\\Products_Proxy_Behavior' => __DIR__ . '/../..' . '/includes/API/V2/Proxy/Products_Proxy_Behavior.php',
382 'WCPOS\\WooCommercePOS\\API\\V2\\Proxy\\Proxy_Behavior' => __DIR__ . '/../..' . '/includes/API/V2/Proxy/Proxy_Behavior.php',
383 'WCPOS\\WooCommercePOS\\API\\V2\\Proxy\\Scoped_Proxy_Behavior' => __DIR__ . '/../..' . '/includes/API/V2/Proxy/Scoped_Proxy_Behavior.php',
384 'WCPOS\\WooCommercePOS\\API\\V2\\Proxy\\Stable_Sort' => __DIR__ . '/../..' . '/includes/API/V2/Proxy/Stable_Sort.php',
385 'WCPOS\\WooCommercePOS\\API\\V2\\Proxy\\Taxes_Proxy_Behavior' => __DIR__ . '/../..' . '/includes/API/V2/Proxy/Taxes_Proxy_Behavior.php',
386 'WCPOS\\WooCommercePOS\\API\\V2\\Proxy\\Terms_Proxy_Behavior' => __DIR__ . '/../..' . '/includes/API/V2/Proxy/Terms_Proxy_Behavior.php',
387 'WCPOS\\WooCommercePOS\\API\\V2\\Receipts_Controller' => __DIR__ . '/../..' . '/includes/API/V2/Receipts_Controller.php',
388 'WCPOS\\WooCommercePOS\\API\\V2\\Resolve_Controller' => __DIR__ . '/../..' . '/includes/API/V2/Resolve_Controller.php',
389 'WCPOS\\WooCommercePOS\\API\\V2\\Settings' => __DIR__ . '/../..' . '/includes/API/V2/Settings.php',
390 'WCPOS\\WooCommercePOS\\API\\V2\\Shipping_Methods_Controller' => __DIR__ . '/../..' . '/includes/API/V2/Shipping_Methods_Controller.php',
391 'WCPOS\\WooCommercePOS\\API\\V2\\Site' => __DIR__ . '/../..' . '/includes/API/V2/Site.php',
392 'WCPOS\\WooCommercePOS\\API\\V2\\Status_Controller' => __DIR__ . '/../..' . '/includes/API/V2/Status_Controller.php',
393 'WCPOS\\WooCommercePOS\\API\\V2\\Stores' => __DIR__ . '/../..' . '/includes/API/V2/Stores.php',
394 'WCPOS\\WooCommercePOS\\API\\V2\\Tax_Classes_Controller' => __DIR__ . '/../..' . '/includes/API/V2/Tax_Classes_Controller.php',
395 'WCPOS\\WooCommercePOS\\API\\V2\\Templates_Controller' => __DIR__ . '/../..' . '/includes/API/V2/Templates_Controller.php',
396 'WCPOS\\WooCommercePOS\\API\\V2\\Uuid_Backfill_Controller' => __DIR__ . '/../..' . '/includes/API/V2/Uuid_Backfill_Controller.php',
397 'WCPOS\\WooCommercePOS\\API\\V2\\Variations_Controller' => __DIR__ . '/../..' . '/includes/API/V2/Variations_Controller.php',
398 'WCPOS\\WooCommercePOS\\API\\V2\\Write_Controller' => __DIR__ . '/../..' . '/includes/API/V2/Write_Controller.php',
399 'WCPOS\\WooCommercePOS\\API\\V2\\Writers\\Collection_Writer_Resolver' => __DIR__ . '/../..' . '/includes/API/V2/Writers/Collection_Writer_Resolver.php',
400 'WCPOS\\WooCommercePOS\\API\\V2\\Writers\\Customer_Writer' => __DIR__ . '/../..' . '/includes/API/V2/Writers/Customer_Writer.php',
401 'WCPOS\\WooCommercePOS\\API\\V2\\Writers\\Null_Writer' => __DIR__ . '/../..' . '/includes/API/V2/Writers/Null_Writer.php',
402 'WCPOS\\WooCommercePOS\\API\\V2\\Writers\\Order_Writer' => __DIR__ . '/../..' . '/includes/API/V2/Writers/Order_Writer.php',
403 'WCPOS\\WooCommercePOS\\API\\V2\\Writers\\Variation_Writer' => __DIR__ . '/../..' . '/includes/API/V2/Writers/Variation_Writer.php',
404 'WCPOS\\WooCommercePOS\\Abstracts\\Store' => __DIR__ . '/../..' . '/includes/Abstracts/Store.php',
405 'WCPOS\\WooCommercePOS\\Activator' => __DIR__ . '/../..' . '/includes/Activator.php',
406 'WCPOS\\WooCommercePOS\\Admin' => __DIR__ . '/../..' . '/includes/Admin.php',
407 'WCPOS\\WooCommercePOS\\Admin\\Analytics' => __DIR__ . '/../..' . '/includes/Admin/Analytics.php',
408 'WCPOS\\WooCommercePOS\\Admin\\Consent' => __DIR__ . '/../..' . '/includes/Admin/Consent.php',
409 'WCPOS\\WooCommercePOS\\Admin\\Menu' => __DIR__ . '/../..' . '/includes/Admin/Menu.php',
410 'WCPOS\\WooCommercePOS\\Admin\\Notices' => __DIR__ . '/../..' . '/includes/Admin/Notices.php',
411 'WCPOS\\WooCommercePOS\\Admin\\Orders\\HPOS_List_Orders' => __DIR__ . '/../..' . '/includes/Admin/Orders/HPOS_List_Orders.php',
412 'WCPOS\\WooCommercePOS\\Admin\\Orders\\HPOS_Single_Order' => __DIR__ . '/../..' . '/includes/Admin/Orders/HPOS_Single_Order.php',
413 'WCPOS\\WooCommercePOS\\Admin\\Orders\\List_Orders' => __DIR__ . '/../..' . '/includes/Admin/Orders/List_Orders.php',
414 'WCPOS\\WooCommercePOS\\Admin\\Orders\\Single_Order' => __DIR__ . '/../..' . '/includes/Admin/Orders/Single_Order.php',
415 'WCPOS\\WooCommercePOS\\Admin\\Permalink' => __DIR__ . '/../..' . '/includes/Admin/Permalink.php',
416 'WCPOS\\WooCommercePOS\\Admin\\Plugins' => __DIR__ . '/../..' . '/includes/Admin/Plugins.php',
417 'WCPOS\\WooCommercePOS\\Admin\\Products\\List_Products' => __DIR__ . '/../..' . '/includes/Admin/Products/List_Products.php',
418 'WCPOS\\WooCommercePOS\\Admin\\Products\\Single_Product' => __DIR__ . '/../..' . '/includes/Admin/Products/Single_Product.php',
419 'WCPOS\\WooCommercePOS\\Admin\\Settings' => __DIR__ . '/../..' . '/includes/Admin/Settings.php',
420 'WCPOS\\WooCommercePOS\\Admin\\Templates\\Single_Template' => __DIR__ . '/../..' . '/includes/Admin/Templates/Single_Template.php',
421 'WCPOS\\WooCommercePOS\\CLI\\Anon_ID_Command' => __DIR__ . '/../..' . '/includes/CLI/Anon_ID_Command.php',
422 'WCPOS\\WooCommercePOS\\Deactivator' => __DIR__ . '/../..' . '/includes/Deactivator.php',
423 'WCPOS\\WooCommercePOS\\Emails' => __DIR__ . '/../..' . '/includes/Emails.php',
424 'WCPOS\\WooCommercePOS\\Form_Handler' => __DIR__ . '/../..' . '/includes/Form_Handler.php',
425 'WCPOS\\WooCommercePOS\\Gateways' => __DIR__ . '/../..' . '/includes/Gateways.php',
426 'WCPOS\\WooCommercePOS\\Gateways\\Card' => __DIR__ . '/../..' . '/includes/Gateways/Card.php',
427 'WCPOS\\WooCommercePOS\\Gateways\\Cash' => __DIR__ . '/../..' . '/includes/Gateways/Cash.php',
428 'WCPOS\\WooCommercePOS\\Hook_Manifest' => __DIR__ . '/../..' . '/includes/Hook_Manifest.php',
429 'WCPOS\\WooCommercePOS\\Init' => __DIR__ . '/../..' . '/includes/Init.php',
430 'WCPOS\\WooCommercePOS\\Integrations\\WPSEO' => __DIR__ . '/../..' . '/includes/Integrations/WPSEO.php',
431 'WCPOS\\WooCommercePOS\\Integrations\\WePOS' => __DIR__ . '/../..' . '/includes/Integrations/WePOS.php',
432 'WCPOS\\WooCommercePOS\\Integrations\\WooCommerce_Tax' => __DIR__ . '/../..' . '/includes/Integrations/WooCommerce_Tax.php',
433 'WCPOS\\WooCommercePOS\\Interfaces\\Collection_Writer_Interface' => __DIR__ . '/../..' . '/includes/Interfaces/Collection_Writer_Interface.php',
434 'WCPOS\\WooCommercePOS\\Interfaces\\Poll_Provider_Adapter_Interface' => __DIR__ . '/../..' . '/includes/Interfaces/Poll_Provider_Adapter_Interface.php',
435 'WCPOS\\WooCommercePOS\\Interfaces\\Provider_Adapter_Interface' => __DIR__ . '/../..' . '/includes/Interfaces/Provider_Adapter_Interface.php',
436 'WCPOS\\WooCommercePOS\\Interfaces\\Push_Provider_Adapter_Interface' => __DIR__ . '/../..' . '/includes/Interfaces/Push_Provider_Adapter_Interface.php',
437 'WCPOS\\WooCommercePOS\\Interfaces\\Receipt_Output_Adapter_Interface' => __DIR__ . '/../..' . '/includes/Interfaces/Receipt_Output_Adapter_Interface.php',
438 'WCPOS\\WooCommercePOS\\Interfaces\\Receipt_Renderer_Interface' => __DIR__ . '/../..' . '/includes/Interfaces/Receipt_Renderer_Interface.php',
439 'WCPOS\\WooCommercePOS\\Interfaces\\Settings_Section_Interface' => __DIR__ . '/../..' . '/includes/Interfaces/Settings_Section_Interface.php',
440 'WCPOS\\WooCommercePOS\\Interfaces\\StoreInterface' => __DIR__ . '/../..' . '/includes/Interfaces/StoreInterface.php',
441 'WCPOS\\WooCommercePOS\\Logger' => __DIR__ . '/../..' . '/includes/Logger.php',
442 'WCPOS\\WooCommercePOS\\Orders' => __DIR__ . '/../..' . '/includes/Orders.php',
443 'WCPOS\\WooCommercePOS\\Payments\\Abstract_POS_Gateway' => __DIR__ . '/../..' . '/includes/Payments/Abstract_POS_Gateway.php',
444 'WCPOS\\WooCommercePOS\\Payments\\Checkout_State_Repository' => __DIR__ . '/../..' . '/includes/Payments/Checkout_State_Repository.php',
445 'WCPOS\\WooCommercePOS\\Payments\\Filter_Gateway_Adapter' => __DIR__ . '/../..' . '/includes/Payments/Filter_Gateway_Adapter.php',
446 'WCPOS\\WooCommercePOS\\Payments\\Gateway_Adapter_Interface' => __DIR__ . '/../..' . '/includes/Payments/Gateway_Adapter_Interface.php',
447 'WCPOS\\WooCommercePOS\\Payments\\Gateway_Contract' => __DIR__ . '/../..' . '/includes/Payments/Gateway_Contract.php',
448 'WCPOS\\WooCommercePOS\\Payments\\Idempotency_Repository' => __DIR__ . '/../..' . '/includes/Payments/Idempotency_Repository.php',
449 'WCPOS\\WooCommercePOS\\Pro' => __DIR__ . '/../..' . '/includes/Pro.php',
450 'WCPOS\\WooCommercePOS\\Products' => __DIR__ . '/../..' . '/includes/Products.php',
451 'WCPOS\\WooCommercePOS\\Rest_Cors' => __DIR__ . '/../..' . '/includes/Rest_Cors.php',
452 'WCPOS\\WooCommercePOS\\Services\\Analytics' => __DIR__ . '/../..' . '/includes/Services/Analytics.php',
453 'WCPOS\\WooCommercePOS\\Services\\Analytics_Profile' => __DIR__ . '/../..' . '/includes/Services/Analytics_Profile.php',
454 'WCPOS\\WooCommercePOS\\Services\\Anon_ID' => __DIR__ . '/../..' . '/includes/Services/Anon_ID.php',
455 'WCPOS\\WooCommercePOS\\Services\\Auth' => __DIR__ . '/../..' . '/includes/Services/Auth.php',
456 'WCPOS\\WooCommercePOS\\Services\\Barcode_Field' => __DIR__ . '/../..' . '/includes/Services/Barcode_Field.php',
457 'WCPOS\\WooCommercePOS\\Services\\Cashier' => __DIR__ . '/../..' . '/includes/Services/Cashier.php',
458 'WCPOS\\WooCommercePOS\\Services\\Client_Signal' => __DIR__ . '/../..' . '/includes/Services/Client_Signal.php',
459 'WCPOS\\WooCommercePOS\\Services\\Cloud_Print_Media_Types' => __DIR__ . '/../..' . '/includes/Services/Cloud_Print_Media_Types.php',
460 'WCPOS\\WooCommercePOS\\Services\\Cloud_Print_Poll_Request' => __DIR__ . '/../..' . '/includes/Services/Cloud_Print_Poll_Request.php',
461 'WCPOS\\WooCommercePOS\\Services\\Cloud_Print_Registry' => __DIR__ . '/../..' . '/includes/Services/Cloud_Print_Registry.php',
462 'WCPOS\\WooCommercePOS\\Services\\Cloud_Print_Relay_Service' => __DIR__ . '/../..' . '/includes/Services/Cloud_Print_Relay_Service.php',
463 'WCPOS\\WooCommercePOS\\Services\\Cloud_Print_Submit_Service' => __DIR__ . '/../..' . '/includes/Services/Cloud_Print_Submit_Service.php',
464 'WCPOS\\WooCommercePOS\\Services\\Cloud_Print_Trigger_Service' => __DIR__ . '/../..' . '/includes/Services/Cloud_Print_Trigger_Service.php',
465 'WCPOS\\WooCommercePOS\\Services\\Cloudflare_Detector' => __DIR__ . '/../..' . '/includes/Services/Cloudflare_Detector.php',
466 'WCPOS\\WooCommercePOS\\Services\\Core_Order_Audit_Guard' => __DIR__ . '/../..' . '/includes/Services/Core_Order_Audit_Guard.php',
467 'WCPOS\\WooCommercePOS\\Services\\Customer_Account_Guard' => __DIR__ . '/../..' . '/includes/Services/Customer_Account_Guard.php',
468 'WCPOS\\WooCommercePOS\\Services\\Customer_Meta_Parity' => __DIR__ . '/../..' . '/includes/Services/Customer_Meta_Parity.php',
469 'WCPOS\\WooCommercePOS\\Services\\Decimal_Quantities' => __DIR__ . '/../..' . '/includes/Services/Decimal_Quantities.php',
470 'WCPOS\\WooCommercePOS\\Services\\Error_Reporter' => __DIR__ . '/../..' . '/includes/Services/Error_Reporter.php',
471 'WCPOS\\WooCommercePOS\\Services\\Extensions' => __DIR__ . '/../..' . '/includes/Services/Extensions.php',
472 'WCPOS\\WooCommercePOS\\Services\\Feature_Flags' => __DIR__ . '/../..' . '/includes/Services/Feature_Flags.php',
473 'WCPOS\\WooCommercePOS\\Services\\Fiscal_Receipt_Service' => __DIR__ . '/../..' . '/includes/Services/Fiscal_Receipt_Service.php',
474 'WCPOS\\WooCommercePOS\\Services\\Landing_Profile' => __DIR__ . '/../..' . '/includes/Services/Landing_Profile.php',
475 'WCPOS\\WooCommercePOS\\Services\\Lifecycle_Events' => __DIR__ . '/../..' . '/includes/Services/Lifecycle_Events.php',
476 'WCPOS\\WooCommercePOS\\Services\\Local_Image_Resolver' => __DIR__ . '/../..' . '/includes/Services/Local_Image_Resolver.php',
477 'WCPOS\\WooCommercePOS\\Services\\Meta_Data_Repair' => __DIR__ . '/../..' . '/includes/Services/Meta_Data_Repair.php',
478 'WCPOS\\WooCommercePOS\\Services\\Opening_Hours_Formatter' => __DIR__ . '/../..' . '/includes/Services/Opening_Hours_Formatter.php',
479 'WCPOS\\WooCommercePOS\\Services\\Order_Notes' => __DIR__ . '/../..' . '/includes/Services/Order_Notes.php',
480 'WCPOS\\WooCommercePOS\\Services\\Order_Write_Intent' => __DIR__ . '/../..' . '/includes/Services/Order_Write_Intent.php',
481 'WCPOS\\WooCommercePOS\\Services\\Pdf_Layout_Preprocessor' => __DIR__ . '/../..' . '/includes/Services/Pdf_Layout_Preprocessor.php',
482 'WCPOS\\WooCommercePOS\\Services\\Pdf_Renderer' => __DIR__ . '/../..' . '/includes/Services/Pdf_Renderer.php',
483 'WCPOS\\WooCommercePOS\\Services\\Permission_Rules' => __DIR__ . '/../..' . '/includes/Services/Permission_Rules.php',
484 'WCPOS\\WooCommercePOS\\Services\\Pos_Order_Audit' => __DIR__ . '/../..' . '/includes/Services/Pos_Order_Audit.php',
485 'WCPOS\\WooCommercePOS\\Services\\Preview_Receipt_Builder' => __DIR__ . '/../..' . '/includes/Services/Preview_Receipt_Builder.php',
486 'WCPOS\\WooCommercePOS\\Services\\PrintNode_Client' => __DIR__ . '/../..' . '/includes/Services/PrintNode_Client.php',
487 'WCPOS\\WooCommercePOS\\Services\\Print_Job_Lifecycle' => __DIR__ . '/../..' . '/includes/Services/Print_Job_Lifecycle.php',
488 'WCPOS\\WooCommercePOS\\Services\\Print_Job_Service' => __DIR__ . '/../..' . '/includes/Services/Print_Job_Service.php',
489 'WCPOS\\WooCommercePOS\\Services\\Provider' => __DIR__ . '/../..' . '/includes/Services/Provider.php',
490 'WCPOS\\WooCommercePOS\\Services\\Providers\\Epson_Sdp_Adapter' => __DIR__ . '/../..' . '/includes/Services/Providers/Epson_Sdp_Adapter.php',
491 'WCPOS\\WooCommercePOS\\Services\\Providers\\Printnode_Adapter' => __DIR__ . '/../..' . '/includes/Services/Providers/Printnode_Adapter.php',
492 'WCPOS\\WooCommercePOS\\Services\\Providers\\Star_Cloudprnt_Adapter' => __DIR__ . '/../..' . '/includes/Services/Providers/Star_Cloudprnt_Adapter.php',
493 'WCPOS\\WooCommercePOS\\Services\\Providers\\Star_Online_Adapter' => __DIR__ . '/../..' . '/includes/Services/Providers/Star_Online_Adapter.php',
494 'WCPOS\\WooCommercePOS\\Services\\Receipt_Data_Builder' => __DIR__ . '/../..' . '/includes/Services/Receipt_Data_Builder.php',
495 'WCPOS\\WooCommercePOS\\Services\\Receipt_Data_Schema' => __DIR__ . '/../..' . '/includes/Services/Receipt_Data_Schema.php',
496 'WCPOS\\WooCommercePOS\\Services\\Receipt_Date_Formatter' => __DIR__ . '/../..' . '/includes/Services/Receipt_Date_Formatter.php',
497 'WCPOS\\WooCommercePOS\\Services\\Receipt_I18n_Labels' => __DIR__ . '/../..' . '/includes/Services/Receipt_I18n_Labels.php',
498 'WCPOS\\WooCommercePOS\\Services\\Receipt_Output_Adapter_Factory' => __DIR__ . '/../..' . '/includes/Services/Receipt_Output_Adapter_Factory.php',
499 'WCPOS\\WooCommercePOS\\Services\\Receipt_Payload_Assembler' => __DIR__ . '/../..' . '/includes/Services/Receipt_Payload_Assembler.php',
500 'WCPOS\\WooCommercePOS\\Services\\Receipt_Preview_Fixture_Loader' => __DIR__ . '/../..' . '/includes/Services/Receipt_Preview_Fixture_Loader.php',
501 'WCPOS\\WooCommercePOS\\Services\\Receipt_Renderer_Factory' => __DIR__ . '/../..' . '/includes/Services/Receipt_Renderer_Factory.php',
502 'WCPOS\\WooCommercePOS\\Services\\Receipt_Sections' => __DIR__ . '/../..' . '/includes/Services/Receipt_Sections.php',
503 'WCPOS\\WooCommercePOS\\Services\\Receipt_Snapshot_Store' => __DIR__ . '/../..' . '/includes/Services/Receipt_Snapshot_Store.php',
504 'WCPOS\\WooCommercePOS\\Services\\Receipt_Store_Resolver' => __DIR__ . '/../..' . '/includes/Services/Receipt_Store_Resolver.php',
505 'WCPOS\\WooCommercePOS\\Services\\Request_Lane' => __DIR__ . '/../..' . '/includes/Services/Request_Lane.php',
506 'WCPOS\\WooCommercePOS\\Services\\Session_Context' => __DIR__ . '/../..' . '/includes/Services/Session_Context.php',
507 'WCPOS\\WooCommercePOS\\Services\\Session_Registry' => __DIR__ . '/../..' . '/includes/Services/Session_Registry.php',
508 'WCPOS\\WooCommercePOS\\Services\\Settings' => __DIR__ . '/../..' . '/includes/Services/Settings.php',
509 'WCPOS\\WooCommercePOS\\Services\\Settings\\Abstract_Section' => __DIR__ . '/../..' . '/includes/Services/Settings/Abstract_Section.php',
510 'WCPOS\\WooCommercePOS\\Services\\Settings\\Access_Section' => __DIR__ . '/../..' . '/includes/Services/Settings/Access_Section.php',
511 'WCPOS\\WooCommercePOS\\Services\\Settings\\Checkout_Section' => __DIR__ . '/../..' . '/includes/Services/Settings/Checkout_Section.php',
512 'WCPOS\\WooCommercePOS\\Services\\Settings\\Cloud_Print_Section' => __DIR__ . '/../..' . '/includes/Services/Settings/Cloud_Print_Section.php',
513 'WCPOS\\WooCommercePOS\\Services\\Settings\\General_Section' => __DIR__ . '/../..' . '/includes/Services/Settings/General_Section.php',
514 'WCPOS\\WooCommercePOS\\Services\\Settings\\License_Section' => __DIR__ . '/../..' . '/includes/Services/Settings/License_Section.php',
515 'WCPOS\\WooCommercePOS\\Services\\Settings\\Payment_Gateways_Section' => __DIR__ . '/../..' . '/includes/Services/Settings/Payment_Gateways_Section.php',
516 'WCPOS\\WooCommercePOS\\Services\\Settings\\Section_Registry' => __DIR__ . '/../..' . '/includes/Services/Settings/Section_Registry.php',
517 'WCPOS\\WooCommercePOS\\Services\\Settings\\Tax_Ids_Section' => __DIR__ . '/../..' . '/includes/Services/Settings/Tax_Ids_Section.php',
518 'WCPOS\\WooCommercePOS\\Services\\Settings\\Tools_Section' => __DIR__ . '/../..' . '/includes/Services/Settings/Tools_Section.php',
519 'WCPOS\\WooCommercePOS\\Services\\Settings\\Visibility_Section' => __DIR__ . '/../..' . '/includes/Services/Settings/Visibility_Section.php',
520 'WCPOS\\WooCommercePOS\\Services\\Star_Online_Client' => __DIR__ . '/../..' . '/includes/Services/Star_Online_Client.php',
521 'WCPOS\\WooCommercePOS\\Services\\Stock_Validator' => __DIR__ . '/../..' . '/includes/Services/Stock_Validator.php',
522 'WCPOS\\WooCommercePOS\\Services\\Store_Defaults' => __DIR__ . '/../..' . '/includes/Services/Store_Defaults.php',
523 'WCPOS\\WooCommercePOS\\Services\\Store_Logo_Resolver' => __DIR__ . '/../..' . '/includes/Services/Store_Logo_Resolver.php',
524 'WCPOS\\WooCommercePOS\\Services\\Tax_Id_Detector' => __DIR__ . '/../..' . '/includes/Services/Tax_Id_Detector.php',
525 'WCPOS\\WooCommercePOS\\Services\\Tax_Id_Reader' => __DIR__ . '/../..' . '/includes/Services/Tax_Id_Reader.php',
526 'WCPOS\\WooCommercePOS\\Services\\Tax_Id_Settings' => __DIR__ . '/../..' . '/includes/Services/Tax_Id_Settings.php',
527 'WCPOS\\WooCommercePOS\\Services\\Tax_Id_Types' => __DIR__ . '/../..' . '/includes/Services/Tax_Id_Types.php',
528 'WCPOS\\WooCommercePOS\\Services\\Tax_Id_Writer' => __DIR__ . '/../..' . '/includes/Services/Tax_Id_Writer.php',
529 'WCPOS\\WooCommercePOS\\Services\\Template_Pdf_Service' => __DIR__ . '/../..' . '/includes/Services/Template_Pdf_Service.php',
530 'WCPOS\\WooCommercePOS\\Services\\Variable_Price_Range' => __DIR__ . '/../..' . '/includes/Services/Variable_Price_Range.php',
531 'WCPOS\\WooCommercePOS\\Storefront_Receipts' => __DIR__ . '/../..' . '/includes/Storefront_Receipts.php',
532 'WCPOS\\WooCommercePOS\\Sync\\Api' => __DIR__ . '/../..' . '/includes/Sync/Api.php',
533 'WCPOS\\WooCommercePOS\\Sync\\Augmentation_Pipeline' => __DIR__ . '/../..' . '/includes/Sync/Augmentation_Pipeline.php',
534 'WCPOS\\WooCommercePOS\\Sync\\Collection_Rules' => __DIR__ . '/../..' . '/includes/Sync/Collection_Rules.php',
535 'WCPOS\\WooCommercePOS\\Sync\\Collection_Rules_Plan' => __DIR__ . '/../..' . '/includes/Sync/Collection_Rules_Plan.php',
536 'WCPOS\\WooCommercePOS\\Sync\\Collections' => __DIR__ . '/../..' . '/includes/Sync/Collections.php',
537 'WCPOS\\WooCommercePOS\\Sync\\Config_Fingerprint' => __DIR__ . '/../..' . '/includes/Sync/Config_Fingerprint.php',
538 'WCPOS\\WooCommercePOS\\Sync\\Cors' => __DIR__ . '/../..' . '/includes/Sync/Cors.php',
539 'WCPOS\\WooCommercePOS\\Sync\\Coupon_Modified_Date' => __DIR__ . '/../..' . '/includes/Sync/Coupon_Modified_Date.php',
540 'WCPOS\\WooCommercePOS\\Sync\\Digest_Index' => __DIR__ . '/../..' . '/includes/Sync/Digest_Index.php',
541 'WCPOS\\WooCommercePOS\\Sync\\Endpoint_Permissions' => __DIR__ . '/../..' . '/includes/Sync/Endpoint_Permissions.php',
542 'WCPOS\\WooCommercePOS\\Sync\\Header_Mirror' => __DIR__ . '/../..' . '/includes/Sync/Header_Mirror.php',
543 'WCPOS\\WooCommercePOS\\Sync\\Health' => __DIR__ . '/../..' . '/includes/Sync/Health.php',
544 'WCPOS\\WooCommercePOS\\Sync\\Integrity_Digest' => __DIR__ . '/../..' . '/includes/Sync/Integrity_Digest.php',
545 'WCPOS\\WooCommercePOS\\Sync\\Meta_Entry' => __DIR__ . '/../..' . '/includes/Sync/Meta_Entry.php',
546 'WCPOS\\WooCommercePOS\\Sync\\Meta_Normalizer' => __DIR__ . '/../..' . '/includes/Sync/Meta_Normalizer.php',
547 'WCPOS\\WooCommercePOS\\Sync\\Mutation_Store' => __DIR__ . '/../..' . '/includes/Sync/Mutation_Store.php',
548 'WCPOS\\WooCommercePOS\\Sync\\Order_Document' => __DIR__ . '/../..' . '/includes/Sync/Order_Document.php',
549 'WCPOS\\WooCommercePOS\\Sync\\Order_Modified_Date' => __DIR__ . '/../..' . '/includes/Sync/Order_Modified_Date.php',
550 'WCPOS\\WooCommercePOS\\Sync\\Order_Pull_Planner' => __DIR__ . '/../..' . '/includes/Sync/Order_Pull_Planner.php',
551 'WCPOS\\WooCommercePOS\\Sync\\Order_Query' => __DIR__ . '/../..' . '/includes/Sync/Order_Query.php',
552 'WCPOS\\WooCommercePOS\\Sync\\Order_Search' => __DIR__ . '/../..' . '/includes/Sync/Order_Search.php',
553 'WCPOS\\WooCommercePOS\\Sync\\Order_Serializer' => __DIR__ . '/../..' . '/includes/Sync/Order_Serializer.php',
554 'WCPOS\\WooCommercePOS\\Sync\\Order_Uuid_Exception' => __DIR__ . '/../..' . '/includes/Sync/Order_Uuid_Exception.php',
555 'WCPOS\\WooCommercePOS\\Sync\\Order_Write_Payload' => __DIR__ . '/../..' . '/includes/Sync/Order_Write_Payload.php',
556 'WCPOS\\WooCommercePOS\\Sync\\Pos_Uuid' => __DIR__ . '/../..' . '/includes/Sync/Pos_Uuid.php',
557 'WCPOS\\WooCommercePOS\\Sync\\Pos_Visibility' => __DIR__ . '/../..' . '/includes/Sync/Pos_Visibility.php',
558 'WCPOS\\WooCommercePOS\\Sync\\Product_Images' => __DIR__ . '/../..' . '/includes/Sync/Product_Images.php',
559 'WCPOS\\WooCommercePOS\\Sync\\Product_Search' => __DIR__ . '/../..' . '/includes/Sync/Product_Search.php',
560 'WCPOS\\WooCommercePOS\\Sync\\Product_Serializer' => __DIR__ . '/../..' . '/includes/Sync/Product_Serializer.php',
561 'WCPOS\\WooCommercePOS\\Sync\\Proxy_Uuid_Stamper' => __DIR__ . '/../..' . '/includes/Sync/Proxy_Uuid_Stamper.php',
562 'WCPOS\\WooCommercePOS\\Sync\\Request_Int_Param' => __DIR__ . '/../..' . '/includes/Sync/Request_Int_Param.php',
563 'WCPOS\\WooCommercePOS\\Sync\\Request_Write_Queue' => __DIR__ . '/../..' . '/includes/Sync/Request_Write_Queue.php',
564 'WCPOS\\WooCommercePOS\\Sync\\Response_Envelope' => __DIR__ . '/../..' . '/includes/Sync/Response_Envelope.php',
565 'WCPOS\\WooCommercePOS\\Sync\\Response_Telemetry' => __DIR__ . '/../..' . '/includes/Sync/Response_Telemetry.php',
566 'WCPOS\\WooCommercePOS\\Sync\\Retry_After_Mirror' => __DIR__ . '/../..' . '/includes/Sync/Retry_After_Mirror.php',
567 'WCPOS\\WooCommercePOS\\Sync\\Revision' => __DIR__ . '/../..' . '/includes/Sync/Revision.php',
568 'WCPOS\\WooCommercePOS\\Sync\\Store_Scope' => __DIR__ . '/../..' . '/includes/Sync/Store_Scope.php',
569 'WCPOS\\WooCommercePOS\\Sync\\Sync_Journal' => __DIR__ . '/../..' . '/includes/Sync/Sync_Journal.php',
570 'WCPOS\\WooCommercePOS\\Sync\\Sync_Journal_Purge' => __DIR__ . '/../..' . '/includes/Sync/Sync_Journal_Purge.php',
571 'WCPOS\\WooCommercePOS\\Sync\\Term_Meta_Adapter' => __DIR__ . '/../..' . '/includes/Sync/Term_Meta_Adapter.php',
572 'WCPOS\\WooCommercePOS\\Sync\\Variable_Children' => __DIR__ . '/../..' . '/includes/Sync/Variable_Children.php',
573 'WCPOS\\WooCommercePOS\\Sync\\Variable_Prices' => __DIR__ . '/../..' . '/includes/Sync/Variable_Prices.php',
574 'WCPOS\\WooCommercePOS\\Sync\\Visibility_Observer' => __DIR__ . '/../..' . '/includes/Sync/Visibility_Observer.php',
575 'WCPOS\\WooCommercePOS\\Template_Router' => __DIR__ . '/../..' . '/includes/Template_Router.php',
576 'WCPOS\\WooCommercePOS\\Templates' => __DIR__ . '/../..' . '/includes/Templates.php',
577 'WCPOS\\WooCommercePOS\\Templates\\Adapters\\Cpcl_Output_Adapter' => __DIR__ . '/../..' . '/includes/Templates/Adapters/Cpcl_Output_Adapter.php',
578 'WCPOS\\WooCommercePOS\\Templates\\Adapters\\Epos_Xml_Output_Adapter' => __DIR__ . '/../..' . '/includes/Templates/Adapters/Epos_Xml_Output_Adapter.php',
579 'WCPOS\\WooCommercePOS\\Templates\\Adapters\\Escpos_Output_Adapter' => __DIR__ . '/../..' . '/includes/Templates/Adapters/Escpos_Output_Adapter.php',
580 'WCPOS\\WooCommercePOS\\Templates\\Adapters\\Html_Output_Adapter' => __DIR__ . '/../..' . '/includes/Templates/Adapters/Html_Output_Adapter.php',
581 'WCPOS\\WooCommercePOS\\Templates\\Adapters\\Tspl_Output_Adapter' => __DIR__ . '/../..' . '/includes/Templates/Adapters/Tspl_Output_Adapter.php',
582 'WCPOS\\WooCommercePOS\\Templates\\Adapters\\Zpl_Output_Adapter' => __DIR__ . '/../..' . '/includes/Templates/Adapters/Zpl_Output_Adapter.php',
583 'WCPOS\\WooCommercePOS\\Templates\\Auth' => __DIR__ . '/../..' . '/includes/Templates/Auth.php',
584 'WCPOS\\WooCommercePOS\\Templates\\Barcode_Image' => __DIR__ . '/../..' . '/includes/Templates/Barcode_Image.php',
585 'WCPOS\\WooCommercePOS\\Templates\\Barcode_Symbology' => __DIR__ . '/../..' . '/includes/Templates/Barcode_Symbology.php',
586 'WCPOS\\WooCommercePOS\\Templates\\Frontend' => __DIR__ . '/../..' . '/includes/Templates/Frontend.php',
587 'WCPOS\\WooCommercePOS\\Templates\\Gallery_Registry' => __DIR__ . '/../..' . '/includes/Templates/Gallery_Registry.php',
588 'WCPOS\\WooCommercePOS\\Templates\\Login' => __DIR__ . '/../..' . '/includes/Templates/Login.php',
589 'WCPOS\\WooCommercePOS\\Templates\\Payment' => __DIR__ . '/../..' . '/includes/Templates/Payment.php',
590 'WCPOS\\WooCommercePOS\\Templates\\Receipt' => __DIR__ . '/../..' . '/includes/Templates/Receipt.php',
591 'WCPOS\\WooCommercePOS\\Templates\\Received' => __DIR__ . '/../..' . '/includes/Templates/Received.php',
592 'WCPOS\\WooCommercePOS\\Templates\\Renderers\\Legacy_Php_Renderer' => __DIR__ . '/../..' . '/includes/Templates/Renderers/Legacy_Php_Renderer.php',
593 'WCPOS\\WooCommercePOS\\Templates\\Renderers\\Logicless_Renderer' => __DIR__ . '/../..' . '/includes/Templates/Renderers/Logicless_Renderer.php',
594 'WCPOS\\WooCommercePOS\\Templates\\Renderers\\Thermal_Html_Renderer' => __DIR__ . '/../..' . '/includes/Templates/Renderers/Thermal_Html_Renderer.php',
595 'WCPOS\\WooCommercePOS\\Templates\\Thermal\\Epos_Xml_Thermal_Emitter' => __DIR__ . '/../..' . '/includes/Templates/Thermal/Epos_Xml_Thermal_Emitter.php',
596 'WCPOS\\WooCommercePOS\\Templates\\Thermal\\Escpos_Thermal_Emitter' => __DIR__ . '/../..' . '/includes/Templates/Thermal/Escpos_Thermal_Emitter.php',
597 'WCPOS\\WooCommercePOS\\Templates\\Thermal\\Html_Thermal_Emitter' => __DIR__ . '/../..' . '/includes/Templates/Thermal/Html_Thermal_Emitter.php',
598 'WCPOS\\WooCommercePOS\\Templates\\Thermal\\Raster_Thermal_Emitter' => __DIR__ . '/../..' . '/includes/Templates/Thermal/Raster_Thermal_Emitter.php',
599 'WCPOS\\WooCommercePOS\\Templates\\Thermal\\Star_Markup_Thermal_Emitter' => __DIR__ . '/../..' . '/includes/Templates/Thermal/Star_Markup_Thermal_Emitter.php',
600 'WCPOS\\WooCommercePOS\\Templates\\Thermal\\Starprnt_Thermal_Emitter' => __DIR__ . '/../..' . '/includes/Templates/Thermal/Starprnt_Thermal_Emitter.php',
601 'WCPOS\\WooCommercePOS\\Templates\\Thermal\\Text_Thermal_Emitter' => __DIR__ . '/../..' . '/includes/Templates/Thermal/Text_Thermal_Emitter.php',
602 'WCPOS\\WooCommercePOS\\Templates\\Thermal\\Thermal_Bitmap' => __DIR__ . '/../..' . '/includes/Templates/Thermal/Thermal_Bitmap.php',
603 'WCPOS\\WooCommercePOS\\Templates\\Thermal\\Thermal_Bounds' => __DIR__ . '/../..' . '/includes/Templates/Thermal/Thermal_Bounds.php',
604 'WCPOS\\WooCommercePOS\\Templates\\Thermal\\Thermal_Emitter_Support' => __DIR__ . '/../..' . '/includes/Templates/Thermal/Thermal_Emitter_Support.php',
605 'WCPOS\\WooCommercePOS\\Templates\\Thermal\\Thermal_Markup_Parser' => __DIR__ . '/../..' . '/includes/Templates/Thermal/Thermal_Markup_Parser.php',
606 'WCPOS\\WooCommercePOS\\Templates\\Thermal\\Thermal_Renderer' => __DIR__ . '/../..' . '/includes/Templates/Thermal/Thermal_Renderer.php',
607 'WCPOS\\WooCommercePOS\\Templates\\Thermal\\Thermal_Text_Layout' => __DIR__ . '/../..' . '/includes/Templates/Thermal/Thermal_Text_Layout.php',
608 'WCPOS\\WooCommercePOS\\Templates\\Validator' => __DIR__ . '/../..' . '/includes/Templates/Validator.php',
609 'WCPOS\\WooCommercePOS\\WC_API' => __DIR__ . '/../..' . '/includes/WC_API.php',
610 'WCPOS\\WooCommercePOS\\i18n' => __DIR__ . '/../..' . '/includes/i18n.php',
611 );
612
613 public static function getInitializer(ClassLoader $loader)
614 {
615 return \Closure::bind(function () use ($loader) {
616 $loader->prefixLengthsPsr4 = ComposerStaticIniteaa653db9d0a33013a7a8a86c8c07116::$prefixLengthsPsr4;
617 $loader->prefixDirsPsr4 = ComposerStaticIniteaa653db9d0a33013a7a8a86c8c07116::$prefixDirsPsr4;
618 $loader->prefixesPsr0 = ComposerStaticIniteaa653db9d0a33013a7a8a86c8c07116::$prefixesPsr0;
619 $loader->classMap = ComposerStaticIniteaa653db9d0a33013a7a8a86c8c07116::$classMap;
620
621 }, null, ClassLoader::class);
622 }
623 }
624