forked from Mirrors/go-iap
Added the password field for renewing subscription
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user