~singpolyma/sgx-jmp

27b1e9b0a61c25d98d6c93d307341afacf518c90 — Stephen Paul Weber 1 year, 8 months ago f1eac48
Make wording more verbose

In case you've been living under a rock and don't know what an eTransfer is.
M forms/migrate_billing.rb => forms/migrate_billing.rb +1 -1
@@ 23,7 23,7 @@ field(
		},
		{
			value: "mail",
			label: "Mail or eTransfer"
			label: "Mail or Interac e-Transfer"
		}
	]
)

M forms/registration/activate.rb => forms/registration/activate.rb +1 -1
@@ 28,7 28,7 @@ field(
		},
		{
			value: "mail",
			label: "Mail or eTransfer"
			label: "Mail or Interac e-Transfer"
		}
	]
)

M lib/alt_top_up_form.rb => lib/alt_top_up_form.rb +2 -2
@@ 22,7 22,7 @@ class AltTopUpForm
		form.title = "Buy Account Credit"
		form.instructions =
			"Besides credit cards, we support payment by Bitcoin, postal mail, " \
			"or in Canada by Interac eTransfer."
			"or in Canada by Interac e-Transfer."

		form.fields = fields.to_a
		form


@@ 66,7 66,7 @@ class AltTopUpForm
	IS_CAD = [{
		var: "adr",
		type: "fixed",
		label: "Interac eTransfer Address",
		label: "Interac e-Transfer Address",
		description: "Please include your Jabber ID in the note",
		value: CONFIG[:interac]
	}].freeze

M lib/registration.rb => lib/registration.rb +2 -2
@@ 379,11 379,11 @@ class Registration

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


M sgx_jmp.rb => sgx_jmp.rb +1 -1
@@ 562,7 562,7 @@ Command.new(

Command.new(
	"alt top up",
	"Buy Account Credit by Bitcoin, Mail, or Interac eTransfer",
	"Buy Account Credit by Bitcoin, Mail, or Interac e-Transfer",
	list_for: ->(customer:, **) { !!customer&.currency }
) {
	Command.customer.then { |customer|