~singpolyma/sgx-jmp

e90dcfacd8c9bc08a2a7d14b52a44db8cb2c3e88 — Stephen Paul Weber 2 years ago 0fd3bd9
Support older ruby
1 files changed, 1 insertions(+), 1 deletions(-)

M lib/customer_info_form.rb
M lib/customer_info_form.rb => lib/customer_info_form.rb +1 -1
@@ 42,6 42,6 @@ class CustomerInfoForm
			.gsub(/\D/, "")
			.match(/\A1?(\d{10})\Z/)
			&.[](1)
			&.then { find_customer_one("+1#{_1}") }
			&.then { |tn| find_customer_one("+1#{tn}") }
	end
end