making uploads safe
This commit is contained in:
parent
405a037a15
commit
a7db1c528b
2 changed files with 7 additions and 2 deletions
|
@ -31,7 +31,8 @@ Future<LoginModel> submitReceiptAPI(
|
|||
'transaction_type' : "3",
|
||||
'transaction_value': receipt.amount,
|
||||
'purchase_time': receipt.time,
|
||||
'category': receipt.category,
|
||||
// 'category': receipt.category,
|
||||
// 'category': receipt.category,
|
||||
'essential': receipt.essential,
|
||||
'organisation_name': receipt.organisationName,
|
||||
'recurring': receipt.recurring,
|
||||
|
|
Reference in a new issue