Show the fillable fields for top up as well

Stephen Paul Weber created

Change summary

forms/order_sim/with_top_up.rb | 4 ++++
1 file changed, 4 insertions(+)

Detailed changes

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