Skip to content

Commit

Permalink
Make SubscriptionType Hashable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Денис Андрейчук committed Jul 22, 2020
1 parent e518abe commit 38d34da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SwiftyStoreKit/SwiftyStoreKit+Types.swift
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public enum VerifySubscriptionResult {
case notPurchased
}

public enum SubscriptionType {
public enum SubscriptionType: Hashable {
case autoRenewable
case nonRenewing(validDuration: TimeInterval)
}
Expand Down

0 comments on commit 38d34da

Please sign in to comment.