my product dra
This commit is contained in:
@@ -345,7 +345,7 @@ class AccountService(BaseService):
|
||||
'option_name': t.option_name,
|
||||
'option_type': t.option_type,
|
||||
'payment_uid': t.payment_uid,
|
||||
'amount': t.amount,
|
||||
'amount': round( t.amount*0.01, 2),
|
||||
'status': t.status,
|
||||
'added': t.added
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user