Skip to content

Commit

Permalink
Remove finishing transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
anglinb committed Sep 14, 2021
1 parent c2b7e9f commit f5de03d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/Paywall/Paywall/Paywall.swift
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ extension Paywall: SKPaymentTransactionObserver {
case .purchased:
// fixes a weird bug in development
// if _isDebugAssertConfiguration() {
queue.finishTransaction(transaction)
// queue.finishTransaction(transaction)
// }
Logger.superwallDebug(string: "[Transaction Observer] transactionDidSucceed for: \(product.productIdentifier)")
self._transactionDidSucceed(for: product)
Expand Down Expand Up @@ -673,7 +673,7 @@ extension Paywall: SKPaymentTransactionObserver {

// fixes a weird bug in development
// if _isDebugAssertConfiguration() {
queue.finishTransaction(transaction)
// queue.finishTransaction(transaction)
// }

break
Expand Down

0 comments on commit f5de03d

Please sign in to comment.