~singpolyma/sgx-jmp

0026530d916431747a61dffe088b7a740f8f342c — Stephen Paul Weber 3 years ago 7abb4c6
typo
1 files changed, 1 insertions(+), 1 deletions(-)

M lib/customer_info.rb
M lib/customer_info.rb => lib/customer_info.rb +1 -1
@@ 19,7 19,7 @@ class CustomerInfo
			new(
				plan: plan,
				auto_top_up_amount: auto_top_up_amount,
				tel: customer.registered? ? customer.regsitered?.phone : nil,
				tel: customer.registered? ? customer.registered?.phone : nil,
				balance: customer.balance,
				expires_at: expires_at
			)