From fb89e1a0f63a6b7b5b057f66c5714808aa74c6ce Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Tue, 23 May 2023 08:50:30 -0500 Subject: [PATCH] Show the fillable fields for top up as well --- forms/order_sim/with_top_up.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/forms/order_sim/with_top_up.rb b/forms/order_sim/with_top_up.rb index bd0cd8af4bd3e0cf78065751a95a83fb0f66a3c2..02bfbd4d352e88db16bc09aecae0390b8d099ebc 100644 --- a/forms/order_sim/with_top_up.rb +++ b/forms/order_sim/with_top_up.rb @@ -6,3 +6,7 @@ field( type: "fixed", description: "with the rest coming from your balance" ) + +@fillable_fields.each do |f| + field(**f) +end