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

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -