Merge pull request #7 from jun06t/subscription

Added the password field for renewing subscription
This commit is contained in:
Junpei Tsuji
2015-03-03 18:41:50 +09:00

View File

@@ -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