I am trying to develop a custom paymentprovider for TeaCommerce, based on the 'Default'-branch. I have gotten around to make the post back to the 'postbackurl', but now I am kinda stuck;
I would like my payment provider only to have an 'Accept'-button, which activates both the 'accepturl' and the 'continueurl', so that my shop would return to the last step?
The default branch of Tea Commerce payment provider is now for Tea Commerce 2.0 - so be sure to use the "1.x" branch.
I think you need to override the FinalizeAtContinueUrl and return true. This will let Tea Commerce call the callback method for your provider when it reaches the continue url
Custom payment provider with only 'Accept'
Hi
I am trying to develop a custom paymentprovider for TeaCommerce, based on the 'Default'-branch.
I have gotten around to make the post back to the 'postbackurl', but now I am kinda stuck;
I would like my payment provider only to have an 'Accept'-button, which activates both the 'accepturl' and the 'continueurl', so that my shop would return to the last step?
How can I do that?
--
Regards
Jesper Lauridsen
Hej Jesper
The default branch of Tea Commerce payment provider is now for Tea Commerce 2.0 - so be sure to use the "1.x" branch.
I think you need to override the FinalizeAtContinueUrl and return true. This will let Tea Commerce call the callback method for your provider when it reaches the continue url
Kind regards
Anders
Hi Anders
Thank you for a quick response.
--
Regards
Jesper Lauridsen
is working on a reply...