android paypal payment gateway integration issue -


android implemented pay-pal payment gateway integration in app have

one problem unable view pay-with card button shows me pay-with pay-pal button pay pal account.

imported paypalandroidsdk-2.13.1.aars file

dependencies {   compile project(':paypalandroidsdk-2.13.1') } 

and added dependency in gradle file

can 1 resolve these issue.

defaultconfig {      multidexenabled true } dependencies {    compile('com.paypal.sdk:paypal-android-sdk:2.13.1')  } 

please change dependency , default configuration


Comments

Popular posts from this blog

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -