~singpolyma/sgx-jmp

87856765a8852a98e19607421d083df691daf700 — root21 10 months ago 4b045d1
Renamed file with a mistype.

Renamed lib/customer_finacials.rb to lib/customer_financials.rb
Edited the 'require' in lib/customer.rb and lib/financial_info.rb
3 files changed, 2 insertions(+), 2 deletions(-)

M lib/customer.rb
R lib/{customer_finacials.rb => customer_financials.rb}
M lib/financial_info.rb
M lib/customer.rb => lib/customer.rb +1 -1
@@ 6,7 6,7 @@ require_relative "./blather_ext"
require_relative "./customer_usage"
require_relative "./customer_plan"
require_relative "./customer_ogm"
require_relative "./customer_finacials"
require_relative "./customer_financials"
require_relative "./backend_sgx"
require_relative "./invites_repo"
require_relative "./payment_methods"

R lib/customer_finacials.rb => lib/customer_financials.rb +0 -0
M lib/financial_info.rb => lib/financial_info.rb +1 -1
@@ 1,7 1,7 @@
# frozen_string_literal: true

require "value_semantics/monkey_patched"
require_relative "customer_finacials"
require_relative "customer_financials"
require_relative "payment_methods"

class AdminFinancialInfo