Skip to content

Releases: vippsas/vipps-order-management-api

2.3.28

09 Apr 13:14
a168a9a
Compare
Choose a tag to compare
Update swagger.yaml

2.3.26

05 Mar 12:23
b89f394
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.25...2.3.26

Updates to documentation

29 Nov 14:11
4edbf3c
Compare
Choose a tag to compare
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

08 Mar 15:11
9139656
Compare
Choose a tag to compare

Add ReceiptNumber and valid barcode types

Barcode data validation

24 Jan 13:06
da9756a
Compare
Choose a tag to compare

Validate that the Barcode data content is numeric

Added Barcode and PosId

17 Jan 11:39
7936ddb
Compare
Choose a tag to compare

Replaced ReceiptNumber with Barcode and added posId to the BottomLine of the Receipt

Added kilowatt-hour (Kwh) as quantity unit on orderlines

05 Jan 12:00
0f44787
Compare
Choose a tag to compare

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

03 Jan 09:58
6cab9ce
Compare
Choose a tag to compare

Added ReceiptNumber to the BottomLine of the Receipt

Added PaymentSources

15 Dec 15:32
2f78784
Compare
Choose a tag to compare

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

11 Aug 11:23
66ef445
Compare
Choose a tag to compare
  • 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