@@ 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
)