Skip to content

Commit

Permalink
Merge branch 'bexley-ww-ggw-amend' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
davea committed Feb 19, 2025
2 parents 0df5c58 + df5762c commit 5bc0888
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion perllib/Open311/Endpoint/Service/UKCouncil/Agile.pm
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ sub _build_attributes {
automated => 'hidden_field',
),
Open311::Endpoint::Service::Attribute->new(
code => 'payment_method',
code => 'payment',
description => 'Payment amount in pence',
datatype => 'string',
required => 0,
Expand Down
11 changes: 8 additions & 3 deletions t/open311/endpoint/agile.t
Original file line number Diff line number Diff line change
Expand Up @@ -150,20 +150,25 @@ subtest 'GET service' => sub {
description => 'Payment method: credit card or direct debit',
order => 6,
},
{ %defaults,
code => 'payment',
description => 'Payment amount in pence',
order => 7,
},
{ %defaults,
code => 'reason',
description => 'Cancellation reason',
order => 7,
order => 8,
},
{ %defaults,
code => 'due_date',
description => 'Cancellation date',
order => 8,
order => 9,
},
{ %defaults,
code => 'customer_external_ref',
description => 'Customer external ref',
order => 9,
order => 10,
},

],
Expand Down

0 comments on commit 5bc0888

Please sign in to comment.