The fiat-checkout-chat README's Prerequisite section is out of date and now contradicts the merchant guide (docs.nevermined.ai/integrate/patterns/orders, which dropped its pre-GA banner in nevermined-io/docs#381):
- It calls Orders a "feature in progress … not yet in a released sandbox/live environment" and tells readers to build the embed checkout from branch
aaitor/orders-embed-checkout-3249.
- That branch is gone (404) and both issues are closed: epic #3238 and P1.7 #3249 (2026-09-07). The hosted checkout route is on
nvm-monorepo main at apps/embed/src/routes/checkout.order.$orderId.tsx.
Fix: point the prerequisite at building from main (not the deleted branch), and drop the "feature in progress" framing. Keep the local-stack instructions — the Orders API is not yet serving on api.live/api.sandbox (a GET /api/v1/orders/<id> there still returns route-not-found as of 2026-09-10), so running the backend locally is still correct.
Surfaced in a review of nevermined-io/docs#381 by @r-marques.
The
fiat-checkout-chatREADME's Prerequisite section is out of date and now contradicts the merchant guide (docs.nevermined.ai/integrate/patterns/orders, which dropped its pre-GA banner in nevermined-io/docs#381):aaitor/orders-embed-checkout-3249.nvm-monorepomainatapps/embed/src/routes/checkout.order.$orderId.tsx.Fix: point the prerequisite at building from
main(not the deleted branch), and drop the "feature in progress" framing. Keep the local-stack instructions — the Orders API is not yet serving onapi.live/api.sandbox(aGET /api/v1/orders/<id>there still returns route-not-found as of 2026-09-10), so running the backend locally is still correct.Surfaced in a review of nevermined-io/docs#381 by @r-marques.