[update]: Loan and Offers
This commit is contained in:
+1
-3
@@ -71,9 +71,7 @@ class Offer(db.Model):
|
||||
"productId": self.product_id,
|
||||
"minAmount": self.min_amount,
|
||||
"maxAmount": self.max_amount,
|
||||
"tenor": self.tenor,
|
||||
"schedule": self.schedule,
|
||||
"list_order": self.list_order
|
||||
"tenor": self.tenor
|
||||
}
|
||||
|
||||
def __repr__(self):
|
||||
|
||||
Reference in New Issue
Block a user