~singpolyma/sgx-jmp

56f62d17aa70997d3d263a098564130771fd4416 — Stephen Paul Weber 3 years ago a4c8c4a
There might be no customer
1 files changed, 1 insertions(+), 1 deletions(-)

M sgx_jmp.rb
M sgx_jmp.rb => sgx_jmp.rb +1 -1
@@ 455,7 455,7 @@ Command.new(
Command.new(
	"alt top up",
	"Buy Account Credit by Bitcoin, Mail, or Interac eTransfer",
	list_for: ->(customer:, **) { !!customer.currency }
	list_for: ->(customer:, **) { !!customer&.currency }
) {
	Command.customer.then { |customer|
		EMPromise.all([AltTopUpForm.for(customer), customer])