Jump to content

Need help with greating custom payment gw module


Recommended Posts

Been working on a custom gw module for some time now, I have a problem with the code.

I found the problem but i dont know how to solve it.

 

When i changed following codes, payment gateway works 100%.

$return = "http://domain.com/1";
$cancel = "http://domain.com/2";
$reject = "http://domain.com/3";
$delayed = "http://domain.com/4";

 

but examble if i use other links like following code it wont work, and i get that there is md5 error.

 

$return = "http://domain.com/return";
$cancel = "http://domain.com/whmcs";
$reject = "http://domain.com/reject";
$delayed = "http://domain.com/delayed";

 

That is very strange, do you have any idea about that?

I have done all what they need in API, and there is no any demands how the links must be.

 

Full code here:

http://slexy.org/view/s20xjYc3wo

 

Any idea what could be causing this?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated