From 4db8e00b079f1c51b6fb6e88141683abb7be7358 Mon Sep 17 00:00:00 2001 From: Jumpei Tsuji Date: Tue, 3 Mar 2015 18:35:46 +0900 Subject: [PATCH] Added the password field for renewing subscription --- appstore/model.go | 1 + 1 file changed, 1 insertion(+) 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