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
Post a Comment