Versions Compared

Key

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

...

When BeginCartEditing is called, reservation of customer order is disabled if the provider is set to Axapta

...

Released 22.1.2025

POSAPI- Does not include discount when calculating vat when adding discounts using overridDiscounts 

(RTP-35939)

The VAT amount is calculated correctly when the OverrideDiscounts parameter is used in cart.


In eCom Coupon discount interfering with edited CartItem UnitPrice

(RTP-31167)

If DisableAllDiscounts is set to true, then subtotal discount should not be applied to the item used in the SetcartItemPrice else Subtotal discount will be applied.


POS API - Return specific error message when an invalid member is scanned

(RTP-32647)

A status code has been introduced to handle scenarios where an invalid member is scanned. This ensures that the system provides a clear and standardized response when an unrecognized or incorrect member identifier is detected.


...

Released 22.1.2025

POS API - Some values in cart go missing after edit

(RTP-23980)

Values for ** discountEffectTypeAmount, scanCode, productInformation and shoppingChannel do not change after BeginCartEditing


POS API - Improve error message if PriceStore doesn't exist

(RTP-20379)

New and specific error message "The given store number XXXX was not found" is shown in response if NewCartWithItems with price store identifier set to a store that doesn't exist.


Adyen online payment - Handle delayed refund transaction status

(RTP-34559)

Created new table and methods along with updated services to update the transaction status incase for a delayed refund transaction.


Item row deleted from Customer order is not removed at Klarna

(RTP-35346)

Changes made to payment job to capture payment only for the delivered articles. 


Include open price flag on item in ItemExt/GetItem response

(RTP-34522)

Open price flag is added to ItemExt/GetItem response.

...

Released 08.1.2025

Cloud POS API - Retry sending digital receipt

(RTP-24374)

Added new job SendMailBackupJob in POSMaintenance package which will send the mail for the recipient with the details from MailBackup table


BatchToPOSApi - extend SaleFromStagingToPosApi to support lineDiscout and Subtotal Discount on cart

(RTP-35490)

Support for importing line and subtotal discounts through BatchToPosApi SaleFromStagingToPosApi job is implemented


...

Released 18.12.2024

Cloud POS API - Reload configuration in the background

...