all the refactor
This commit is contained in:
@@ -19,6 +19,7 @@ message OrderLine {
|
||||
int32 tax_rate = 6; // percent
|
||||
int64 total_amount = 7;
|
||||
int64 total_tax = 8;
|
||||
string location = 9; // inventory location / store id for commit; empty = order country
|
||||
}
|
||||
|
||||
// PlaceOrder creates the order (only legal when the order does not yet exist).
|
||||
|
||||
Reference in New Issue
Block a user