datatrans / android-sample-app

sample android app which integrates the datatrans library
https://docs.datatrans.ch/docs/integrations-mobile-sdk
0 stars 13 forks source link

Save Card Option #4

Closed teraiyamayurcontact closed 8 years ago

teraiyamayurcontact commented 8 years ago

Hello Support Team,

i want display store card option to user with Android Platform. But we are not able find method with Data trans sdk.

IOS Method pc.paymentOptions.returnsCreditCard = DTPaymentReturnsCreditCardSelectableDefaultNo;

Waiting for your feedback.

dmengelt commented 8 years ago

this is currently not possible with Android. However you can use the "uppRememberMe" feature: merchantProperties.put("uppRememberMe", "yes");

teraiyamayurcontact commented 8 years ago

Thanks Domi Its works fine. again Thanks for your valuable time.