Progressus-io / postnl-for-woocommerce

GNU General Public License v3.0
3 stars 0 forks source link

Apply Default Shipping Options When Not Set in Post Data #156

Closed ferroche90 closed 7 months ago

ferroche90 commented 7 months ago

This PR introduces logic to apply default shipping options from the settings only when these values are not provided in the posted data. It ensures that any explicitly posted values are prioritized and preserved in the backend, while defaults are used as a fallback.