Skip to content

Commit

Permalink
Update Supplementary Billing flag route (#2608)
Browse files Browse the repository at this point in the history
DEFRA/water-abstraction-system#1239

During recent refactoring for the Supplementary billing flag process, the route was updated to better reflect the naming conventions in the repo. This PR is to update the routes when the service is called.
  • Loading branch information
Beckyrose200 authored Aug 16, 2024
1 parent 3d7f14a commit 7e68be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/connectors/system/supplementary-billing.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const { serviceRequest } = require('@envage/water-abstraction-helpers')
* @return {Promise}
*/
const flagSupplementaryBilling = (chargeVersionId) => {
const url = `${config.services.system}/licences/supplementary-flag`
const url = `${config.services.system}/licences/supplementary`
const options = {
body: {
chargeVersionId
Expand Down

0 comments on commit 7e68be1

Please sign in to comment.