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
Implement the new method getAllPurchasesand make it return a list with any previous DoOrder executed by the user that can be saved on LocalStorage, just like the registry.
Update: the is already a separate issue for the Channel Store mock #138 the getAllPurchases just need to act like getPurchases (return empty array) and change doOrder() to return false.
The text was updated successfully, but these errors were encountered:
Implement the new method
getAllPurchases
and make it return a list with any previous.DoOrder
executed by the user that can be saved on LocalStorage, just like the registryUpdate: the is already a separate issue for the Channel Store mock #138 the
getAllPurchases
just need to act likegetPurchases
(return empty array) and changedoOrder()
to returnfalse
.The text was updated successfully, but these errors were encountered: