Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Module

Description

POS API

Handling of returns for orders with multiple deliveries/payments (RTP-24148)

When getting items available for return on a receipt, you can use the original cart ID when requesting, and the response will not include items that have previously been returned.

Extend GetCart or GetCartExt with flight information (RTP-27295)

When fetching carts via GetCart or GetCartExt, we've added the flight information from POSLog to the cart response. This is to allow clients to display such information in their applications when showing the receipt.

Dispatch Orders - Fix for error in swapping item and cancelling (RTC-38280)It is possible to swap items or cancel an order in Dispatch Order Chain Web without any server side errors.

Validation of PIN code on cloud gift card payments from the POS WCF (RTP-26649)

If a EG Cloud Gift Card is used as payment in the POS WCF the PIN code will be validated if provided. If no PIN code is provided (field is empty or missing) validation will be skipped and payment will be approved. Therefore, if validation is needed the PIN code must be set as a mandatory field by the client and can not contain empty (null) value. POS will still be treated as a trusted client, and no PIN code will be required.

Changes in functions "SearchItem" and "GetItem" (RTP-20726)

GetItem and SearchItem endpoints are returning the main EAN when local EAN sent in the request.

Coupon texts from Voyado (RTP-25045)

Coupon response contains title and description from the Voyado portal instead of the offer name from Promotions.

POS Services

Webdok integration for boarding pass validation (RTP-27957)

Improvements for error handling for webdok integration were implemented.

...