pull/11/head
Dan Gowans 2025-04-24 14:15:25 -04:00
parent 41761dcc8c
commit 9a153bb238
2 changed files with 4 additions and 4 deletions

View File

@ -4,8 +4,8 @@ export default async function handler(request, response) {
const contractId = request.body.contractId;
const contract = (await getContract(contractId));
const feeCategories = getFeeCategories({
contractTypeId: contract.contractTypeId,
burialSiteTypeId: contract.burialSiteTypeId
burialSiteTypeId: contract.burialSiteTypeId,
contractTypeId: contract.contractTypeId
}, {
includeFees: true
});

View File

@ -14,8 +14,8 @@ export default async function handler(
const feeCategories = getFeeCategories(
{
contractTypeId: contract.contractTypeId,
burialSiteTypeId: contract.burialSiteTypeId
burialSiteTypeId: contract.burialSiteTypeId,
contractTypeId: contract.contractTypeId
},
{
includeFees: true