TODO payment context
This commit is contained in:
parent
2d0de4dc8b
commit
3593b92250
1 changed files with 2 additions and 3 deletions
|
|
@ -74,15 +74,14 @@ namespace ZicMoove.Droid
|
|||
.LanguageOrLocale("fr")
|
||||
.RememberUser(true)
|
||||
.AcceptCreditCards(true) // needs card.io
|
||||
// .MerchantPrivacyPolicyUri(new Uri("http://"))
|
||||
// .MerchantUserAgreementUri(new Uri("http://"))
|
||||
// TODO .MerchantPrivacyPolicyUri(new Uri("http://"))
|
||||
// TODO .MerchantUserAgreementUri(new Uri("http://"))
|
||||
.ClientId(Constants.PaypalClientId)
|
||||
.SandboxUserPassword(Constants.PaypalClientSecret)
|
||||
;
|
||||
|
||||
protected override void OnCreate(Bundle bundle)
|
||||
{
|
||||
|
||||
TabLayoutResource = Resource.Layout.Tabbar;
|
||||
ToolbarResource = Resource.Layout.Toolbar;
|
||||
base.OnCreate(bundle);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue