Fix typo
This commit is contained in:
parent
6efb6f27b3
commit
8c029663b7
1 changed files with 1 additions and 1 deletions
|
@ -550,7 +550,7 @@ public class InAppPurchaseHelperImpl extends InAppPurchaseHelper {
|
|||
BillingManager billingManager = getBillingManager();
|
||||
if (billingManager != null) {
|
||||
OsmandSettings settings = ctx.getSettings();
|
||||
String userCredential = settings.BILLING_USER_ID.get() + settings.BILLING_USER_TOKEN.get();
|
||||
String userCredential = settings.BILLING_USER_ID.get() + " " + settings.BILLING_USER_TOKEN.get();
|
||||
billingManager.setObfuscatedAccountId(userCredential);
|
||||
billingManager.initiatePurchaseFlow(a, skuDetails);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue