Skip to content

Commit

Permalink
add TODO remark for checking if credit note was created
Browse files Browse the repository at this point in the history
  • Loading branch information
nudded committed Aug 23, 2024
1 parent 94e9f5f commit d4b0bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/services/credits/progressive_billing_service_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
expect(first_credit.amount_cents).to eq(980)

expect(invoice.progressive_billing_credit_amount_cents).to eq(1000)
expect(invoice.negative_amount_cents).to eq(-220)
# todo: validate that we've created a credit note here
end
end
end
Expand Down

0 comments on commit d4b0bbc

Please sign in to comment.