Skip to content

Commit f7ecc24

Browse files
authoredAug 25, 2021
Merge pull request #11 from dpdconnect/1.1.4
1.1.4
2 parents 12b9c1a + 6037457 commit f7ecc24

File tree

91 files changed

+1365
-660
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+1365
-660
lines changed
 

‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dpdconnect/php-sdk",
3-
"description": "DPD Connect PHP SDK",
43
"type": "library",
4+
"description": "DPD Connect PHP SDK",
55
"license": "OSL-3.0",
66
"authors": [
77
{

‎src/Api/Data/Response/ItemStatusInterface.php

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
namespace DpdConnect\Sdk\Api\Data\Response;
44

5+
/**
6+
* Interface ItemStatusInterface
7+
*
8+
* @package DpdConnect\Sdk\Api\Data\Response
9+
*/
510
interface ItemStatusInterface extends ResponseStatusInterface
611
{
712
/**

0 commit comments

Comments
 (0)