with_top_up.rb

1instance_eval File.read("#{__dir__}/header.rb")
2
3field(
4	label: "Your default payment method will be billed",
5	value: "$%.2f" % @top_up_amount,
6	type: "fixed",
7	description: "with the rest coming from your balance"
8)