Put CDRs behind a feature flag
2 files changed, 3 insertions(+), 2 deletions(-) M lib/customer.rb M sgx_jmp.rb
M lib/customer.rb => lib/customer.rb +1 -1
@@ 43,7 43,7 @@ class Customer klass.new( customer_id, jid, plan: CustomerPlan.extract(customer_id, **kwargs), **kwargs.slice(:balance, :sgx, :tndetails, *keys) **kwargs.slice(:balance, :sgx, :tndetails, :feature_flags, *keys) ) end
M sgx_jmp.rb => sgx_jmp.rb +2 -1