Skip to content

Commit f030d5a

Browse files
author
Bashar
committed
Fixed issue #9 - AM/Pieces should be a multivalue field
1 parent 8d2973b commit f030d5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

DHL/Datatype/AM/ShipmentDetails.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,10 @@ class ShipmentDetails extends Base
4747
'subobject' => false,
4848
),
4949
'Pieces' => array(
50-
'type' => 'Pieces',
50+
'type' => 'Piece',
5151
'required' => false,
5252
'subobject' => true,
53+
'multivalues' => true,
5354
),
5455
'Weight' => array(
5556
'type' => 'Weight',

0 commit comments

Comments
 (0)