Commit 3d96eda 1 parent 5f6b05e commit 3d96eda Copy full SHA for 3d96eda
File tree 2 files changed +9
-4
lines changed
perllib/Open311/Endpoint/Service/UKCouncil
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ sub _build_attributes {
55
55
automated => ' hidden_field' ,
56
56
),
57
57
Open311::Endpoint::Service::Attribute-> new(
58
- code => ' payment_method ' ,
58
+ code => ' payment ' ,
59
59
description => ' Payment amount in pence' ,
60
60
datatype => ' string' ,
61
61
required => 0,
Original file line number Diff line number Diff line change @@ -150,20 +150,25 @@ subtest 'GET service' => sub {
150
150
description => ' Payment method: credit card or direct debit' ,
151
151
order => 6,
152
152
},
153
+ { %defaults ,
154
+ code => ' payment' ,
155
+ description => ' Payment amount in pence' ,
156
+ order => 7,
157
+ },
153
158
{ %defaults ,
154
159
code => ' reason' ,
155
160
description => ' Cancellation reason' ,
156
- order => 7 ,
161
+ order => 8 ,
157
162
},
158
163
{ %defaults ,
159
164
code => ' due_date' ,
160
165
description => ' Cancellation date' ,
161
- order => 8 ,
166
+ order => 9 ,
162
167
},
163
168
{ %defaults ,
164
169
code => ' customer_external_ref' ,
165
170
description => ' Customer external ref' ,
166
- order => 9 ,
171
+ order => 10 ,
167
172
},
168
173
169
174
],
You can’t perform that action at this time.
0 commit comments