feat: include receipt tax amount in match-specific endpoint response
This commit is contained in:
@@ -122,6 +122,7 @@ class GoogleDriveSync:
|
||||
"file_size": file.get('size', 0),
|
||||
"extraction_success": True,
|
||||
"vendor": "Demo Vendor",
|
||||
"description": "Coffee and sandwich",
|
||||
"total_amount": 25.50,
|
||||
"tax_amount": 2.04,
|
||||
"date": "2024-01-15",
|
||||
|
||||
Reference in New Issue
Block a user