|
|
@@ -28,6 +28,7 @@ import com.atmob.voiceai.handlers.EventHandler;
|
|
|
import com.atmob.voiceai.module.integral.IntegralPurchaseActivity;
|
|
|
import com.atmob.voiceai.module.subscription.SubscriptionPageActivity;
|
|
|
import com.atmob.voiceai.sdk.billing.GPBillingClient;
|
|
|
+import com.atmob.voiceai.sdk.kochava.KochavaHelper;
|
|
|
import com.atmob.voiceai.utils.BoxingUtil;
|
|
|
|
|
|
import java.util.concurrent.TimeUnit;
|
|
|
@@ -100,7 +101,7 @@ public class MemberRepository {
|
|
|
}
|
|
|
|
|
|
public Single<PayGoodsResponse> payGoodsList() {
|
|
|
- return atmobApi.payGoodsList(new PayGoodsRequest(false))
|
|
|
+ return atmobApi.payGoodsList(new PayGoodsRequest(KochavaHelper.isAttributed()))
|
|
|
.compose(RxHttpHandler.handle(true))
|
|
|
.compose(RxJavaUtil.SingleSchedule.io2Main());
|
|
|
}
|