fixing combined interval stuff

This commit is contained in:
John Yeo
2025-08-16 07:17:52 -07:00
parent f3ef6e1596
commit 42c3e73334
136 changed files with 3170 additions and 2043 deletions

View File

@@ -72,7 +72,7 @@ describe(`${chalk.yellowBright("basic10: Multi attach, all one off")}`, () => {
const metered2Amount = metered2Tiers[0].amount;
let numBillingUnits = new Decimal(options[0].quantity).div(
oneTimeProducts.oneTimeMetered2.prices[0].config.billing_units,
oneTimeProducts.oneTimeMetered2.prices[0].config.billing_units
);
const expectedTotal = new Decimal(metered2Amount)