Added the password field for renewing subscription

This commit is contained in:
Jumpei Tsuji
2015-03-03 18:35:46 +09:00
parent 8001d1b897
commit 4db8e00b07

View File

@@ -4,6 +4,7 @@ type (
// The IAPRequest type has the request parameter // The IAPRequest type has the request parameter
IAPRequest struct { IAPRequest struct {
ReceiptData string `json:"receipt-data"` ReceiptData string `json:"receipt-data"`
Password string `json:"password,omitempty"`
} }
// The RequestDate type indicates the date and time that the request was sent // The RequestDate type indicates the date and time that the request was sent