v0.14.1 dbt_stripe
·
47 commits
to main
since this release
PR #89 includes the following updates:
Bug Fixes
- Addressed a potential
Divide by 0
error in calculatingunit_amount
in thestripe__line_item_enhanced
model. Now, if the denominatorinvoice_line_item.quantity
is 0,unit_amount
will also be 0.
Under the Hood
- Expanded the
consistency_line_item_enhanced_count
test to also validate potential changes tounit_amount
sums. - Adjusted the
invoice_line_item
seed data to include cases wherequantity
= 0 in order to test the above bug fix.
Full Changelog: v0.14.0...v0.14.1