From fac34be916f37ea9634777ccb278f5a27dad9dc9 Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Tue, 22 Jan 2019 10:55:26 +0800 Subject: [PATCH] [Update] WASdkIntf (3.8.0) --- frameworks/WASdkIntf.framework/Headers/WAIPay.h | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/frameworks/WASdkIntf.framework/Headers/WAIPay.h b/frameworks/WASdkIntf.framework/Headers/WAIPay.h index bc82538..3219a90 100644 --- a/frameworks/WASdkIntf.framework/Headers/WAIPay.h +++ b/frameworks/WASdkIntf.framework/Headers/WAIPay.h @@ -15,8 +15,10 @@ -(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; +- (void)checkFinishTransactions; -(SKProduct*)getCurrentProduct; -(NSData*)getCurrentReceipt; -(float)getReorderLimitTime; +-(void)payLog:(NSString *)logInfo; @end -- Gitblit v1.8.0