Skip to content

Commit

Permalink
Merge pull request #19 from eduard-sukharev/fix_uses
Browse files Browse the repository at this point in the history
Fix Service uses and BarCodes DataType name
  • Loading branch information
alfallouji committed May 29, 2016
2 parents f619130 + 0d0faf8 commit 9c91d80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DHL/Entity/GB/ShipmentResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ class ShipmentResponse extends Base
'subobject' => true,
'multivalues' => true,
),
'Barcodes' => array(
'type' => 'Barcodes',
'BarCodes' => array(
'type' => 'BarCodes',
'required' => false,
'subobject' => true,
'multivalues' => false,
Expand Down
4 changes: 2 additions & 2 deletions DHL/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
*/

namespace DHL;
use DHL\Datatype\Entity\GB\ShipmentRequest;
use DHL\Datatype\Entity\GB\ShipmentResponse;
use DHL\Entity\GB\ShipmentRequest;
use DHL\Entity\GB\ShipmentResponse;
use DHL\Client\Web as WebserviceClient;

/**
Expand Down

0 comments on commit 9c91d80

Please sign in to comment.