1
0 Comments

Your fixtures now mix currencies, on purpose

The multi-country endpoints (/v1/person-name, /v1/company-name, /v1/offering) were still EU-only while the US and Canada shipped underneath them. Now all four span the same 29.

Nothing new was built — the pools existed and simply weren't wired up. Which is its own small lesson about shipping fast: the gap wasn't in the hard part.

One thing to know before you upgrade a fixture: /v1/offering is no longer single-currency. American offerings are quoted in USD, Canadian in CAD, and prices are not rate-converted, so an unqualified batch now mixes EUR, USD and CAD.

We could have hidden that behind a conversion rate and handed you a tidy number that was wrong. Every record has always carried its own currency field — read it, or pin countries to keep a test in one currency.

posted toAvatar for product Real Fake Data
Real Fake Data