ocpi-tariffs
ocpi-tariffs copied to clipboard
Should the tool be ignoring the tariff_id column in charging_periods?
Hello 👋
We are testing our own implementation against yours, and I noticed that the following text from the spec regarding cdr.charging_periods.tariff_id is ignored:
tariff_id Unique identifier of the Tariff that is relevant for this Charging Period. If not provided, no Tariff is relevant during this period.
The tool still uses the tariff on each charging period whether this column is set or not, which is confusing.