making uploads safe

This commit is contained in:
Felix 2019-08-12 11:54:13 +01:00
parent 405a037a15
commit a7db1c528b
2 changed files with 7 additions and 2 deletions

View file

@ -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,