(prices []resources.PriceEntry)
| 397 | } |
| 398 | |
| 399 | func renderPricesTable(prices []resources.PriceEntry) string { |
| 400 | return renderPricesTableWithUsage(prices, 0) |
| 401 | } |
| 402 | |
| 403 | func renderPricesTableWithUsage(prices []resources.PriceEntry, usageQty float64) string { |
| 404 | // Check if any entry has tiered pricing. |
nothing calls this directly
no test coverage detected