Skip to content

Commit

Permalink
Fixed issue #9 - AM/Pieces should be a multivalue field
Browse files Browse the repository at this point in the history
  • Loading branch information
Bashar committed Feb 24, 2015
1 parent 8d2973b commit f030d5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DHL/Datatype/AM/ShipmentDetails.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ class ShipmentDetails extends Base
'subobject' => false,
),
'Pieces' => array(
'type' => 'Pieces',
'type' => 'Piece',
'required' => false,
'subobject' => true,
'multivalues' => true,
),
'Weight' => array(
'type' => 'Weight',
Expand Down

0 comments on commit f030d5a

Please sign in to comment.