|
|
@@ -102,7 +102,7 @@ public class MemberRepository {
|
|
|
return gpBillingClient.queryPurchase(BillingClient.ProductType.SUBS)
|
|
|
.map(list -> {
|
|
|
if (list != null && !list.isEmpty()) {
|
|
|
- throw new RxHttpHandler.ServerErrorException(-1, "Unsuccessful: Subscription already exists");
|
|
|
+ throw new RxHttpHandler.ServerErrorException(-1, "Unsuccessful: Subscription already exists, please click restore");
|
|
|
}
|
|
|
return list;
|
|
|
})
|