
⚡ valuein/shop:2021-02-26-16-06 → 1 🎉 → 3 🚀 → 1🐛
- 🎉 Added support for CreditMemo and DebitMemo
- 🚀 Improved testing by automating the tests
- 🚀 Improved versionning by adding this changelog
- 🚀 Improved subscription numbering range
- 🐛 Fixed invoice downloading
🎉 New features
Added support for CreditMemo and DebitMemo
With this version, if the Zuora instance support CreditMemo and DebitMemo, they will appear in the customer account.
The customer will then be able to view and download the pdf version of their Credit/Debit memo.
🚀 Improvements
Improved testing by automating the tests
When doing a deployment, we are now doing automated test to check that all the functionnality that we provide are working.
The new features will be required to have full test coverage before being released.
Improved versionning by adding this changelog
Each stable version that is deployed is now accompanied by a changelog entry in this blog.
This ensure that when doing an upgrade, you know what you will get with the upgrade and what may break.
Improved subscription numbering range
First victim of the automated test, we have discovered that if the sequence used get too big (more than 99 999 999 999 999), the sequence increment would fail.
To avoid that and allow to have bigger number, for exemple if you want to include the date in the sequence, we updated the number size.
🐛 Bug fixes
Fixed invoice downloading
Due to a previous update, the headers send to Zuora to download the invoice pdf were wrongly generated wich resulted in a 500 error.
The headers have been fixed, the automatic tests cover this part and the customer can now once again download their invoice.
- Projects
- None
- Subscribers
- None