From b4b831f69c3b12d3affa6af62c63e54ba53faace Mon Sep 17 00:00:00 2001
From: hank <hank.zhang@proficientcity.com>
Date: Tue, 22 Jan 2019 10:53:57 +0800
Subject: [PATCH] 添加V3.8.0

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

diff --git a/frameworks/WASdkIntf.framework/Headers/WAIPay.h b/frameworks/WASdkIntf.framework/Headers/WAIPay.h
index f5af691..3219a90 100644
--- a/frameworks/WASdkIntf.framework/Headers/WAIPay.h
+++ b/frameworks/WASdkIntf.framework/Headers/WAIPay.h
@@ -16,6 +16,7 @@
 -(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;

--
Gitblit v1.8.0