From c7dee2ff12884a8cf20264b17052362d4c4dfcc9 Mon Sep 17 00:00:00 2001 From: Justintime50 <39606064+Justintime50@users.noreply.github.com> Date: Thu, 12 Jun 2025 11:53:05 -0600 Subject: [PATCH 1/2] feat: add luma ruleset fixture --- official/fixtures/client-library-fixtures.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/official/fixtures/client-library-fixtures.json b/official/fixtures/client-library-fixtures.json index ede5067b..cc0c4be6 100644 --- a/official/fixtures/client-library-fixtures.json +++ b/official/fixtures/client-library-fixtures.json @@ -152,6 +152,9 @@ "amount": "100" } }, + "luma": { + "ruleset_name": "required_deliver_by_date" + }, "orders": { "basic": { "from_address": { From e8ab38e10d5eaf3bee0cb6dc9e5677872c0859ce Mon Sep 17 00:00:00 2001 From: Justintime50 <39606064+Justintime50@users.noreply.github.com> Date: Thu, 12 Jun 2025 12:01:10 -0600 Subject: [PATCH 2/2] chore: swap luma ruleset name --- official/fixtures/client-library-fixtures.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/official/fixtures/client-library-fixtures.json b/official/fixtures/client-library-fixtures.json index cc0c4be6..c3bb6d8c 100644 --- a/official/fixtures/client-library-fixtures.json +++ b/official/fixtures/client-library-fixtures.json @@ -153,7 +153,7 @@ } }, "luma": { - "ruleset_name": "required_deliver_by_date" + "ruleset_name": "cheapest_rate" }, "orders": { "basic": {