Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 228595

Ionic Paypal Integration

$
0
0

Thanks for your reply..
Yes I am using paypal cordova plugin..
Here is the my code snippet..

$ionicPlatform.ready().then(function () {
PayPalMobile.renderSinglePaymentUI(new PayPalPayment("" + total, "INR", "" + name, "PAYMENT_INTENT_SALE"), function (result) {
$timeout(function () {
defer.resolve(result);
});
}, function (error) {
$timeout(function () {
defer.reject(error);
});
});
});
Worked fine when I change INR to USD
But I need it as in INR
Thanks


Viewing all articles
Browse latest Browse all 228595

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>