Added email account parameter for in app purchase account creation

This commit is contained in:
Sylvain Berfini 2015-05-13 17:19:02 +02:00
parent 6efd447766
commit 036dce53a0

View file

@ -481,7 +481,7 @@ public class InAppPurchaseHelper {
Log.e(error); Log.e(error);
Log.e("[In-app purchase] Server can't validate the payload and it's signature !"); 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);
} }
} }