Browse Source

Update documentation

Andrea Bizzotto 8 years ago
parent
commit
059873ba4c
1 changed files with 1 additions and 2 deletions
  1. 1 2
      SwiftyStoreKit/SwiftyStoreKit.swift

+ 1 - 2
SwiftyStoreKit/SwiftyStoreKit.swift

@@ -108,7 +108,6 @@ public class SwiftyStoreKit {
         }
     }
 
-    
     // MARK: private methods
     private func purchase(product: SKProduct, atomically: Bool, applicationUsername: String = "", completion: @escaping (PurchaseResult) -> ()) {
         guard SwiftyStoreKit.canMakePayments else {
@@ -238,7 +237,7 @@ extension SwiftyStoreKit {
      *  Verify the purchase of a Consumable or NonConsumable product in a receipt
      *  - Parameter productId: the product id of the purchase to verify
      *  - Parameter inReceipt: the receipt to use for looking up the purchase
-     *  - return: either NotPurchased or Purchased
+     *  - return: either notPurchased or purchased
      */
     public class func verifyPurchase(
         productId: String,