Files
ubicloud/spec/model/invoice_spec.rb
Enes Cakir 9a31cb8ee7 Fix the issue with missing billing info on invoices
We used to think that every invoice for a project had to have valid
billing info because users can't create resources without it.

However, we now allow users to access some of our services, like AI
inference endpoints, up to certain limits without needing billing
information.

We generate invoices for them more appropriately instead of just a bunch
of commas with empty strings. Also, we don't attempt to send the invoice
since it doesn't have a billing email.
2025-03-17 20:24:01 +03:00

9.1 KiB