Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Bunty ! Did you get any solution on this ?

    Why plugin author / support team is not showing any interest to resolved this issue? Either they don’t have any idea why this issue is happening for non-loggedin uses.

    I understand that if there is any plugin which is not so popular as Razorpay, in that case plugin author can have a delay in reply or they don’t have an appropriate solution for that issue. We can totally understand. But how Razorpay Team can ignore such a big issue as Razorpay is the most popular payment gateway. Also this plugin is developed by Razorpay Team himself. It is not any 3rd party plugin which is developed by any other developer. How Razorpay can ignore this issue in it’s official plugin.

    Here is the solution:

    Find this line “add_action(‘admin_post_nopriv__create_order’,’dummy’); ” in ‘razorpay-quick-payments.php‘ which is in plugin root directory.

    You can see there is double underscore (__) after admin_post_nopriv . Just remove one underscore from there and It will work properly for non-loggedin users.

    It should be : add_action(‘admin_post_nopriv_create_order’,’dummy’);

    Thanks!

    Not working for me… Still showing “Error creating subscription for customer. Cannot get price.”

Viewing 2 replies - 1 through 2 (of 2 total)