From d2057dc3f46f29cf26c2fe79f4db1691f2c4d417 Mon Sep 17 00:00:00 2001 From: Jonas Date: Sat, 3 Aug 2024 01:41:43 +0200 Subject: [PATCH] rename skuid in entitlement struct --- structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structs.go b/structs.go index 8ec82c29b..c6486feb9 100644 --- a/structs.go +++ b/structs.go @@ -2457,7 +2457,7 @@ type Entitlement struct { ID string `json:"id"` // The ID of the SKU - SkuID string `json:"sku_id"` + SKUID string `json:"sku_id"` // The ID of the parent application ApplicationID string `json:"application_id"`