Merge pull request #7 from jun06t/subscription
Added the password field for renewing subscription
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user