Show the fillable fields for top up as well
1 files changed, 4 insertions(+), 0 deletions(-) M forms/order_sim/with_top_up.rb
M forms/order_sim/with_top_up.rb => forms/order_sim/with_top_up.rb +4 -0
@@ 6,3 6,7 @@ field( type: "fixed", description: "with the rest coming from your balance" ) + +@fillable_fields.each do |f| + field(**f) +end