From 83d06861a920b9aefa22a62357882a753810109a Mon Sep 17 00:00:00 2001
From: hank <hank.zhang@proficientcity.com>
Date: Tue, 16 Jan 2018 16:08:29 +0800
Subject: [PATCH] 添加V3.6.5.2

---
 frameworks/WASdkIntf.framework/Headers/WAIPay.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/frameworks/WASdkIntf.framework/Headers/WAIPay.h b/frameworks/WASdkIntf.framework/Headers/WAIPay.h
index bc82538..f5af691 100644
--- a/frameworks/WASdkIntf.framework/Headers/WAIPay.h
+++ b/frameworks/WASdkIntf.framework/Headers/WAIPay.h
@@ -15,8 +15,9 @@
 -(void)queryInventory:(id<WAInventoryDelegate>)delegate;
 -(void)payWithProductId:(NSString *)productId extInfo:(NSString *)extInfo delegate:(id<WAPaymentDelegate>)delegate;
 -(BOOL)isPayServiceAvailable;
--(void)fetchProductInformations:(NSDictionary *)waProductIds;
+-(void)fetchProductInformations:(NSDictionary *)waProductIds inventoryDelegate:(id<WAInventoryDelegate>)delegate;
 -(SKProduct*)getCurrentProduct;
 -(NSData*)getCurrentReceipt;
 -(float)getReorderLimitTime;
+-(void)payLog:(NSString *)logInfo;
 @end

--
Gitblit v1.8.0