From 99a8fed0467dd5a4b5e3316591d91f0cea9990ff Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Tue, 13 Nov 2018 14:48:19 +0800 Subject: [PATCH] 添加V3.7.1 --- frameworks/WASdkIntf.framework/Headers/WAIPay.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/frameworks/WASdkIntf.framework/Headers/WAIPay.h b/frameworks/WASdkIntf.framework/Headers/WAIPay.h index 424d63d..3219a90 100644 --- a/frameworks/WASdkIntf.framework/Headers/WAIPay.h +++ b/frameworks/WASdkIntf.framework/Headers/WAIPay.h @@ -16,7 +16,9 @@ -(void)payWithProductId:(NSString *)productId extInfo:(NSString *)extInfo delegate:(id<WAPaymentDelegate>)delegate; -(BOOL)isPayServiceAvailable; -(void)fetchProductInformations:(NSDictionary *)waProductIds inventoryDelegate:(id<WAInventoryDelegate>)delegate; +- (void)checkFinishTransactions; -(SKProduct*)getCurrentProduct; -(NSData*)getCurrentReceipt; -(float)getReorderLimitTime; +-(void)payLog:(NSString *)logInfo; @end -- Gitblit v1.8.0