Base solution for your next web application
Open Closed

PayPal 6.9 version, INR Currency is throwing error. Guidance Please #7095


User avatar
0
instaemi created

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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @instaemi

    Please follow the issue https://github.com/aspnetzero/aspnet-zero-core/issues/2407. We will fix it in a short time.

  • User Avatar
    0
    instaemi created

    One step we are able to pass through with the given solution. But we are now facing issue with INR @version 6.9 using Asp.Net Core 2.2 Here I am attaching the screen shot, please guide us to address the issue on priority.

  • User Avatar
    0
    maliming created
    Support Team

    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>
    
  • User Avatar
    0
    ismcagdas created
    Support Team

    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.