You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Document status: RELEASED

Date:

Prerequisites are located in the menu on the left.

Improvement POS Server

Module

Description

POS API

Changing delivery info with Klarna v3 before checkout (Work ID: 188115)

New method SetCartDeliveryInfo was added to ItemSale to support adding shipping items and changing delivery info before checkout.

IssuerStoreID missing for gift card payment (Work ID: 190378)

When using AddGiftCardPayment with authorization in the POSWCF, the IssuerStoreID was missing in POSLog XML. After the fix, the IssuerStoreID is added to the security_Tender element while the gift card is captured.

New method to update payments in shopping cart (Work ID: 190354)

Implemented new method in POS WCF "UpdateCartPayments" which updates payments on cart. 

Use case: Create order>add items>add payment>remove item>update payment - customer gets correct amount to pay.

Trigger payment capture when last delivery is a "zero"-delivery (Work ID: 190425)

Capture of payment is triggered also when the last delivery is empty. Example: Order has 2 items. First line 1 is delivered with quantity =1. Then line 2 is delivered with quantity=0 and capture of payment is triggered.

  • No labels