Author Topic: [SOLVED] How to solve instamojo payment problem in osclass pay plugin?  (Read 2107 times)

ThozasTus

  • Newbie
  • *
  • Posts: 2
    • View Profile
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
« Last Edit: April 26, 2018, 06:01:07 AM by Administrator »



Marked as best answer by admin on July 23, 2018, 07:12:59 PM

Osclass Developer

  • Jr. Member
  • **
  • Posts: 66
    • View Profile
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.
« Last Edit: April 26, 2018, 06:02:31 AM by Administrator »

Osclass Support Forums - Rackons.in


ThozasTus

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: How to solve instamojo payment problem in osclass pay plugin?
« Reply #2 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...

Osclass Support Forums - Rackons.in

Re: How to solve instamojo payment problem in osclass pay plugin?
« Reply #2 on: April 26, 2018, 06:00:11 AM »