From e039b583e280e94a6945a90f35d069ce104058a3 Mon Sep 17 00:00:00 2001 From: Bastian de Byl Date: Mon, 13 Mar 2023 00:26:11 -0400 Subject: [PATCH] fixed Curreny to Currency typo --- snipcart/webhook.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snipcart/webhook.go b/snipcart/webhook.go index 31286ce..741fab7 100644 --- a/snipcart/webhook.go +++ b/snipcart/webhook.go @@ -22,7 +22,7 @@ type SnipcartOrderEventContent struct { Status string `json:"status"` PaymentStatus string `json:"paymentStatus"` Email string `json:"email"` - Curreny string `json:"currency"` + Currency string `json:"currency"` TotalWeight float64 `json:"totalWeight"` Items []SnipcartItem `json:"items"` ShippingAddress SnipcartShippingAddress `json:"shippingAddress"`