Forums / Developer / External Payment Service

External Payment Service

Author Message

Karol Radziuk

Friday 27 August 2010 5:48:51 am

Hi,

this time I have a problem with payment confirmation.

After the user fills form, External Payment Service send to my shop URLC confirmation (it call confirmation module with some POST data), and then waits for my shops feedback (expected response: 'OK').

But how can I send this message? EZ create module with all HTML code.

{$me|attribute(show,1)}

Jean-Luc Nguyen

Wednesday 01 September 2010 1:07:03 am

Hi Karol,

If this is a module that is sending back the response and you only need to send "OK", on your php module, you can put at the end :

// If this is OK of course
$Result["content"] = "OK";
$Result["pagelayout"] = "";

http://www.acidre.com