Releases: schaechinger/internetmarke
Releases · schaechinger/internetmarke
v0.9.2
Changed
- Minimum node version is now 14.20.0
Fixed
- Fixed failing Portokasse login after platform links were updated (Thanks to @as19git67)
v0.9.1
Fixed
- Rounding error in shopping cart summary total price (Thanks to @as19git67)
v0.9.0
Added
- Product matching based on content information
- Paper and envelope calculations for product matching
- Product now have a
properties
key with various information about the usage
and features of the product as well as flags for registered, priority and
tracking ability
Changed
- Product structure for weight and dimension ranges changed
v0.8.0
Added
- Shopping cart matches product with receiver address to avoid wrong vouchers
Fixed
- User did not set wallet balance if it was empty with zero Euros
v0.7.1
Fixed
- The domestic flag for products did not match the actual data structure
v0.7.0
Added
- Support for catalogs from ProdWS
Changed
ShoppingCart
now has vouchers in the new propertyvouchers
v0.6.0
Added
- Orders can now be downloaded to your computer
- PNG orders also extract the archive after download
- All useful interfaces are now available from the main package
Changed
- Credentials are now copied before use in the credential stores
Fixed
- Fixed typo in
OneClickForAppServiceOptions
- Order response property
walletBallance
is now optional as it does not occur
in the response ofretrieveOrder()
v0.5.2
Added
- Portokasse journal lists top up and order history
- Checkout supports PPL versions of products
- Using the
.cache
directory instead of the global/tmp
folder
Changed
- Added eslint and prettier to the project and updated code style
Fixed
- Checkout option
shopOrderId
is now a number
v0.5.1
Changed
- Overall error handling from services and stability update
- Services now take care of initialization state by theirself
- Local shopping cart options can be used prior to 1C4A service init
Fixed
- Rounding error in total amount of shopping cart summary
getShoppingCartSummary()
now has return typeShoppingCartSummary
v0.5.0
Added
- Portokasse service support to top up your account
- Dependency injection with inversify
- Addresses now support state codes that get added in front of the zip code
Changed
getUserInfo()
returns a promise as it makes use of the Portokasse service
to retrieve live wallet balance data
Fixed
- Run scripts work on Windows as well