Live PayPal integration is not working for latest version in 6.9 ,asp.net core and mvc jquery, please find the error screenshot. solution
We have the same with production environment with version 6.3,working fine without any issues. But facing difficlties. Please help me to integrate with 6.9 my live paypal account with my site.
4 Answer(s)
-
0
Hi @instaemi
Please follow the issue https://github.com/aspnetzero/aspnet-zero-core/issues/2407. We will fix it in a short time.
-
0
-
0
hi @instaemi
Try changing the paypal script to the code below.
https://github.com/aspnetzero/aspnet-zero-core/blob/3e0cd12925c66d211432c2076460dd5d5b49c94c/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Web.Mvc/Views/PayPal/Purchase.cshtml#L15
<script src="https://www.paypal.com/sdk/[email protected]&[email protected]" asp-append-version="true"></script>
-
0
Hi @instaemi
We have upgraded to new PayPal javascript API. You can check the PR https://github.com/aspnetzero/aspnet-zero-core/commit/b0ff009ba9321ad8e1a5375d4c625df398752daf and appyl same changes to your project.