main added Metadata field to SnipcartOrder struct
This commit is contained in:
@@ -68,6 +68,7 @@ type SnipcartOrder struct {
|
||||
TrackingUrl string `json:"trackingUrl"`
|
||||
ShippingCost float64 `json:"shippingFees"`
|
||||
Items []SnipcartItem `json:"items"`
|
||||
Metadata any `json:"metadata"`
|
||||
}
|
||||
|
||||
type SnipcartOrderUpdate struct {
|
||||
|
||||
Reference in New Issue
Block a user