forked from Mirrors/go-iap
fix: error iap request fields
This commit is contained in:
@@ -6,7 +6,7 @@ type (
|
|||||||
IAPRequest struct {
|
IAPRequest struct {
|
||||||
ReceiptData string `json:"receipt-data"`
|
ReceiptData string `json:"receipt-data"`
|
||||||
Password string `json:"password,omitempty"`
|
Password string `json:"password,omitempty"`
|
||||||
ExcludeOldTransactions bool `json:"exclude_old_transactions,omitempty"`
|
ExcludeOldTransactions bool `json:"exclude-old-transactions"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// The ReceiptCreationDate type indicates the date when the app receipt was created.
|
// The ReceiptCreationDate type indicates the date when the app receipt was created.
|
||||||
|
|||||||
Reference in New Issue
Block a user