FosterCommerce / shipstation-connect

A plugin for Craft Commerce 2 that integrates with ShipStation.
https://plugins.craftcms.com/shipstationconnect
Other
7 stars 10 forks source link

fix: Remove shipping method lookup #54

Closed johnnynotsolucky closed 1 year ago

johnnynotsolucky commented 1 year ago

The plugin only uses the shipping method handle when generating the XML document. This change removes the shipping method lookup and instead sets the field value to whatever shipping method handle is saved for the order.

Resolves #53