Added email account parameter for in app purchase account creation
This commit is contained in:
parent
6efd447766
commit
036dce53a0
1 changed files with 1 additions and 1 deletions
|
@ -481,7 +481,7 @@ public class InAppPurchaseHelper {
|
|||
Log.e(error);
|
||||
Log.e("[In-app purchase] Server can't validate the payload and it's signature !");
|
||||
}
|
||||
}, "create_account_from_in_app_purchase", mGmailAccount, username + "@sip.linphone.org", purchasedData, signature, "google");
|
||||
}, "create_account_from_in_app_purchase", mGmailAccount, username + "@sip.linphone.org", purchasedData, signature, "google", mGmailAccount);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue