web.rb 🔗
@@ -554,7 +554,7 @@ class Web < Roda
peer_id: orderer[:peer_id],
state_search_and_order_type: {
quantity: params["quantity"].to_i,
- state: ["CA", "TX", "IL", "NY", "FL"].sample
+ state: ["WA", "CA", "TX", "IL", "NY", "FL"].sample
}
).then do |order|
{ id: order.id }.to_json