mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-30 07:38:10 +00:00
feat: scoped the payables by type
This commit is contained in:
@@ -160,6 +160,7 @@ describe("BillingService.settlePayable", () => {
|
||||
const settled = await service.settlePayable(
|
||||
Freight.InvoiceSource.Booking,
|
||||
"booking-1",
|
||||
Freight.InvoiceType.Prepaid,
|
||||
"pay-1",
|
||||
mg as never,
|
||||
);
|
||||
@@ -184,6 +185,7 @@ describe("BillingService.settlePayable", () => {
|
||||
const settled = await service.settlePayable(
|
||||
Freight.InvoiceSource.Booking,
|
||||
"booking-1",
|
||||
Freight.InvoiceType.Prepaid,
|
||||
"pay-1",
|
||||
mg as never,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user