Skip to content

Commit c6a55ec

Browse files
update
1 parent eb01dd0 commit c6a55ec

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

src/Datatype/GB/Pickup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class Pickup extends Base
2727
'type' => 'string',
2828
'required' => true,
2929
'subobject' => false,
30-
'comment' => 'Date Y-m-d',
30+
'comment' => 'Pickup Type',
3131
'maxLength' => '10',
3232
],
3333
'ReadyByTime' => [

src/Datatype/GB/Requestor.php

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,29 @@ class Requestor extends Base
4646
'subobject' => false,
4747
'comment' => 'Company Name',
4848
],
49+
'Address1' => [
50+
'type' => 'string',
51+
'required' => false,
52+
'subobject' => false,
53+
'comment' => 'Company Name',
54+
],
55+
'City' => [
56+
'type' => 'string',
57+
'required' => false,
58+
'subobject' => false,
59+
'comment' => 'Company Name',
60+
],
61+
'CountryCode' => [
62+
'type' => 'string',
63+
'required' => false,
64+
'subobject' => false,
65+
'comment' => 'Company Name',
66+
],
67+
'PostalCode' => [
68+
'type' => 'string',
69+
'required' => false,
70+
'subobject' => false,
71+
'comment' => 'Company Name',
72+
],
4973
];
5074
}

0 commit comments

Comments
 (0)