cli

Command-line interface for Radroots
git clone https://radroots.dev/git/cli.git
Log | Files | Refs | README | LICENSE

commit a6f2d79a513a649a8acfa0e09dac0f058137aadd
parent f2b9d1f2d108c0c7c1682568693aca3dd8bc6f0b
Author: triesap <tyson@radroots.org>
Date:   Tue,  2 Jun 2026 23:42:22 -0700

tests: align app order payment fixture

- Seed app local order records with payment_display state for importer coverage.

Diffstat:
Mtests/target_cli.rs | 7+++----
1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/tests/target_cli.rs b/tests/target_cli.rs @@ -566,10 +566,9 @@ fn seed_app_order_record_variant_with_record_id( "order_updated_at": "2026-05-24T12:00:10Z", "created_at_ms": 1_779_000_010_000_i64, }, - "no_payment": { - "payment_required": false, - "settlement_deferred": true, - "payment_state": "not_applicable", + "payment_display": { + "state": "not_recorded", + "allows_payment_action": false, }, "document": { "version": 1,