You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we store promotions in db and relay on expire_at field to know when they expire. We also need to support use case if promotion is remove from response payload and it's still marked as active in db. In this case we need to mark promotion as over.
We should also remove details button in wallet section so that fetch only returns active promotions now.
The text was updated successfully, but these errors were encountered:
Right now we store promotions in db and relay on expire_at field to know when they expire. We also need to support use case if promotion is remove from response payload and it's still marked as active in db. In this case we need to mark promotion as over.
We should also remove details button in wallet section so that fetch only returns active promotions now.
The text was updated successfully, but these errors were encountered: