Open
Description
Issue
Editing the customs form doesn't get saved while retrying to load label rates.
Steps to reproduce
- Create an order that requires filling custom form while purchasing shipping labels.
- Open the order detail page -> Tap "Create Shipping Label"
- Fill out the custom form so the loading labels request fails with an error.
- Select a package
- Intercept the
/wcshipping/v1/label/rate&_method=post
request and check the customs form related parameters. - Edit the details in the customs form.
- Edit the package weight to load the labels rate again.
- Intercept the
/wcshipping/v1/label/rate&_method=post
request, and you can see that the latest saved customs form information is not sent in the request.
Expected behaviour
- The
/wcshipping/v1/label/rate&_method=post
request should use the latest filled info from the customs form. - The labels rate request should be resent as soon as the customs form is saved.