68b67c83a7
When we call ordersStore.BeginEnqueue, the unsent orders file for that satellite and hour is prevented from being sent. It is freed when the commit callback returned by BeginEnqueue is used. This change ensures that we always call the commit callback, even when we have an empty order or an order with Amount <= 0. Change-Id: Ic4678f7eaa1e6957dd77d4bb5a23bb35d25b1e93 |
||
---|---|---|
.. | ||
db_test.go | ||
service_test.go | ||
service.go | ||
store_test.go | ||
store.go |