packages/core/src/lifeRecharge.ts
@@ -15,10 +15,11 @@ constants = LifeRechargeConstants; constructor(options: BlLifeRechargeOptions<TResponse, TRequestOptions>) { this.services = new BlLifeRechargeServices(options); this.services = new BlLifeRechargeServices(this, options); this.accountModel = new BlLifeRechargeAccountModel({ userId: options.userId, phoneNumber: options.phoneNumber, channlesNum: options.channlesNum, }); }