Payment, discount & weight calculation improvements

This commit is contained in:
Alex Lushpai 2021-03-24 15:26:09 +03:00
parent 60998ad74f
commit 9e85d3bffb
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
## v4.1.5
* Send discount details into the system
* Prefix for payment external ID (to ensure that it's unique)
* Make payment sum optional
* Weight calculation based on product options
## v.4.1.4 ## v.4.1.4
* Create payment only when the payment type is specified * Create payment only when the payment type is specified
* Checking the availability of promotional price for the product when uploading the order * Checking the availability of promotional price for the product when uploading the order

View File

@ -1,6 +1,6 @@
The MIT License (MIT) The MIT License (MIT)
Copyright (c) 2015-2020 RetailDriver LLC Copyright (c) 2015-2021 RetailDriver LLC
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@ -1 +1 @@
4.1.4 4.1.5