| @@ -242,8 +242,11 @@ | ||
| 242 | 242 | 'UnhandledMatchError' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php', |
| 243 | 243 | 'ValueError' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/ValueError.php', |
| 244 | 244 | 'WCPOS\\WooCommercePOS\\AJAX' => $baseDir . '/includes/AJAX.php', |
| 245 | 245 | 'WCPOS\\WooCommercePOS\\API' => $baseDir . '/includes/API.php', |
| 246 | + 'WCPOS\\WooCommercePOS\\API\\Controller_Registry' => $baseDir . '/includes/API/Controller_Registry.php', | |
| 247 | + 'WCPOS\\WooCommercePOS\\API\\Order_Search' => $baseDir . '/includes/API/Order_Search.php', | |
| 248 | + 'WCPOS\\WooCommercePOS\\API\\Product_Search' => $baseDir . '/includes/API/Product_Search.php', | |
| 246 | 249 | 'WCPOS\\WooCommercePOS\\API\\Route_Classifier' => $baseDir . '/includes/API/Route_Classifier.php', |
| 247 | 250 | 'WCPOS\\WooCommercePOS\\API\\V1\\Auth' => $baseDir . '/includes/API/V1/Auth.php', |
| 248 | 251 | 'WCPOS\\WooCommercePOS\\API\\V1\\Bulk_ID_Fast_Path' => $baseDir . '/includes/API/V1/Bulk_ID_Fast_Path.php', |
| 249 | 252 | 'WCPOS\\WooCommercePOS\\API\\V1\\Cashier' => $baseDir . '/includes/API/V1/Cashier.php', |
| @@ -274,25 +277,16 @@ | ||
| 274 | 277 | 'WCPOS\\WooCommercePOS\\API\\V1\\Traits\\Query_Helpers' => $baseDir . '/includes/API/V1/Traits/Query_Helpers.php', |
| 275 | 278 | 'WCPOS\\WooCommercePOS\\API\\V1\\Traits\\Term_Controller' => $baseDir . '/includes/API/V1/Traits/Term_Controller.php', |
| 276 | 279 | 'WCPOS\\WooCommercePOS\\API\\V1\\Traits\\Uuid_Handler' => $baseDir . '/includes/API/V1/Traits/Uuid_Handler.php', |
| 277 | 280 | 'WCPOS\\WooCommercePOS\\API\\V1\\Traits\\WCPOS_REST_API' => $baseDir . '/includes/API/V1/Traits/WCPOS_REST_API.php', |
| 278 | - 'WCPOS\\WooCommercePOS\\API\\V2\\Auth' => $baseDir . '/includes/API/V2/Auth.php', | |
| 279 | - 'WCPOS\\WooCommercePOS\\API\\V2\\Cashier' => $baseDir . '/includes/API/V2/Cashier.php', | |
| 280 | 281 | 'WCPOS\\WooCommercePOS\\API\\V2\\Catalog_Proxy_Controller' => $baseDir . '/includes/API/V2/Catalog_Proxy_Controller.php', |
| 281 | 282 | 'WCPOS\\WooCommercePOS\\API\\V2\\Changes_Controller' => $baseDir . '/includes/API/V2/Changes_Controller.php', |
| 282 | - 'WCPOS\\WooCommercePOS\\API\\V2\\Checkout_Controller' => $baseDir . '/includes/API/V2/Checkout_Controller.php', | |
| 283 | - 'WCPOS\\WooCommercePOS\\API\\V2\\Data_Order_Statuses_Controller' => $baseDir . '/includes/API/V2/Data_Order_Statuses_Controller.php', | |
| 284 | 283 | 'WCPOS\\WooCommercePOS\\API\\V2\\Digests_Controller' => $baseDir . '/includes/API/V2/Digests_Controller.php', |
| 285 | 284 | 'WCPOS\\WooCommercePOS\\API\\V2\\Echo_Probe' => $baseDir . '/includes/API/V2/Echo_Probe.php', |
| 286 | - 'WCPOS\\WooCommercePOS\\API\\V2\\Extensions' => $baseDir . '/includes/API/V2/Extensions.php', | |
| 287 | - 'WCPOS\\WooCommercePOS\\API\\V2\\Gateway_Bootstrap_Controller' => $baseDir . '/includes/API/V2/Gateway_Bootstrap_Controller.php', | |
| 288 | 285 | 'WCPOS\\WooCommercePOS\\API\\V2\\Integrity_Controller' => $baseDir . '/includes/API/V2/Integrity_Controller.php', |
| 289 | - 'WCPOS\\WooCommercePOS\\API\\V2\\Logs' => $baseDir . '/includes/API/V2/Logs.php', | |
| 290 | 286 | 'WCPOS\\WooCommercePOS\\API\\V2\\Order_Email_Controller' => $baseDir . '/includes/API/V2/Order_Email_Controller.php', |
| 291 | 287 | 'WCPOS\\WooCommercePOS\\API\\V2\\Orders_Controller' => $baseDir . '/includes/API/V2/Orders_Controller.php', |
| 292 | - 'WCPOS\\WooCommercePOS\\API\\V2\\Payment_Gateways' => $baseDir . '/includes/API/V2/Payment_Gateways.php', | |
| 293 | 288 | 'WCPOS\\WooCommercePOS\\API\\V2\\Ping' => $baseDir . '/includes/API/V2/Ping.php', |
| 294 | - 'WCPOS\\WooCommercePOS\\API\\V2\\Print_Jobs_Controller' => $baseDir . '/includes/API/V2/Print_Jobs_Controller.php', | |
| 295 | 289 | 'WCPOS\\WooCommercePOS\\API\\V2\\Proxy\\Coupons_Proxy_Behavior' => $baseDir . '/includes/API/V2/Proxy/Coupons_Proxy_Behavior.php', |
| 296 | 290 | 'WCPOS\\WooCommercePOS\\API\\V2\\Proxy\\Customers_Proxy_Behavior' => $baseDir . '/includes/API/V2/Proxy/Customers_Proxy_Behavior.php', |
| 297 | 291 | 'WCPOS\\WooCommercePOS\\API\\V2\\Proxy\\Null_Proxy_Behavior' => $baseDir . '/includes/API/V2/Proxy/Null_Proxy_Behavior.php', |
| 298 | 292 | 'WCPOS\\WooCommercePOS\\API\\V2\\Proxy\\Orders_Proxy_Behavior' => $baseDir . '/includes/API/V2/Proxy/Orders_Proxy_Behavior.php', |
| @@ -301,17 +295,11 @@ | ||
| 301 | 295 | 'WCPOS\\WooCommercePOS\\API\\V2\\Proxy\\Scoped_Proxy_Behavior' => $baseDir . '/includes/API/V2/Proxy/Scoped_Proxy_Behavior.php', |
| 302 | 296 | 'WCPOS\\WooCommercePOS\\API\\V2\\Proxy\\Stable_Sort' => $baseDir . '/includes/API/V2/Proxy/Stable_Sort.php', |
| 303 | 297 | 'WCPOS\\WooCommercePOS\\API\\V2\\Proxy\\Taxes_Proxy_Behavior' => $baseDir . '/includes/API/V2/Proxy/Taxes_Proxy_Behavior.php', |
| 304 | 298 | 'WCPOS\\WooCommercePOS\\API\\V2\\Proxy\\Terms_Proxy_Behavior' => $baseDir . '/includes/API/V2/Proxy/Terms_Proxy_Behavior.php', |
| 305 | - 'WCPOS\\WooCommercePOS\\API\\V2\\Receipts_Controller' => $baseDir . '/includes/API/V2/Receipts_Controller.php', | |
| 306 | 299 | 'WCPOS\\WooCommercePOS\\API\\V2\\Resolve_Controller' => $baseDir . '/includes/API/V2/Resolve_Controller.php', |
| 307 | - 'WCPOS\\WooCommercePOS\\API\\V2\\Settings' => $baseDir . '/includes/API/V2/Settings.php', | |
| 308 | - 'WCPOS\\WooCommercePOS\\API\\V2\\Shipping_Methods_Controller' => $baseDir . '/includes/API/V2/Shipping_Methods_Controller.php', | |
| 309 | 300 | 'WCPOS\\WooCommercePOS\\API\\V2\\Site' => $baseDir . '/includes/API/V2/Site.php', |
| 310 | 301 | 'WCPOS\\WooCommercePOS\\API\\V2\\Status_Controller' => $baseDir . '/includes/API/V2/Status_Controller.php', |
| 311 | - 'WCPOS\\WooCommercePOS\\API\\V2\\Stores' => $baseDir . '/includes/API/V2/Stores.php', | |
| 312 | - 'WCPOS\\WooCommercePOS\\API\\V2\\Tax_Classes_Controller' => $baseDir . '/includes/API/V2/Tax_Classes_Controller.php', | |
| 313 | - 'WCPOS\\WooCommercePOS\\API\\V2\\Templates_Controller' => $baseDir . '/includes/API/V2/Templates_Controller.php', | |
| 314 | 302 | 'WCPOS\\WooCommercePOS\\API\\V2\\Uuid_Backfill_Controller' => $baseDir . '/includes/API/V2/Uuid_Backfill_Controller.php', |
| 315 | 303 | 'WCPOS\\WooCommercePOS\\API\\V2\\Variations_Controller' => $baseDir . '/includes/API/V2/Variations_Controller.php', |
| 316 | 304 | 'WCPOS\\WooCommercePOS\\API\\V2\\Write_Controller' => $baseDir . '/includes/API/V2/Write_Controller.php', |
| 317 | 305 | 'WCPOS\\WooCommercePOS\\API\\V2\\Writers\\Collection_Writer_Resolver' => $baseDir . '/includes/API/V2/Writers/Collection_Writer_Resolver.php', |
| @@ -342,12 +330,15 @@ | ||
| 342 | 330 | 'WCPOS\\WooCommercePOS\\Form_Handler' => $baseDir . '/includes/Form_Handler.php', |
| 343 | 331 | 'WCPOS\\WooCommercePOS\\Gateways' => $baseDir . '/includes/Gateways.php', |
| 344 | 332 | 'WCPOS\\WooCommercePOS\\Gateways\\Card' => $baseDir . '/includes/Gateways/Card.php', |
| 345 | 333 | 'WCPOS\\WooCommercePOS\\Gateways\\Cash' => $baseDir . '/includes/Gateways/Cash.php', |
| 334 | + 'WCPOS\\WooCommercePOS\\Hook_Manifest' => $baseDir . '/includes/Hook_Manifest.php', | |
| 346 | 335 | 'WCPOS\\WooCommercePOS\\Init' => $baseDir . '/includes/Init.php', |
| 347 | 336 | 'WCPOS\\WooCommercePOS\\Integrations\\WPSEO' => $baseDir . '/includes/Integrations/WPSEO.php', |
| 348 | 337 | 'WCPOS\\WooCommercePOS\\Integrations\\WePOS' => $baseDir . '/includes/Integrations/WePOS.php', |
| 338 | + 'WCPOS\\WooCommercePOS\\Integrations\\WooCommerce_Tax' => $baseDir . '/includes/Integrations/WooCommerce_Tax.php', | |
| 349 | 339 | 'WCPOS\\WooCommercePOS\\Interfaces\\Collection_Writer_Interface' => $baseDir . '/includes/Interfaces/Collection_Writer_Interface.php', |
| 340 | + 'WCPOS\\WooCommercePOS\\Interfaces\\Poll_Provider_Adapter_Interface' => $baseDir . '/includes/Interfaces/Poll_Provider_Adapter_Interface.php', | |
| 350 | 341 | 'WCPOS\\WooCommercePOS\\Interfaces\\Provider_Adapter_Interface' => $baseDir . '/includes/Interfaces/Provider_Adapter_Interface.php', |
| 351 | 342 | 'WCPOS\\WooCommercePOS\\Interfaces\\Push_Provider_Adapter_Interface' => $baseDir . '/includes/Interfaces/Push_Provider_Adapter_Interface.php', |
| 352 | 343 | 'WCPOS\\WooCommercePOS\\Interfaces\\Receipt_Output_Adapter_Interface' => $baseDir . '/includes/Interfaces/Receipt_Output_Adapter_Interface.php', |
| 353 | 344 | 'WCPOS\\WooCommercePOS\\Interfaces\\Receipt_Renderer_Interface' => $baseDir . '/includes/Interfaces/Receipt_Renderer_Interface.php', |
| @@ -369,9 +360,9 @@ | ||
| 369 | 360 | 'WCPOS\\WooCommercePOS\\Services\\Anon_ID' => $baseDir . '/includes/Services/Anon_ID.php', |
| 370 | 361 | 'WCPOS\\WooCommercePOS\\Services\\Auth' => $baseDir . '/includes/Services/Auth.php', |
| 371 | 362 | 'WCPOS\\WooCommercePOS\\Services\\Barcode_Field' => $baseDir . '/includes/Services/Barcode_Field.php', |
| 372 | 363 | 'WCPOS\\WooCommercePOS\\Services\\Cashier' => $baseDir . '/includes/Services/Cashier.php', |
| 373 | - 'WCPOS\\WooCommercePOS\\Services\\Cloud_Print_Diagnostic' => $baseDir . '/includes/Services/Cloud_Print_Diagnostic.php', | |
| 364 | + 'WCPOS\\WooCommercePOS\\Services\\Client_Signal' => $baseDir . '/includes/Services/Client_Signal.php', | |
| 374 | 365 | 'WCPOS\\WooCommercePOS\\Services\\Cloud_Print_Media_Types' => $baseDir . '/includes/Services/Cloud_Print_Media_Types.php', |
| 375 | 366 | 'WCPOS\\WooCommercePOS\\Services\\Cloud_Print_Poll_Request' => $baseDir . '/includes/Services/Cloud_Print_Poll_Request.php', |
| 376 | 367 | 'WCPOS\\WooCommercePOS\\Services\\Cloud_Print_Registry' => $baseDir . '/includes/Services/Cloud_Print_Registry.php', |
| 377 | 368 | 'WCPOS\\WooCommercePOS\\Services\\Cloud_Print_Relay_Service' => $baseDir . '/includes/Services/Cloud_Print_Relay_Service.php', |
| @@ -376,11 +367,14 @@ | ||
| 376 | 367 | 'WCPOS\\WooCommercePOS\\Services\\Cloud_Print_Registry' => $baseDir . '/includes/Services/Cloud_Print_Registry.php', |
| 377 | 368 | 'WCPOS\\WooCommercePOS\\Services\\Cloud_Print_Relay_Service' => $baseDir . '/includes/Services/Cloud_Print_Relay_Service.php', |
| 378 | 369 | 'WCPOS\\WooCommercePOS\\Services\\Cloud_Print_Submit_Service' => $baseDir . '/includes/Services/Cloud_Print_Submit_Service.php', |
| 379 | 370 | 'WCPOS\\WooCommercePOS\\Services\\Cloud_Print_Trigger_Service' => $baseDir . '/includes/Services/Cloud_Print_Trigger_Service.php', |
| 371 | + 'WCPOS\\WooCommercePOS\\Services\\Cloudflare_Detector' => $baseDir . '/includes/Services/Cloudflare_Detector.php', | |
| 380 | 372 | 'WCPOS\\WooCommercePOS\\Services\\Core_Order_Audit_Guard' => $baseDir . '/includes/Services/Core_Order_Audit_Guard.php', |
| 373 | + 'WCPOS\\WooCommercePOS\\Services\\Customer_Account_Guard' => $baseDir . '/includes/Services/Customer_Account_Guard.php', | |
| 381 | 374 | 'WCPOS\\WooCommercePOS\\Services\\Customer_Meta_Parity' => $baseDir . '/includes/Services/Customer_Meta_Parity.php', |
| 382 | 375 | 'WCPOS\\WooCommercePOS\\Services\\Decimal_Quantities' => $baseDir . '/includes/Services/Decimal_Quantities.php', |
| 376 | + 'WCPOS\\WooCommercePOS\\Services\\Error_Reporter' => $baseDir . '/includes/Services/Error_Reporter.php', | |
| 383 | 377 | 'WCPOS\\WooCommercePOS\\Services\\Extensions' => $baseDir . '/includes/Services/Extensions.php', |
| 384 | 378 | 'WCPOS\\WooCommercePOS\\Services\\Feature_Flags' => $baseDir . '/includes/Services/Feature_Flags.php', |
| 385 | 379 | 'WCPOS\\WooCommercePOS\\Services\\Fiscal_Receipt_Service' => $baseDir . '/includes/Services/Fiscal_Receipt_Service.php', |
| 386 | 380 | 'WCPOS\\WooCommercePOS\\Services\\Landing_Profile' => $baseDir . '/includes/Services/Landing_Profile.php', |
| @@ -388,14 +382,16 @@ | ||
| 388 | 382 | 'WCPOS\\WooCommercePOS\\Services\\Local_Image_Resolver' => $baseDir . '/includes/Services/Local_Image_Resolver.php', |
| 389 | 383 | 'WCPOS\\WooCommercePOS\\Services\\Meta_Data_Repair' => $baseDir . '/includes/Services/Meta_Data_Repair.php', |
| 390 | 384 | 'WCPOS\\WooCommercePOS\\Services\\Opening_Hours_Formatter' => $baseDir . '/includes/Services/Opening_Hours_Formatter.php', |
| 391 | 385 | 'WCPOS\\WooCommercePOS\\Services\\Order_Notes' => $baseDir . '/includes/Services/Order_Notes.php', |
| 386 | + 'WCPOS\\WooCommercePOS\\Services\\Order_Write_Intent' => $baseDir . '/includes/Services/Order_Write_Intent.php', | |
| 392 | 387 | 'WCPOS\\WooCommercePOS\\Services\\Pdf_Layout_Preprocessor' => $baseDir . '/includes/Services/Pdf_Layout_Preprocessor.php', |
| 393 | 388 | 'WCPOS\\WooCommercePOS\\Services\\Pdf_Renderer' => $baseDir . '/includes/Services/Pdf_Renderer.php', |
| 389 | + 'WCPOS\\WooCommercePOS\\Services\\Permission_Rules' => $baseDir . '/includes/Services/Permission_Rules.php', | |
| 394 | 390 | 'WCPOS\\WooCommercePOS\\Services\\Pos_Order_Audit' => $baseDir . '/includes/Services/Pos_Order_Audit.php', |
| 395 | 391 | 'WCPOS\\WooCommercePOS\\Services\\Preview_Receipt_Builder' => $baseDir . '/includes/Services/Preview_Receipt_Builder.php', |
| 396 | 392 | 'WCPOS\\WooCommercePOS\\Services\\PrintNode_Client' => $baseDir . '/includes/Services/PrintNode_Client.php', |
| 397 | - 'WCPOS\\WooCommercePOS\\Services\\Print_Format_Resolver' => $baseDir . '/includes/Services/Print_Format_Resolver.php', | |
| 393 | + 'WCPOS\\WooCommercePOS\\Services\\Print_Job_Lifecycle' => $baseDir . '/includes/Services/Print_Job_Lifecycle.php', | |
| 398 | 394 | 'WCPOS\\WooCommercePOS\\Services\\Print_Job_Service' => $baseDir . '/includes/Services/Print_Job_Service.php', |
| 399 | 395 | 'WCPOS\\WooCommercePOS\\Services\\Provider' => $baseDir . '/includes/Services/Provider.php', |
| 400 | 396 | 'WCPOS\\WooCommercePOS\\Services\\Providers\\Epson_Sdp_Adapter' => $baseDir . '/includes/Services/Providers/Epson_Sdp_Adapter.php', |
| 401 | 397 | 'WCPOS\\WooCommercePOS\\Services\\Providers\\Printnode_Adapter' => $baseDir . '/includes/Services/Providers/Printnode_Adapter.php', |
| @@ -408,11 +404,15 @@ | ||
| 408 | 404 | 'WCPOS\\WooCommercePOS\\Services\\Receipt_Output_Adapter_Factory' => $baseDir . '/includes/Services/Receipt_Output_Adapter_Factory.php', |
| 409 | 405 | 'WCPOS\\WooCommercePOS\\Services\\Receipt_Payload_Assembler' => $baseDir . '/includes/Services/Receipt_Payload_Assembler.php', |
| 410 | 406 | 'WCPOS\\WooCommercePOS\\Services\\Receipt_Preview_Fixture_Loader' => $baseDir . '/includes/Services/Receipt_Preview_Fixture_Loader.php', |
| 411 | 407 | 'WCPOS\\WooCommercePOS\\Services\\Receipt_Renderer_Factory' => $baseDir . '/includes/Services/Receipt_Renderer_Factory.php', |
| 408 | + 'WCPOS\\WooCommercePOS\\Services\\Receipt_Sections' => $baseDir . '/includes/Services/Receipt_Sections.php', | |
| 412 | 409 | 'WCPOS\\WooCommercePOS\\Services\\Receipt_Snapshot_Store' => $baseDir . '/includes/Services/Receipt_Snapshot_Store.php', |
| 413 | 410 | 'WCPOS\\WooCommercePOS\\Services\\Receipt_Store_Resolver' => $baseDir . '/includes/Services/Receipt_Store_Resolver.php', |
| 411 | + 'WCPOS\\WooCommercePOS\\Services\\Request_Lane' => $baseDir . '/includes/Services/Request_Lane.php', | |
| 412 | + 'WCPOS\\WooCommercePOS\\Services\\Service_Groups' => $baseDir . '/includes/Services/Service_Groups.php', | |
| 414 | 413 | 'WCPOS\\WooCommercePOS\\Services\\Session_Context' => $baseDir . '/includes/Services/Session_Context.php', |
| 414 | + 'WCPOS\\WooCommercePOS\\Services\\Session_Registry' => $baseDir . '/includes/Services/Session_Registry.php', | |
| 415 | 415 | 'WCPOS\\WooCommercePOS\\Services\\Settings' => $baseDir . '/includes/Services/Settings.php', |
| 416 | 416 | 'WCPOS\\WooCommercePOS\\Services\\Settings\\Abstract_Section' => $baseDir . '/includes/Services/Settings/Abstract_Section.php', |
| 417 | 417 | 'WCPOS\\WooCommercePOS\\Services\\Settings\\Access_Section' => $baseDir . '/includes/Services/Settings/Access_Section.php', |
| 418 | 418 | 'WCPOS\\WooCommercePOS\\Services\\Settings\\Checkout_Section' => $baseDir . '/includes/Services/Settings/Checkout_Section.php', |
| @@ -443,8 +443,9 @@ | ||
| 443 | 443 | 'WCPOS\\WooCommercePOS\\Sync\\Collections' => $baseDir . '/includes/Sync/Collections.php', |
| 444 | 444 | 'WCPOS\\WooCommercePOS\\Sync\\Config_Fingerprint' => $baseDir . '/includes/Sync/Config_Fingerprint.php', |
| 445 | 445 | 'WCPOS\\WooCommercePOS\\Sync\\Cors' => $baseDir . '/includes/Sync/Cors.php', |
| 446 | 446 | 'WCPOS\\WooCommercePOS\\Sync\\Coupon_Modified_Date' => $baseDir . '/includes/Sync/Coupon_Modified_Date.php', |
| 447 | + 'WCPOS\\WooCommercePOS\\Sync\\Create_Identity' => $baseDir . '/includes/Sync/Create_Identity.php', | |
| 447 | 448 | 'WCPOS\\WooCommercePOS\\Sync\\Digest_Index' => $baseDir . '/includes/Sync/Digest_Index.php', |
| 448 | 449 | 'WCPOS\\WooCommercePOS\\Sync\\Endpoint_Permissions' => $baseDir . '/includes/Sync/Endpoint_Permissions.php', |
| 449 | 450 | 'WCPOS\\WooCommercePOS\\Sync\\Header_Mirror' => $baseDir . '/includes/Sync/Header_Mirror.php', |
| 450 | 451 | 'WCPOS\\WooCommercePOS\\Sync\\Health' => $baseDir . '/includes/Sync/Health.php', |
| @@ -452,10 +453,12 @@ | ||
| 452 | 453 | 'WCPOS\\WooCommercePOS\\Sync\\Meta_Entry' => $baseDir . '/includes/Sync/Meta_Entry.php', |
| 453 | 454 | 'WCPOS\\WooCommercePOS\\Sync\\Meta_Normalizer' => $baseDir . '/includes/Sync/Meta_Normalizer.php', |
| 454 | 455 | 'WCPOS\\WooCommercePOS\\Sync\\Mutation_Store' => $baseDir . '/includes/Sync/Mutation_Store.php', |
| 455 | 456 | 'WCPOS\\WooCommercePOS\\Sync\\Order_Document' => $baseDir . '/includes/Sync/Order_Document.php', |
| 457 | + 'WCPOS\\WooCommercePOS\\Sync\\Order_Modified_Date' => $baseDir . '/includes/Sync/Order_Modified_Date.php', | |
| 456 | 458 | 'WCPOS\\WooCommercePOS\\Sync\\Order_Pull_Planner' => $baseDir . '/includes/Sync/Order_Pull_Planner.php', |
| 457 | 459 | 'WCPOS\\WooCommercePOS\\Sync\\Order_Query' => $baseDir . '/includes/Sync/Order_Query.php', |
| 460 | + 'WCPOS\\WooCommercePOS\\Sync\\Order_Search' => $baseDir . '/includes/Sync/Order_Search.php', | |
| 458 | 461 | 'WCPOS\\WooCommercePOS\\Sync\\Order_Serializer' => $baseDir . '/includes/Sync/Order_Serializer.php', |
| 459 | 462 | 'WCPOS\\WooCommercePOS\\Sync\\Order_Uuid_Exception' => $baseDir . '/includes/Sync/Order_Uuid_Exception.php', |
| 460 | 463 | 'WCPOS\\WooCommercePOS\\Sync\\Order_Write_Payload' => $baseDir . '/includes/Sync/Order_Write_Payload.php', |
| 461 | 464 | 'WCPOS\\WooCommercePOS\\Sync\\Pos_Uuid' => $baseDir . '/includes/Sync/Pos_Uuid.php', |
| @@ -460,11 +463,13 @@ | ||
| 460 | 463 | 'WCPOS\\WooCommercePOS\\Sync\\Order_Write_Payload' => $baseDir . '/includes/Sync/Order_Write_Payload.php', |
| 461 | 464 | 'WCPOS\\WooCommercePOS\\Sync\\Pos_Uuid' => $baseDir . '/includes/Sync/Pos_Uuid.php', |
| 462 | 465 | 'WCPOS\\WooCommercePOS\\Sync\\Pos_Visibility' => $baseDir . '/includes/Sync/Pos_Visibility.php', |
| 463 | 466 | 'WCPOS\\WooCommercePOS\\Sync\\Product_Images' => $baseDir . '/includes/Sync/Product_Images.php', |
| 467 | + 'WCPOS\\WooCommercePOS\\Sync\\Product_Search' => $baseDir . '/includes/Sync/Product_Search.php', | |
| 464 | 468 | 'WCPOS\\WooCommercePOS\\Sync\\Product_Serializer' => $baseDir . '/includes/Sync/Product_Serializer.php', |
| 465 | 469 | 'WCPOS\\WooCommercePOS\\Sync\\Proxy_Uuid_Stamper' => $baseDir . '/includes/Sync/Proxy_Uuid_Stamper.php', |
| 466 | 470 | 'WCPOS\\WooCommercePOS\\Sync\\Request_Int_Param' => $baseDir . '/includes/Sync/Request_Int_Param.php', |
| 471 | + 'WCPOS\\WooCommercePOS\\Sync\\Request_Write_Queue' => $baseDir . '/includes/Sync/Request_Write_Queue.php', | |
| 467 | 472 | 'WCPOS\\WooCommercePOS\\Sync\\Response_Envelope' => $baseDir . '/includes/Sync/Response_Envelope.php', |
| 468 | 473 | 'WCPOS\\WooCommercePOS\\Sync\\Response_Telemetry' => $baseDir . '/includes/Sync/Response_Telemetry.php', |
| 469 | 474 | 'WCPOS\\WooCommercePOS\\Sync\\Retry_After_Mirror' => $baseDir . '/includes/Sync/Retry_After_Mirror.php', |
| 470 | 475 | 'WCPOS\\WooCommercePOS\\Sync\\Revision' => $baseDir . '/includes/Sync/Revision.php', |
| @@ -501,9 +506,11 @@ | ||
| 501 | 506 | 'WCPOS\\WooCommercePOS\\Templates\\Thermal\\Raster_Thermal_Emitter' => $baseDir . '/includes/Templates/Thermal/Raster_Thermal_Emitter.php', |
| 502 | 507 | 'WCPOS\\WooCommercePOS\\Templates\\Thermal\\Star_Markup_Thermal_Emitter' => $baseDir . '/includes/Templates/Thermal/Star_Markup_Thermal_Emitter.php', |
| 503 | 508 | 'WCPOS\\WooCommercePOS\\Templates\\Thermal\\Starprnt_Thermal_Emitter' => $baseDir . '/includes/Templates/Thermal/Starprnt_Thermal_Emitter.php', |
| 504 | 509 | 'WCPOS\\WooCommercePOS\\Templates\\Thermal\\Text_Thermal_Emitter' => $baseDir . '/includes/Templates/Thermal/Text_Thermal_Emitter.php', |
| 510 | + 'WCPOS\\WooCommercePOS\\Templates\\Thermal\\Thermal_Bitmap' => $baseDir . '/includes/Templates/Thermal/Thermal_Bitmap.php', | |
| 505 | 511 | 'WCPOS\\WooCommercePOS\\Templates\\Thermal\\Thermal_Bounds' => $baseDir . '/includes/Templates/Thermal/Thermal_Bounds.php', |
| 512 | + 'WCPOS\\WooCommercePOS\\Templates\\Thermal\\Thermal_Emitter_Support' => $baseDir . '/includes/Templates/Thermal/Thermal_Emitter_Support.php', | |
| 506 | 513 | 'WCPOS\\WooCommercePOS\\Templates\\Thermal\\Thermal_Markup_Parser' => $baseDir . '/includes/Templates/Thermal/Thermal_Markup_Parser.php', |
| 507 | 514 | 'WCPOS\\WooCommercePOS\\Templates\\Thermal\\Thermal_Renderer' => $baseDir . '/includes/Templates/Thermal/Thermal_Renderer.php', |
| 508 | 515 | 'WCPOS\\WooCommercePOS\\Templates\\Thermal\\Thermal_Text_Layout' => $baseDir . '/includes/Templates/Thermal/Thermal_Text_Layout.php', |
| 509 | 516 | 'WCPOS\\WooCommercePOS\\Templates\\Validator' => $baseDir . '/includes/Templates/Validator.php', |