Osclass Support Forums - Rackons.in

Other Osclass Support => Other Questions Related to Osclass => Topic started by: ThozasTus on April 25, 2018, 08:10:24 AM

Title: [SOLVED] How to solve instamojo payment problem in osclass pay plugin?
Post by: ThozasTus on April 25, 2018, 08:10:24 AM
i have bought osclass pay plugin from mb theme but its not working on my site.. they have not solved yet so please tell me where is exactly the problem? how to solve? please help me.. i am using only instamojo. without instamojo this plugin is useless for me
Title: [SOLVED] Re: How to solve instamojo payment problem in osclass pay plugin?
Post by: Osclass Developer on April 25, 2018, 08:13:31 AM
i have bought osclass pay plugin from mb theme but its not working on my site.. they have not solved yet so please tell me where is exactly the problem? how to solve? please help me.. i am using only instamojo. without instamojo this plugin is useless for me

Thanks for asking.. Dont worry we have solution for that.. we have already solved same problem of our many clients..

please find below line in the file osclass_pay/payments/instamojo/InstamojoPayment.php

Code: [Select]
$ENDPOINT = 'https://instamojo.com/api/1.1/';
and replace with

Code: [Select]
$ENDPOINT = 'https://www.instamojo.com/api/1.1/';
this link has shown twice times in the same file so replace both link ( Add www only )

Done.
Title: Re: How to solve instamojo payment problem in osclass pay plugin?
Post by: ThozasTus on April 26, 2018, 06:00:11 AM
Thanks Rackons Team, this is best answer for my problem.

After change that code my instamojo working well.

Thank you so much...