diff --git a/appstore/model.go b/appstore/model.go index a958159..2ef6d5e 100644 --- a/appstore/model.go +++ b/appstore/model.go @@ -4,6 +4,7 @@ type ( // The IAPRequest type has the request parameter IAPRequest struct { ReceiptData string `json:"receipt-data"` + Password string `json:"password,omitempty"` } // The RequestDate type indicates the date and time that the request was sent