Releases: vippsas/vipps-order-management-api
Releases · vippsas/vipps-order-management-api
2.3.28
2.3.26
Updates to documentation
Updated POST image spec with requirements of image (#145) Co-authored-by: Lars Elgaard Mikkelsen <lars.mikkelsen@vippsmobilepay.com>
Add ReceiptNumber and valid barcode types
Add ReceiptNumber and valid barcode types
Barcode data validation
Validate that the Barcode data content is numeric
Added Barcode and PosId
Replaced ReceiptNumber with Barcode and added posId to the BottomLine of the Receipt
Added kilowatt-hour (Kwh) as quantity unit on orderlines
Added another quantityUnit on Orderlines to describe purchases of electricity. A Kwh quantity unit can now be chosen on orderlines if electricity has been purchased
Added ReceiptNumber
Added ReceiptNumber to the BottomLine of the Receipt
Added PaymentSources
In order to be a valdid electronic salesreceipt we added paymentSources to the receipt bottomline:
card
voucher
cash
giftcard
Added IsReturn and isShipping to orderlines
- Shippinglines are now treated as regular orderlines
- Removed validation of sum, tax and discount in the bottomlines
- IsReturn flag is now added to orderLines. A returned orderLine will be treated as negative value
- Removed possibility of having negative amount on orderLines