romatr Posted October 20, 2008 Share Posted October 20, 2008 Hi, I have a little question. If I use only mygateway API to process cc payments and implement it in mygateway_capture function(), what have I do with mygateway_link function: can I keep it simply with empty body like function mygateway_link() { // here is nothing to output } or I can safely remove it total from mygateway.php? Thank you. 0 Quote Link to comment Share on other sites More sharing options...
Klangaroo Posted October 24, 2008 Share Posted October 24, 2008 dont remove it, just leave it empty and see how you go. if you remove it, it will cause illegal function calls. 0 Quote Link to comment Share on other sites More sharing options...
jozeph Posted October 24, 2008 Share Posted October 24, 2008 I suggest you to use it too. Use both. 0 Quote Link to comment Share on other sites More sharing options...
romatr Posted October 28, 2008 Author Share Posted October 28, 2008 Thank you for advise. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.