Skip to content

Commit

Permalink
Merge pull request #565 from Pimine/master
Browse files Browse the repository at this point in the history
Make `SubscriptionType` Hashable.
  • Loading branch information
Sam-Spencer authored Aug 15, 2020
2 parents ee7b4e4 + 38d34da commit f067745
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 f067745

Please sign in to comment.