refactor
This commit is contained in:
@@ -60,6 +60,7 @@ func HandlePlaceOrder(o *OrderGrain, m *messages.PlaceOrder) error {
|
||||
TotalAmount: money.Cents(l.GetTotalAmount()),
|
||||
TotalTax: money.Cents(l.GetTotalTax()),
|
||||
Location: l.GetLocation(),
|
||||
DropShip: l.GetDropShip(),
|
||||
})
|
||||
}
|
||||
o.Status = StatusPending
|
||||
|
||||
Reference in New Issue
Block a user