From 0f77fa6a635a1916faea5b9b453d5227e3fb1163 Mon Sep 17 00:00:00 2001
From: Wuyx <1139965056@qq.com>
Date: Thu, 01 Dec 2016 18:07:49 +0800
Subject: [PATCH] [Add] WAApImpl (3.6.0)

---
 frameworks/WAApImpl.framework/Headers/WAAPIapSingleton.h |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/frameworks/WAApImpl.framework/Headers/WAAPIapSingleton.h b/frameworks/WAApImpl.framework/Headers/WAAPIapSingleton.h
index 90e38a7..70d6a13 100644
--- a/frameworks/WAApImpl.framework/Headers/WAAPIapSingleton.h
+++ b/frameworks/WAApImpl.framework/Headers/WAAPIapSingleton.h
@@ -43,10 +43,10 @@
  */
 +(WAAPIapSingleton *)shareInstance;
 
-/**
- *  获取商品列表
- */
-+(void)queryInventory:(id<WAInventoryDelegate>)delegate;
+///**
+// *  获取商品列表
+// */
+//+(void)queryInventory:(id<WAInventoryDelegate>)delegate;
 
 /**
  *  单个商品购买
@@ -64,7 +64,7 @@
  */
 +(void)payWithProductId:(NSString *)productId extInfo:(NSString *)extInfo delegate:(id<WAPaymentDelegate>)delegate;
 
-+(void)fetchProductInformations:(NSDictionary *)waProducts;
++(void)fetchProductInformations:(NSDictionary *)waProducts inventoryDelegate:(id<WAInventoryDelegate>)delegate;
 
 +(SKProduct*)getCurrentProduct;
 

--
Gitblit v1.8.0