[add]: loan charges and offers. Fix RACCheck
This commit is contained in:
@@ -32,7 +32,7 @@ class Customer(db.Model):
|
||||
customer = cls.query.filter_by(id=customer_id).first()
|
||||
if not customer:
|
||||
return False
|
||||
return True
|
||||
return customer
|
||||
|
||||
@classmethod
|
||||
def create_customer(cls, id, msisdn, country_code, account_id, account_type='savings'):
|
||||
|
||||
Reference in New Issue
Block a user