result!
title "Activate by Mail or Interac e-Tranfer"

instructions(
	"Activate your account by sending at least " \
	"$#{CONFIG[:activation_amount]}\nWe support payment by " \
	"postal mail or, in Canada, by Interac e-Transfer.\n\n" \
	"You will receive a notification when your payment is complete." \
	"#{@final_message}"
)

if @customer_id
	field(
		label: "Customer ID",
		var: "customer_id",
		value: @customer_id
	)
end

render "alt_top_up/mailing_address"
render "alt_top_up/interac" if @currency == :CAD
