PluginProbe
WCPOS – Point of Sale (POS) plugin for WooCommerce / 1.10.20
WCPOS – Point of Sale (POS) plugin for WooCommerce v1.10.20
1.10.20 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 All 164 releases
← All changes | includes/Services/Receipt_Output_Adapter_Factory.php +0 -3 1.9.16 → 1.10.20 View file →
@@ -12,9 +12,8 @@
12 12 use WCPOS\WooCommercePOS\Templates\Adapters\Cpcl_Output_Adapter;
13 13 use WCPOS\WooCommercePOS\Templates\Adapters\Epos_Xml_Output_Adapter;
14 14 use WCPOS\WooCommercePOS\Templates\Adapters\Escpos_Output_Adapter;
15 15 use WCPOS\WooCommercePOS\Templates\Adapters\Html_Output_Adapter;
16 -use WCPOS\WooCommercePOS\Templates\Adapters\Starprnt_Output_Adapter;
17 16 use WCPOS\WooCommercePOS\Templates\Adapters\Tspl_Output_Adapter;
18 17 use WCPOS\WooCommercePOS\Templates\Adapters\Zpl_Output_Adapter;
19 18
20 19 /**
@@ -37,10 +36,8 @@
37 36 case 'escpos':
38 37 return new Escpos_Output_Adapter();
39 38 case 'epos-xml':
40 39 return new Epos_Xml_Output_Adapter();
41 - case 'starprnt':
42 - return new Starprnt_Output_Adapter();
43 40 case 'zpl':
44 41 return new Zpl_Output_Adapter();
45 42 case 'cpcl':
46 43 return new Cpcl_Output_Adapter();