diff --git a/request.go b/request.go index 5fbe123..4c46ff5 100644 --- a/request.go +++ b/request.go @@ -249,7 +249,7 @@ type AccountBonusOperationsRequest struct { type LoyaltyBonusCreditRequest struct { Amount float64 `url:"amount"` ActivationDate string `url:"activationDate,omitempty"` - ExpiredDate string `url:"expiredDate,omitempty"` + ExpiredDate string `url:"expireDate,omitempty"` Comment string `url:"comment,omitempty"` }