Commit 7128c32 1 parent d06ed4f commit 7128c32 Copy full SHA for 7128c32
File tree 2 files changed +13
-0
lines changed
perllib/Open311/Endpoint/Service/UKCouncil
2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,14 @@ sub _build_attributes {
101
101
automated => ' hidden_field' ,
102
102
),
103
103
104
+ Open311::Endpoint::Service::Attribute-> new(
105
+ code => ' type' ,
106
+ description => ' Denotes whether subscription request is a renewal or not' ,
107
+ datatype => ' string' ,
108
+ required => 0,
109
+ automated => ' hidden_field' ,
110
+ ),
111
+
104
112
);
105
113
106
114
return \@attributes ;
Original file line number Diff line number Diff line change @@ -180,6 +180,11 @@ subtest 'GET service' => sub {
180
180
description => ' Direct debit initial payment date' ,
181
181
order => 12,
182
182
},
183
+ { %defaults ,
184
+ code => ' type' ,
185
+ description => ' Denotes whether subscription request is a renewal or not' ,
186
+ order => 13,
187
+ },
183
188
184
189
],
185
190
}, ' correct json returned' ;
You can’t perform that action at this time.
0 commit comments