Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoSoto committed Aug 14, 2023
1 parent 70d58d7 commit 3940482
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/Purchasing/Purchases/TransactionPoster.swift
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ final class TransactionPoster: TransactionPosterType {

switch product.productCategory {
case .subscription:
// Note: this includes non-renewing subscriptions. Those are included in `.nonSubscriptions`,
// but we can't tell them apart using `product.productType` because that's unknown for SK1 products.
return true

case .nonSubscription:
Expand Down

0 comments on commit 3940482

Please sign in to comment.