Browse Source

IAP tweaks.

Mark Sibly 7 years ago
parent
commit
869110e924
1 changed files with 2 additions and 1 deletions
  1. 2 1
      modules/iap/README.TXT

+ 2 - 1
modules/iap/README.TXT

@@ -47,7 +47,8 @@ Class IAPStore
 	
 	Method OpenStore( products:Product[] )	'Attempt to open the store.
 	Method BuyProduct( product:Product )	'Attempt to buy a product.
-	Method GetOwnedProducts()				'Attempty to get owned products.
+	Method GetOwnedProducts()				'Attempt to get owned products.
+	Method CloseStore()						'Closes store.
 End