PluginProbe
PostNL for WooCommerce / 5.9.12
PostNL for WooCommerce v5.9.12
5.9.12 5.9.11 5.9.10 5.9.9 5.9.8 5.9.7 5.9.6 trunk 2.5.0 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 3.1.4 3.1.5 3.1.6 3.1.7 4.0.0 4.0.1 4.0.2 4.3.2 4.3.3 4.4.0 4.4.1 All 72 releases
woo-postnl / src / Rest_API / Legacy / Letterbox / Client.php

Client.php in PostNL for WooCommerce 5.9.12, at src/Rest_API/Legacy/Letterbox/Client.php

24 lines 387 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Class Rest_API\Letterbox\Client file.
4 *
5 * @package PostNLWooCommerce\Rest_API\Legacy\Letterbox
6 */
7
8 namespace PostNLWooCommerce\Rest_API\Legacy\Letterbox;
9
10 use PostNLWooCommerce\Rest_API\Legacy\Shipping;
11
12 if ( ! defined( 'ABSPATH' ) ) {
13 exit;
14 }
15
16 /**
17 * Class Client
18 *
19 * @package PostNLWooCommerce\Rest_API\Legacy\Letterbox
20 */
21 class Client extends Shipping\Client {
22
23 }
24