Activate Android 2.8.8.02

New

  1. Refunding orders and items using order ID.
    -> possibility to refund an order which was not made on a given device
    -> refunding order by providing order_id
    -> api call will be used to fetch order ( if order is not available in our local database )
    -> search button should just fetch order, not refund it. Refund should be processed only after clicking on refund button on order details screen
    -> order should be added to database only after successful refund
    -> going back from order details screen before refunding should trigger the alert showing information that order will not be stored in local database
    -> printing any receipt should be possible only after refunding order, auto print settings should be also respected in this case-> Basic flow is shown in the attached mockup ( REFUND.png )refund