Skip to content

Commit

Permalink
Merge pull request #575 from revolter/patch-1
Browse files Browse the repository at this point in the history
Fix typo in code comment
  • Loading branch information
Sam-Spencer authored Sep 9, 2020
2 parents 40cca01 + f6d7745 commit f6588ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SwiftyStoreKit/PaymentQueueController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ class PaymentQueueController: NSObject, SKPaymentTransactionObserver {
* Failed transactions only ever belong to queued payment requests.
* restoreCompletedTransactionsFailedWithError is always called when a restore purchases request fails.
* paymentQueueRestoreCompletedTransactionsFinished is always called following 0 or more update transactions when a restore purchases request succeeds.
* A complete transactions handler is require to catch any transactions that are updated when the app is not running.
* A complete transactions handler is required to catch any transactions that are updated when the app is not running.
* Registering a complete transactions handler when the app launches ensures that any pending transactions can be cleared.
* If a complete transactions handler is missing, pending transactions can be mis-attributed to any new incoming payments or restore purchases.
*
Expand Down

0 comments on commit f6588ae

Please sign in to comment.