From e46250907bd22b35398c87e0f13e7382870ba2a7 Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Tue, 06 Mar 2018 09:39:59 +0800 Subject: [PATCH] 添加V3.6.6 --- 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