Preconditions
- Magento 2.1.1
Steps to reproduce
- Create a order with 0$ in shipment
- Complete the order
- Create new creditmemo
- Add something in "Refund shipping"
Expected result
- I would suggest a error "You can not refund shipping when shipping is zero"
With the current error message the admin would try to create this creditmemo for long time, because the error is so "Try again later..."
Many errors around the site is just
try {
... massive code ...
} catch {
... Try again later ...
}
Actual result
- We can't save the credit memo right now.
Preconditions
Steps to reproduce
Expected result
With the current error message the admin would try to create this creditmemo for long time, because the error is so "Try again later..."
Many errors around the site is just
Actual result